Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
countbot-ai avatar

Ima Notes

  • 57 installs
  • 760 repo stars
  • Updated July 15, 2026
  • countbot-ai/countbot

Handle note tasks through the IMA OpenAPI: search, read, list, create, and append to notes from the CLI.

About

A CLI wrapping the IMA OpenAPI for note operations including search, read, create, and append. A developer uses it when an agent needs to find, read, or write notes and memos.

  • Search-first workflow; only creates or appends on explicit request
  • Returns matched titles and summaries, JSON optional

Ima Notes by the numbers

  • 57 all-time installs (skills.sh)
  • Ranked #362 of 688 Office & Documents skills by installs in the Skillselion catalog
  • Data as of Jul 31, 2026 (Skillselion catalog sync)
npx skills add https://github.com/countbot-ai/countbot --skill ima-notes

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs57
repo stars760
Last updatedJuly 15, 2026
Repositorycountbot-ai/countbot

What it does

Handle note tasks through the IMA OpenAPI: search, read, list, create, and append to notes from the CLI.

Files

SKILL.mdMarkdownGitHub ↗

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.jsonconfig.help.md

如何配置

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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.