From llmwiki
Captures high-signal X/Twitter posts into an Obsidian vault using the official Web Clipper, enabling LLMwiki to search and review saved notes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llmwiki:x-to-obsidianThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants to collect X/Twitter posts into the same Obsidian vault that LLMwiki indexes.
Use this skill when the user wants to collect X/Twitter posts into the same Obsidian vault that LLMwiki indexes.
This workflow is adapted for LLMwiki from hemoouren/X-to-Obsidian-SKill. Keep the upstream boundary intact:
The capture step is outside the MCP server. After Web Clipper writes the note, LLMwiki can use normal tools such as vault.search, query.unified, vault.searchByFrontmatter, memory.handoff.write, and vault.writeAIOutput to index, find, summarize, and review the imported material.
Recommended target paths:
X/Inbox/ for raw clipped posts.00-Inbox/AI-Output/<actor>/ for agent-authored summaries about the clipped posts.20-Decisions/, 30-Architecture/, or 40-Runbooks/ only after human review.If any precondition is missing, explain the missing dependency and do not fake the capture.
The script is bundled relative to this skill:
python3 scripts/x_to_obsidian.py --help
Installed host paths usually look like:
~/.claude/skills/x-to-obsidian/scripts/x_to_obsidian.py
~/.codex/skills/x-to-obsidian/scripts/x_to_obsidian.py
~/.config/opencode/skills/x-to-obsidian/scripts/x_to_obsidian.py
~/.gemini/skills/x-to-obsidian/scripts/x_to_obsidian.py
Use the script's own --help output as the source of truth for supported flags.
memory.handoff.write with what was clipped, where it landed, and what remains to review./x-to-obsidian save the top 20 posts from this X search into my vault
/x-to-obsidian collect posts above 100k views from this account and leave a handoff
/x-to-obsidian clip this thread, then summarize it into AI-Output for review
npx claudepluginhub 2233admin/obsidian-llm-wikiWraps the Obsidian CLI as the preferred transport for reading, writing, searching, and modifying vault notes from Claude, with automatic fallback to filesystem when CLI is unavailable.
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.
Integrates with Obsidian vault via official CLI for capturing dev artifacts, searching notes, appending to daily notes, and managing tasks. Requires Obsidian desktop app running with CLI enabled.