From llmwiki
Integrates chubbyguan/chubbyskills as a local multi-channel ingest pack for LLMwiki, turning Chinese feeds, videos, podcasts, articles, and social posts into searchable Obsidian/Markdown knowledge.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llmwiki:chubbyskillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants LLMwiki to behave like a local NotebookLM / NetbookLM over their own feeds and saved content.
Use this skill when the user wants LLMwiki to behave like a local NotebookLM / NetbookLM over their own feeds and saved content.
LLMwiki's role:
vault.search, query.unified, vault.read, memory.*, and AI-Output review tools.ChubbySkills' role:
Source project: https://github.com/chubbyguan/chubbyskills.
Do not copy large upstream dependencies into the LLMwiki MCP server.
Instead:
export VAULT_MIND_VAULT_PATH=/path/to/your/vault
export VAULT_DIR="$VAULT_MIND_VAULT_PATH"
raw/ # LLMwiki raw compiler sources
素材库/ # ChubbySkills raw captured material
wiki/ # compiled / structured knowledge
00-Inbox/AI-Output/<actor>/ # agent-authored review candidates
00-Inbox/Agent-Memory/<actor>/
20-Decisions/
30-Architecture/
40-Runbooks/
If the user's vault already has a different Chinese folder structure, preserve it. Do not force migration.
| Need | Upstream ChubbySkills skill | LLMwiki follow-up |
|---|---|---|
| Douyin video | douyin-transcribe | query.unified, vault.writeAIOutput |
| Bilibili video | bilibili-transcribe | query.unified, concept compilation |
| YouTube video | youtube-transcribe | bilingual summary, tags, AI-Output |
| Podcast | podcast-transcribe | learning notes, memory handoff |
| WeChat article | wechat-article-ingest | source-backed wiki page |
| Xiaohongshu | xiaohongshu-ingest | image/video routing, hook analysis |
| X/Twitter single tweet | x-ingest | raw Markdown ingest |
| X/Twitter high-signal browser capture | x-to-obsidian | Web Clipper capture, LLMwiki search |
| Any captured note | content-enrich | summary, tags, value judgment |
| Whole vault management | knowledge-base-management | LLMwiki doctor, health, MCP query |
This skill bundles a tiny helper that prints safe install and environment commands:
python3 scripts/chubbyskills_bridge.py --help
python3 scripts/chubbyskills_bridge.py list
python3 scripts/chubbyskills_bridge.py plan --vault /path/to/vault --skills bilibili-transcribe podcast-transcribe
The helper does not install or clone anything by default. Treat it as a reproducible checklist.
plan command and show the user the commands.00-Inbox/AI-Output/<actor>/./chubbyskills install the Bilibili and podcast ingest path for my LLMwiki vault
/chubbyskills turn this Bilibili video into a searchable vault note, then summarize it
/chubbyskills capture these WeChat articles into 素材库 and build a wiki index
/chubbyskills make this vault work like a local NotebookLM over my saved feeds
npx claudepluginhub 2233admin/obsidian-llm-wikiBuilds and maintains a personal knowledge base using Karpathy's llm-wiki methodology. Ingests URLs, PDFs, markdown, and text, generating structured wiki pages with bidirectional links in Obsidian-compatible format.
Ingests sources (files, URLs, batch) into an Obsidian vault: extracts entities/concepts, creates/updates wiki pages with cross-references, and logs operations.
Ingests articles, URLs, videos, and book notes into Obsidian Resources notes after discussing key ideas with the user. Automates note creation with synthesis and linking.