knowledge-organizer
Use when importing articles, organizing notes, or syncing a knowledge base across Obsidian, Feishu, and Tencent IMA with OpenClaw or Codex.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cjke84/knowledge-organizerWhat This Skill Does
The Knowledge Organizer is a high-performance orchestration skill for OpenClaw that automates the lifecycle of digital information. It ingests raw input such as article URLs, drafted notes, and disparate text, transforming them into standardized, clean Markdown files. Beyond simple text processing, it serves as a central hub for syncing knowledge across your local and cloud-based ecosystems, specifically supporting Obsidian, Feishu, and Tencent IMA. The skill includes a robust duplicate-detection engine that validates content via URL, hash, and semantic similarity to prevent database bloat. Furthermore, it handles the complexities of external content by downloading embedded images locally and ensuring they remain accessible via relative paths. It also supports advanced metadata management, including YAML frontmatter injection and automatic tag validation against your defined knowledge-base contract.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/cjke84/knowledge-organizer
Ensure your local environment or host agent has the necessary permissions to perform file-system operations and, if syncing to external platforms, that your API credentials for Feishu and Tencent IMA are properly configured in your system environment variables.
Use Cases
- Research Management: Quickly capture web articles, extract the core content, and save them directly into your Obsidian vault with appropriate frontmatter.
- Team Syncing: Distribute notes from your personal workflow directly into a shared Feishu knowledge base to foster collaborative learning.
- Asset Archiving: Automatically pull images from web-scraped content into a local asset folder to ensure that your notes remain persistent even if the original source goes offline.
- Duplicate Control: Ensure that your knowledge base remains lean by automatically flagging or skipping content that has already been imported or is too similar to existing notes.
Example Prompts
- "Organize this article URL into my Obsidian vault under the 'Research' category and download all images to my local assets folder."
- "Sync my draft notes from the last two days into the team Feishu folder, ensuring I don't create duplicates if the content hash matches existing documents."
- "Summarize this text and add it as a new note in Tencent IMA, tagging it with #project-alpha and #todo."
Tips & Limitations
To maximize performance, always define your vault_root for Obsidian clearly to avoid file scattering. When syncing to Feishu, utilize the openclaw-lark plugin rather than raw endpoints for the most reliable integration. Be aware that the mode=sync setting is recommended for recurring operations to save bandwidth and API quotas by checking content hashes. Note that the skill requires a stable network connection when processing URLs or reaching out to cloud APIs like Tencent IMA. Finally, strictly follow the tag contract schema; failing to adhere to your organization's tag policy will result in failed validation during the import process.
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-knowledge-organizer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api, network-access
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.
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.
SkillUp
SkillUp is a cross-platform skill publishing tool for packaging and syncing custom skills to GitHub, Xiaping Skill, OpenClaw CN, and ClawHub.