技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.1.2
统计:⭐ 1 · 85 · 0 current installs · 0 all-time installs
⭐ 1
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:cjke84/knowledge-organizer
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill generally matches its stated purpose (organizing notes and syncing to Obsidian/Feishu/IMA) but has a few inconsistent / disproportionate environment declarations and small manifest vs. code mismatches you should know about before installing.
目的
The code and SKILL.md implement Obsidian writes, Feishu payload construction, duplicate detection, related-note suggestions, image handling, and a Tencent IMA OpenAPI transport — all consistent with the description. However, OPENCLAW_KB_ROOT is declared as the primary credential even though it is a filesystem path (not a secret), which is an odd but explainable choice for a vault-root-first skill.
说明范围
Runtime instructions are scoped to the stated tasks: fetch/normalize → duplicate-check → render → write/sync. The SKILL.md explicitly warns that the bare python CLI is only for validation/dry-run and that real Feishu imports need an openclaw-lark transport. Scripts operate on local vault paths and build payloads for Feishu/IMA — they do not attempt to read unrelated system secrets or hidden endpoints in the provided content.
安装机制
There is no network-based install spec (no downloads or archive extraction). The repository includes Python scripts and tests; the INSTALL.md recommends using openclaw skills install or bundling. This lowers install-time risk. The skill is folder-based and relies on existing python3/openclaw binaries rather than fetching arbitrary code at installation.
证书
The manifest/metadata mark IMA_OPENAPI_CLIENTID and IMA_OPENAPI_APIKEY as required environment variables. That is appropriate for IMA syncing, but it forces you to provide IMA credentials even if you only intend to use the Obsidian-only workflow. Additionally, feishu-related credentials used by the code (e.g., FEISHU_APP_ID, FEISHU_APP_SECRET, FEISHU_ACCESS_TOKEN) are accessed by scripts but are not listed in the manifest's optionalEnv list — …
持久
The skill is not always-enabled and does not request system-wide persistence or modify other skills. It does perform local file writes (Obsidian vault) and may call external APIs when configured, which is expected for its purpose. Autonomous invocation is allowed (default) but not combined with other red flags here.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Knowledge Organizer」。简介:Use when importing articles, organizing notes, or syncing a knowledge base acro…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/cjke84/knowledge-organizer/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。