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.
npx agentmods add skills/keith-cy/idx.md/datanpx skills add Keith-CY/idx.md --skill datagit clone --depth 1 https://github.com/Keith-CY/idx.mdWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00027 | $0.01230 |
| Opus 5 | $0.00014 | $0.00615 |
| Sonnet 5 | $0.00005 | $0.00246 |
| Haiku 4.5 | $0.00003 | $0.00123 |
Grade A, and why
idx-md 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.
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.
This is a copy
100% identical to idx-md — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.
idx.md
Purpose
- Markdown registry for AI agent libraries and resources.
- Agents can browse to learn everything they could use, then fetch the exact markdown.
Index locations
- All topics (full listing, alphabetical): https://idx.md/data/index.md (canonical) or https://idx.md/index.md (alias)
- Capability navigation (browse by what the agent can do): https://idx.md/category/index.md
- Scenario navigation (browse by workflow / use-case): https://idx.md/scenario/index.md
- Industry navigation (browse by domain / vertical): https://idx.md/industry/index.md
How to choose a navigation mode
- If you know what you want: start from
/data/index.mdand search by keywords in titles/tags. - If you want tools by capability: start from
/category/index.md. - If you have a specific workflow/use-case: start from
/scenario/index.md. - If you're operating in a specific domain: start from
/industry/index.md.
Index entry format
- Each entry is a HEAD frontmatter block followed by a topic line.
- Topic line format:
|/data/{topic}| - The index may start with a short HTML comment preamble; entries begin at the first
---frontmatter block.
...frontmatter...
|/data/openclaw|
How to fetch
- Read
https://idx.md/data/index.md(orhttps://idx.md/index.md). - Choose
{topic}from the|/data/{topic}|line. - HEAD metadata:
https://idx.md/{topic}(or/data/{topic}/HEAD.md) - Vector shard (for embedding recall):
https://idx.md/{topic}/vectors.json - BODY content:
https://idx.md/{topic}/BODY.md - After download, compute SHA-256 on the raw BODY bytes and compare to
content_sha256in HEAD frontmatter. - Use
retrieved_atto decide whether a cached BODY needs refresh.
Vector-based retrieval (recommended)
- Use
/{topic}/vectors.jsonas the retrieval layer, then fetch/{topic}/BODY.mdonly for top candidates. - Each
vectors.jsoncurrently contains oneheadrecord derived from HEAD metadata. - Build/query embeddings on
records[].text. - Use
records[].metadata.content_sha256as your embedding cache key; only re-embed when it changes. - Suggested flow:
- Collect topic candidates from
/data/index.mdor category/scenario/industry indexes. - Fetch each candidate's
/{topic}/vectors.json. - Rank by vector similarity (optionally hybrid with lexical/tag score).
- Fetch
/{topic}/BODY.mdfor top-k and generate final answer from BODY.
What ships with it
60 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.
- agentskills-skill/BODY.md 16 KB
- agentskills-skill/HEAD.md 1.3 KB
- agentskills-skill/vectors.json 1.6 KB
- carmahhawwari-ui-design-brain-skill/BODY.md 8.1 KB
- carmahhawwari-ui-design-brain-skill/HEAD.md 1.5 KB
- carmahhawwari-ui-design-brain-skill/vectors.json 1.9 KB
- category/ai-llms/index.md 1.0 KB
- category/calendar-scheduling/index.md 1.1 KB
- category/coding-agents-ides/index.md 2.5 KB
- category/communication/index.md 9.7 KB
- category/data-analytics/index.md 11 KB
- category/finance/index.md 8.6 KB
- category/git-github/index.md 3.0 KB
- category/index.md 855 B
- category/marketing-sales/index.md 19 KB
- category/productivity-tasks/index.md 20 KB
- category/search-research/index.md 13 KB
- category/security-passwords/index.md 1.0 KB
- category/transportation/index.md 946 B
- category/uncategorized/index.md 504 KB
- github-markup-readme/BODY.md 3.0 KB
- github-markup-readme/HEAD.md 1.6 KB
- github-markup-readme/vectors.json 2.0 KB
- github-skill-actionbook-rust-skills-m04-zero-cost/BODY.md 4.6 KB
- github-skill-actionbook-rust-skills-m04-zero-cost/HEAD.md 928 B
- github-skill-actionbook-rust-skills-m04-zero-cost/vectors.json 1.6 KB
- github-skill-agno-agi-agno-git-workflow-cdbf56f5/BODY.md 2.2 KB
- github-skill-agno-agi-agno-git-workflow-cdbf56f5/HEAD.md 765 B
- github-skill-agno-agi-agno-git-workflow-cdbf56f5/vectors.json 1.4 KB
- github-skill-anthropics-knowledge-work-plugins-call-prep/BODY.md 5.8 KB
- github-skill-anthropics-knowledge-work-plugins-call-prep/HEAD.md 987 B
- github-skill-anthropics-knowledge-work-plugins-call-prep/vectors.json 1.7 KB
- github-skill-composiohq-awesome-claude-skills-forcemanager-automation-185f86fa/BODY.md 2.9 KB
- github-skill-composiohq-awesome-claude-skills-forcemanager-automation-185f86fa/HEAD.md 879 B
- github-skill-composiohq-awesome-claude-skills-forcemanager-automation-185f86fa/vectors.json 1.7 KB
- github-skill-composiohq-awesome-claude-skills-ip2location-io-automation-e171a20b/BODY.md 3.0 KB
- github-skill-composiohq-awesome-claude-skills-ip2location-io-automation-e171a20b/HEAD.md 889 B
- github-skill-composiohq-awesome-claude-skills-ip2location-io-automation-e171a20b/vectors.json 1.7 KB
- github-skill-composiohq-awesome-claude-skills-kickbox-automation-3347ff5a/BODY.md 2.9 KB
- github-skill-composiohq-awesome-claude-skills-kickbox-automation-3347ff5a/HEAD.md 854 B
- github-skill-composiohq-awesome-claude-skills-kickbox-automation-3347ff5a/vectors.json 1.6 KB
- github-skill-coreyhaines31-marketingskills-programmatic-seo/BODY.md 6.9 KB
- github-skill-coreyhaines31-marketingskills-programmatic-seo/HEAD.md 1.0 KB
- github-skill-coreyhaines31-marketingskills-programmatic-seo/vectors.json 1.8 KB
- github-skill-darrenhinde-openagentscontrol-task-breakdown/BODY.md 4.4 KB
- github-skill-darrenhinde-openagentscontrol-task-breakdown/HEAD.md 957 B
- github-skill-darrenhinde-openagentscontrol-task-breakdown/vectors.json 1.7 KB
- github-skill-davepoon-buildwithclaude-content-research-writer/BODY.md 14 KB
- github-skill-davepoon-buildwithclaude-content-research-writer/HEAD.md 1004 B
- github-skill-davepoon-buildwithclaude-content-research-writer/vectors.json 1.7 KB
- github-skill-davila7-claude-code-templates-scientific-schematics/BODY.md 23 KB
- github-skill-davila7-claude-code-templates-scientific-schematics/HEAD.md 1.1 KB
- github-skill-davila7-claude-code-templates-scientific-schematics/vectors.json 1.9 KB
- github-skill-davila7-claude-code-templates-writing-hookify-rules/BODY.md 8.2 KB
- github-skill-davila7-claude-code-templates-writing-hookify-rules/HEAD.md 967 B
- github-skill-davila7-claude-code-templates-writing-hookify-rules/vectors.json 1.7 KB
- github-skill-deanpeters-product-manager-skills-pestel-analysis/BODY.md 14 KB
- github-skill-deanpeters-product-manager-skills-pestel-analysis/HEAD.md 891 B
- github-skill-deanpeters-product-manager-skills-pestel-analysis/vectors.json 1.6 KB
- github-skill-dicklesworthstone-pi-agent-rust-deploying-monitoring-stacks/BODY.md 3.9 KB
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.
- 2d ago First seen · 112 lines · 27 tokens per session scan A d036756df00d
idx-md is a skill published in the GitHub repository Keith-CY/idx.md (7 stars, last pushed 3d ago), licensed Apache-2.0. It adds 27 tokens to every session and 1,230 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to idx-md, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
nemoclaw-maintainer-refactor-docs
Plan and execute maintainer-owned refactors of oversized NemoClaw Fern documentation sections into focused one-topic pages with concise prose, journey-based nested navigation, non-clickable group nodes, canonical troubleshooting and reference ownership, deduplicated content, variant-aware route-style links, and…
nemoclaw-contributor-implement-issue
Implement an accepted NemoClaw GitHub issue in the current checkout. Use when a user asks to pick up an issue for implementation, implement or fix a named issue, or add the issue's tests. Confirm accepted scope, deliver the smallest independently valuable capability slice, and record validation and remaining gates…
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
summarize
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
add-resend
Add Resend (email) channel integration via Chat SDK.
add-macos-statusbar
Add a macOS menu bar status indicator for NanoClaw. Shows a bolt icon with a green/red dot indicating whether NanoClaw is running, with Start, Stop, and Restart controls. macOS only.