ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

knowledge-organizer

Use when importing articles, organizing notes, or syncing a knowledge base across Obsidian, Feishu, and Tencent IMA with OpenClaw or Codex.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cjke84/knowledge-organizer
Or

What 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

  1. "Organize this article URL into my Obsidian vault under the 'Research' category and download all images to my local assets folder."
  2. "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."
  3. "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

Author@cjke84
Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cjke84-knowledge-organizer": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#knowledge-management#markdown#automation#obsidian#note-taking
Safety Score: 4/5

Flags: file-write, file-read, external-api, network-access