ima-notes

A note-taking tool that uses the IMA service to search, read, list, create, and append notes. IMA is the connected note system it communicates with.

In plain words
What is it for?
Searching notes, reading a note, listing notes, creating a new note, and adding text to an existing note.
Why use it?
It gives an agent clear commands for finding and updating notes, while reducing the risk of adding text to the wrong note when the target is unclear.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/countbot-ai/countbot/ima-notes
Any agent
npx skills add countbot-ai/CountBot --skill ima-notes
Clone the repo
git clone --depth 1 https://github.com/countbot-ai/CountBot

Made for: Claude Code, Codex.

Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 443 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00059 $0.00443
Opus 5 $0.00030 $0.00221
Sonnet 5 $0.00012 $0.00089
Haiku 4.5 $0.00006 $0.00044

Measured 2d ago against content hash bfa8aa4de0d7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ima-notes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/ima_client.py, scripts/ima_notes_tool.py, scripts/ima_tool.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

workspace/skills/ima-notes/SKILL.md · 41 lines

What it actually says

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。

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 41 lines · 59 tokens per session scan A bfa8aa4de0d7

Subscribe to this mod's changes

ima-notes is a skill published in the GitHub repository countbot-ai/CountBot (773 stars, last pushed 6d ago), licensed MIT. It adds 59 tokens to every session and 443 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.