idx-md
星标7
分支2
更新时间2026年8月3日 10:46
AgentSkill for https://idx.md. Use the index to locate AI agent library topics and fetch HEAD/BODY markdown.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
AgentSkill for https://idx.md. Use the index to locate AI agent library topics and fetch HEAD/BODY markdown.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | idx-md |
| description | AgentSkill for https://idx.md. Use the index to locate AI agent library topics and fetch HEAD/BODY markdown. |
/data/index.md and search by keywords in titles/tags./category/index.md./scenario/index.md./industry/index.md.|/data/{topic}|--- frontmatter block.|/data/openclaw|
https://idx.md/data/index.md (or https://idx.md/index.md).{topic} from the |/data/{topic}| line.https://idx.md/{topic} (or /data/{topic}/HEAD.md)https://idx.md/{topic}/vectors.jsonhttps://idx.md/{topic}/BODY.mdcontent_sha256 in HEAD frontmatter.retrieved_at to decide whether a cached BODY needs refresh./{topic}/vectors.json as the retrieval layer, then fetch /{topic}/BODY.md only for top candidates.vectors.json currently contains one head record derived from HEAD metadata.records[].text.records[].metadata.content_sha256 as your embedding cache key; only re-embed when it changes./data/index.md or category/scenario/industry indexes./{topic}/vectors.json./{topic}/BODY.md for top-k and generate final answer from BODY./, /skill.md, /SKILL.md -> this document/index.md, /data/index.md -> index listing/category/index.md -> category index listing/category/{category}/index.md -> category topic listing/scenario/index.md -> scenario index listing/scenario/{scenario}/index.md -> scenario topic listing/industry/index.md -> industry index listing/industry/{industry}/index.md -> industry topic listing/{topic} -> /data/{topic}/HEAD.md/{topic}/HEAD.md -> HEAD metadata/{topic}/vectors.json -> vector shard for embedding recall/{topic}/BODY.md -> BODY content.md only; .mdx rejected by filename.content_sha256 lives in the HEAD frontmatter.content_sha256 is the SHA-256 of the exact BODY bytes (no normalization).content_sha256./index.md -> pick openclaw -> fetch /openclaw/HEAD.md -> fetch /openclaw/BODY.md.If you find a high-quality markdown resource that agents should know about, please open a PR to add it. Repo: https://github.com/Keith-CY/idx.md
sources/general.yml..md) and prefer raw.githubusercontent.com for GitHub content..mdx files are rejected.type and slug that match ^[a-z0-9][a-z0-9-]*$.sources/openclaw.yml, sources/openai.yml, etc.) or data/ outputs directly.- type: skills
slug: acme-awesome-skill
source_url: https://raw.githubusercontent.com/acme/awesome-skill/main/SKILL.md
title: Awesome Skill (optional)
summary: One-line summary (optional)
tags:
- skills
license: MIT (optional)
upstream_ref: https://github.com/acme/awesome-skill/blob/main/SKILL.md (optional)
sources/general.yml.data/ updates; otherwise the maintainer will handle it.Thanks for helping keep idx.md useful and current.