원클릭으로
ima-knowledge-collab
IMA 与本地知识库协作方案 — IMA copilot 预整理知识为笔记,Hermes 对接笔记做深度检索。 当用户提到 IMA 知识库、IMA 笔记、从 IMA 搜索、IMA 同步、知识库协作时触发此 skill。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
IMA 与本地知识库协作方案 — IMA copilot 预整理知识为笔记,Hermes 对接笔记做深度检索。 当用户提到 IMA 知识库、IMA 笔记、从 IMA 搜索、IMA 同步、知识库协作时触发此 skill。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
高德地图综合服务,支持POI搜索、路径规划、旅游规划、周边搜索和热力图数据可视化
Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and sequential image generation. Use when user asks to create "知识漫画", "教育漫画", "biography comic", "tutorial comic", or "Logicomix-style comic".
Generate professional infographics with 21 layout types and 21 visual styles. Analyzes content, recommends layout×style combinations, and generates publication-ready infographics. Use when user asks to create "infographic", "visual summary", "信息图", "可视化", or "高密度信息大图".
Darwin Skill (达尔文.skill): autonomous skill optimizer inspired by Karpathy's autoresearch. Evaluates SKILL.md files using an 8-dimension rubric (structure + effectiveness), runs hill-climbing with git version control, validates improvements through test prompts, and generates visual result cards. Use when user mentions "优化skill", "skill评分", "自动优化", "auto optimize", "skill质量检查", "达尔文", "darwin", "帮我改改skill", "skill怎么样", "提升skill质量", "skill review", "skill打分".
从 DESIGN.md 生成预览图并截图的工作流 - 解决 Playwright 浏览器路径问题和 YAML 解析
Cron jobs auto-deliver final responses to configured targets — send_message to the same target gets deduplicated and skipped. Print report content directly as final response instead.
| name | ima-knowledge-collab |
| description | IMA 与本地知识库协作方案 — IMA copilot 预整理知识为笔记,Hermes 对接笔记做深度检索。 当用户提到 IMA 知识库、IMA 笔记、从 IMA 搜索、IMA 同步、知识库协作时触发此 skill。 |
| trigger | IMA知识库 / IMA笔记 / 知识库协作 / 从IMA搜索 |
IMA copilot(预处理器) → IMA 笔记(结构化知识) → Hermes(检索+应用) → 本地知识库(深度引擎)
一句话:IMA copilot 管"整理",IMA 笔记管"存",Hermes 管"用",本地知识库管"沉淀"。
IMA 内置智能助手 copilot 负责将知识库内容整理为结构化笔记:
Hermes 不直接爬 IMA 知识库页面,这是 copilot 的工作。
copilot 整理后的笔记是 Hermes 与 IMA 的唯一对接接口:
search_note 接口实时查用户提问 → ① 本地知识库(FTS5 + 向量)→ 命中则用
↓ 未命中
② IMA 笔记(search_note)→ 命中则用
↓ 未命中
③ 互联网搜索
注意:不再直接搜索 IMA 知识库(search_knowledge),因为知识已被 copilot 整理进笔记。如果 search_note 搜不到,可能说明 copilot 还未整理该话题,可以建议用户让 copilot 补充整理。
SKILL_DIR="/opt/data/skills/ima-skill"
node "$SKILL_DIR/ima_api.cjs" "<apiPath>" '<body>' '<options>'
用户通知 IMA copilot 执行整理工作流时,copilot 的操作:
Hermes 侧无需操作,等 copilot 整理完后直接读取笔记即可。
ima_weekly_scan.py 每周三 6:00 扫描 copilot 整理后的笔记(不扫知识库页面),推荐值得入库的内容