Skip to content
Automation
Skill

/ima-notes

通过 IMA OpenAPI 处理笔记任务。支持搜索笔记、读取笔记、列出笔记、新建笔记、追加笔记。用户提到笔记、备忘录、记一下、追加到某篇笔记时使用。

From plugin
countbot
76214 skills3 agents
Install
$ npx -y skills add countbot-ai/CountBot --skill ima-notes --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/ima-notes

Context preview

The summary Claude sees to decide when to auto-load this skill.

通过 IMA OpenAPI 处理笔记任务。支持搜索笔记、读取笔记、列出笔记、新建笔记、追加笔记。用户提到笔记、备忘录、记一下、追加到某篇笔记时使用。

SKILL.md

ima-notes.SKILL.md
name: ima-notes
description: 通过 IMA OpenAPI 处理笔记任务。支持搜索笔记、读取笔记、列出笔记、新建笔记、追加笔记。用户提到笔记、备忘录、记一下、追加到某篇笔记时使用。

IMA Notes

入口:

python skills/ima-notes/scripts/ima_notes_tool.py <command> ...

执行规则

  • 用户说“搜笔记、找笔记、看看有没有笔记”时,先 `search-notes`
  • 看正文用 `read-note`
  • 明确说新建时用 `create-note`
  • 明确说追加到某一篇时才用 `append-note`
  • 目标不明确时,不要猜;先搜索或先确认
  • 默认直接返回命中的标题和摘要;只有需要结构化结果时才加 `--json`

常用命令

python skills/ima-notes/scripts/ima_notes_tool.py search-notes --keyword "周报"
python skills/ima-notes/scripts/ima_notes_tool.py search-notes --search-field content --keyword "复盘"
python skills/ima-notes/scripts/ima_notes_tool.py read-note --title "会议纪要"
python skills/ima-notes/scripts/ima_notes_tool.py list-notes --limit 20
python skills/ima-notes/scripts/ima_notes_tool.py create-note --title "新笔记" --content "正文"
python skills/ima-notes/scripts/ima_notes_tool.py append-note --title "会议纪要" --content "补充内容"

写入安全

  • `append-note` 会真实修改已有笔记,目标不唯一时不要直接执行
  • 需要配置时查看 `scripts/config.json` 和 `config.help.md`

如何配置

下载最新的IMA客户端(比如Android),登陆后点击 “我” --> Claw配置 --> 复制 client_id和api_key参数,提供给CountBot后会自动调用文件编辑工具修改config.json。

Ships withcountbot

更适配中文用户的轻量开源AI Agent | 国产大模型Coding plan支持 | 兼容OpenClaw Skills生态| 已接入微信ClawBot/微博龙虾/飞书/钉钉/QQ/小智AI/Telegram/deepseek-v4。

Get the whole plugin

Other skills on countbot.