Turn a Chinese-language Obsidian note into a ready-to-post WeChat public account article.
Split a long note into five short Xiaohongshu posts with image prompt ideas.
Polish an existing note's prose and add tags and internal links automatically.
Generate a pool of content topic ideas from notes already in your vault.
| sixiangguo/cc-note-ops | db-toolkit/db-toolkit | sophomoresty/bpc-fetch | |
|---|---|---|---|
| Stars | 104 | 104 | 104 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | writer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires the Claude Code CLI already installed and working on your machine before the plugin's buttons will do anything.
CC Note Ops is an Obsidian plugin that adds a one-click content operations panel to the Obsidian note-taking app. It is aimed at Chinese content creators who write notes in Obsidian and want to repurpose those notes for social platforms like WeChat public accounts (gongzhonghao) and Xiaohongshu (Little Red Book). The plugin identifies the note you currently have open, shows a preview that follows your scroll position, and offers buttons that trigger AI-powered rewrites using Claude Code running on your own machine. The available actions fall into two groups. Output actions create new files without touching the original note: rewriting the note as a WeChat article, splitting it into five short Xiaohongshu posts with image prompt suggestions, generating a list of topic ideas for several platforms, or producing a summary with tags and linking suggestions. Editing actions modify the original note after first making a backup: polishing the prose and paragraph structure, or adding frontmatter tags and Obsidian internal links. The plugin calls Claude Code through the command-line tool claude -p, running tasks in the background without opening a terminal window. For users who want more control, the panel includes buttons to copy the note's file path or a rewrite prompt, which you can paste into a terminal session running Claude Code interactively. Installation uses a shell script that copies the plugin files into your Obsidian vault's plugin directory. You need Obsidian, the Claude Code command-line tool installed and working, and optionally the Obsidian Terminal plugin if you want a persistent Claude Code session in a panel at the bottom of the app. Writing style templates for the AI rewrites are stored as plain Markdown files that you can edit to match your own voice. The plugin does not send your notes to any external server beyond what Claude Code itself uses.
An Obsidian plugin that turns your current note into WeChat articles, Xiaohongshu posts, or topic ideas using Claude Code running locally.
Mainly JavaScript. The stack also includes JavaScript, Obsidian API, Claude Code CLI.
You can use, modify, and distribute this project freely, including for commercial purposes, as long as you keep the license notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly writer.
This repo across BitVibe Labs
Verify against the repo before relying on details.