obsidian-knowledge-organizer
An OpenClaw- and Codex-compatible Obsidian knowledge organization skill for importing articles, organizing notes, applying tags, archiving content, generating summaries, and suggesting related notes.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cjke84/obsidian-knowledge-organizerKnowledge Organizer
This skill turns article links, drafts, and notes into structured Obsidian-ready Markdown with duplicate checks, tags, summaries, related-note suggestions, and image downloads.
Use Cases
- Store content in a knowledge base
- Organize articles
- Apply tags
- Archive notes
- Generate summaries
- Suggest related notes
Capabilities
- Generate Obsidian-ready notes with YAML frontmatter, wikilinks, embeds, and block IDs
- If
draft.imagesis present, download images intoassets/and keep relative references in the note body; common fields likesrc,data_src,data-original,data-lazy-src,srcset,url,image_url, andoriginalare supported - Run duplicate detection before writing, covering URL, hash, alias, and similarity checks
- Treat duplicate hits as normal control flow; the CLI returns a structured decision result
- Recommend directly linkable related notes
- Validate tags against the knowledge-base tag contract
Workflow
- Get content: use a browser for public-account links, prefer
xiaohongshu-mcpfor Xiaohongshu links, useweb_fetchfor other web pages, and process user-provided content directly - Check duplicates before final write: prefer URL + title + similarity checks, and treat duplicate hits as normal control flow
- Render the note:
scripts/obsidian_note.pygenerates the content and destination path - Write to the vault: runtime writes directly to
destination_pathwithout a second Markdown pass
For WeChat public-account imports, read references/wechat-import.md before doing browser extraction, image handling, or final write.
Execution Rules
- After reading this skill, follow its workflow before improvising your own path
- Do not skip duplicate checks on import tasks
- If a browser/evaluate call fails twice because of parameter misuse, stop blind retries and re-read the workflow / reference
- Prefer reusing bundled scripts over hand-writing a parallel pipeline when the scripts already cover the task
- For article imports, separate the pipeline into: fetch/normalize → duplicate-check → render → write, instead of mixing all steps together
- Before running script-based import flows, prefer checking
scripts/check_runtime.pyto confirm Python and knowledge-base paths are available
Contract
- Input: structured draft, title aliases, source metadata, summary, bullets, excerpts, images, related notes, and vault root
- Output:
RenderedNote(content, destination_path) - Frontmatter must include
title,aliases,tags,source_type,source_url,published,created,updated,importance,status, andcanonical_hash - Before writing tags, require at least 1 domain tag and 1 type tag, with a total of 5-10 tags
- Vault root must be a non-empty absolute path
- Vault root should come from
OPENCLAW_KB_ROOTwhen available - This contract covers frontmatter / wikilink / embed / block id rules
WeChat Notes
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cjke84-obsidian-knowledge-organizer": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
memory-system
Use when setting up or improving an agent memory workflow for OpenClaw, Codex, or Obsidian with MEMORY.md, daily notes, session recovery, and optional OpenViking support.
Agent Orchestrator Template
A skill for main agents that need bounded delegation, safe parallel dispatch, and independent acceptance across multiple specialists.
knowledge-organizer
Use when importing articles, organizing notes, or syncing a knowledge base across Obsidian, Feishu, and Tencent IMA with OpenClaw or Codex.
SkillUp
SkillUp is a cross-platform skill publishing tool for packaging and syncing custom skills to GitHub, Xiaping Skill, OpenClaw CN, and ClawHub.