diff --git a/README.md b/README.md index fad853b..dbe5adb 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ The market currently contains: - `1` Agent: `desirecore` - `30` local built-in skills with `SKILL.md` -- `15` external skill entries with `entry.json` -- `45` publishable skills in total (`SKILL.md` + `entry.json`) +- `18` external skill entries with `entry.json` +- `48` publishable skills in total (`SKILL.md` + `entry.json`) ## Skill Sources @@ -44,10 +44,10 @@ xiaomi-tts, xlsx External entries are marketplace pointers to Git/Web/ZIP sources: ```text -ai-news-radar, amap-jsapi-skill, dingtalk-api, flyai-skill, -follow-builders, larksuite-cli, luckin-my-coffee, mattpocock-skills, -minimax-image-gen, minimax-tts, mt-paotui-for-client, netease-skills, -taste-skill, wechatpay-skills, wecom-cli +agent-reach, ai-news-radar, amap-jsapi-skill, dingtalk-api, flyai-skill, +follow-builders, ian-xiaohei-illustrations, khazix-skills, larksuite-cli, +luckin-my-coffee, mattpocock-skills, minimax-image-gen, minimax-tts, +mt-paotui-for-client, netease-skills, taste-skill, wechatpay-skills, wecom-cli ``` ## Data Formats diff --git a/manifest.json b/manifest.json index ebaf1ff..2213b99 100644 --- a/manifest.json +++ b/manifest.json @@ -27,8 +27,8 @@ }, "stats": { "totalAgents": 1, - "totalSkills": 45, - "lastUpdated": "2026-07-07" + "totalSkills": 48, + "lastUpdated": "2026-07-09" }, "features": [ "curated-index", diff --git a/skills/agent-reach/entry.json b/skills/agent-reach/entry.json new file mode 100644 index 0000000..cdb4a05 --- /dev/null +++ b/skills/agent-reach/entry.json @@ -0,0 +1,22 @@ +{ + "id": "agent-reach", + "name": "Agent Reach", + "category": "research", + "tags": ["research", "web-search", "social-media", "twitter", "reddit", "youtube", "bilibili", "xiaohongshu"], + "maintainer": { + "name": "Panniantong", + "verified": false, + "account": "Panniantong", + "url": "https://github.com/Panniantong/agent-reach" + }, + "stewardship": "community", + "license": "MIT", + "redistribution": "allowed", + "source": { + "kind": "git", + "repoUrl": "https://github.com/Panniantong/agent-reach.git", + "repoBranch": "main", + "path": "agent_reach/skill", + "ref": "e825f6740d24c6c315c3b0dc41907e6c87ff39a5" + } +} diff --git a/skills/ian-xiaohei-illustrations/entry.json b/skills/ian-xiaohei-illustrations/entry.json new file mode 100644 index 0000000..d52a076 --- /dev/null +++ b/skills/ian-xiaohei-illustrations/entry.json @@ -0,0 +1,22 @@ +{ + "id": "ian-xiaohei-illustrations", + "name": "Ian 小黑怪诞正文配图", + "category": "media", + "tags": ["illustration", "image-generation", "xiaohei", "design"], + "maintainer": { + "name": "helloianneo", + "verified": false, + "account": "helloianneo", + "url": "https://github.com/helloianneo/ian-xiaohei-illustrations" + }, + "stewardship": "community", + "license": "MIT", + "redistribution": "allowed", + "source": { + "kind": "git", + "repoUrl": "https://github.com/helloianneo/ian-xiaohei-illustrations.git", + "repoBranch": "main", + "path": "ian-xiaohei-illustrations", + "ref": "91b560849e8f883922cc2fa8a358a668caa94105" + } +} diff --git a/skills/khazix-skills/entry.json b/skills/khazix-skills/entry.json new file mode 100644 index 0000000..1153afd --- /dev/null +++ b/skills/khazix-skills/entry.json @@ -0,0 +1,21 @@ +{ + "id": "khazix-skills", + "name": "卡兹克 Skills", + "category": "productivity", + "tags": ["khazix", "ai-news", "writing", "analysis"], + "maintainer": { + "name": "KKKKhazix", + "verified": false, + "account": "KKKKhazix", + "url": "https://github.com/KKKKhazix/khazix-skills" + }, + "stewardship": "community", + "license": "MIT", + "redistribution": "allowed", + "source": { + "kind": "git", + "repoUrl": "https://github.com/KKKKhazix/khazix-skills.git", + "repoBranch": "main", + "ref": "d4e43c91f16dcd859748c1d71ec7d8aa1ebb4694" + } +}