everything-claude-code-zh is a Chinese translation of a collection of configurations for Claude Code and other AI coding agents. It provides agents, skills, hooks, commands, rules, and MCP configurations intended to support development workflows such as memory persistence, security scanning, evaluation, and research-first work. The catalogue includes commands, skills, agents, instructions, and a plugin from this configuration set.
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/xu-xiang/everything-claude-code-zh/oneskillnpx skills add xu-xiang/everything-claude-code-zh --skill oneskillgit clone --depth 1 https://github.com/xu-xiang/everything-claude-code-zhWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/xu-xiang/everything-claude-code-zh/oneskill)<a href="https://agentmods.dev/skills/xu-xiang/everything-claude-code-zh/oneskill"><img src="https://agentmods.dev/badge/skills/xu-xiang/everything-claude-code-zh/oneskill.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00021 | $0.00799 |
| Opus 5 | $0.00010 | $0.00400 |
| Sonnet 5 | $0.00004 | $0.00160 |
| Haiku 4.5 | $0.00002 | $0.00080 |
Grade A, and why
oneskill 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 6d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- oneskill — 92% identical, 28 lines differ
What it actually says
OneSkill 元管理器(Meta-Manager)
使用此技能(Skill)来发现新功能、优化搜索查询,并使用 OpenSkills 简化技能设置。这为扩展环境功能提供了一种统一的方式。
何时使用
- 当用户要求的某些功能你目前不具备时。
- 当任务复杂、属于特定领域,或在尝试 2 次后仍被反复阻断时。
- 当可能存在更好的技能(Skill)时(例如:网页浏览、GitHub 集成、数据库管理、云基础设施)。
工作流(Workflow)
- 搜索注册表:
- 运行:
npx oneskill search "<query>" [options] - 支持的选项:
--category、--limit、--offset、--sort。 - 示例:
npx oneskill search "browser" --sort starsnpx oneskill search "" --category database --limit 5
- 运行:
- 分析结果:
- 确定最佳匹配项,或优化查询并再次搜索。
- 与用户确认:
- 说明该技能的功能及其来源。
- 在获得明确批准后进行安装(使用 openskills):
- 运行:
npx openskills install <slug-or-repo> - 示例:
npx openskills install anthropics/skills
- 运行:
- 处理特定环境的设置:
- Gemini CLI 用户:
openskills不会自动配置 Gemini。安装后你必须运行映射命令:npx oneskill map --target gemini(如果是全局安装,请添加--global)
- Gemini CLI 用户:
- 应用新技能以完成原始请求。
OpenSkills 基础
npx openskills install <source> [options]# 从 GitHub、本地路径或私有仓库安装npx openskills sync [-y] [-o <path>]# 更新 AGENTS.md(或自定义输出)npx openskills list# 显示已安装的技能npx openskills read <name># 加载技能(供智能体(Agent)使用)npx openskills update [name...]# 更新已安装的技能(默认:全部)npx openskills manage# 移除技能(交互式)npx openskills remove <name># 移除特定技能
示例:
npx openskills install anthropics/skillsnpx openskills sync
默认设置:安装在项目本地(./.claude/skills,或者带 --universal 参数安装在 ./.agent/skills)。使用 --global 安装在 ~/.claude/skills。
安全提示(Safety Reminders)
- 未经用户明确确认,请勿安装。
- 除非用户同意覆盖现有目标,否则避免使用
--force-map。 - 使用 openskills 进行安装/更新;OneSkill 仅为 Gemini 提供搜索和映射。
- 对于 Gemini,请在安装后运行
npx oneskill map --target gemini。 - 默认安装/映射是项目本地的,与 openskills 相同;全局安装请使用
--global。 - 安装 OneSkill 本身时,建议使用
--global,以便在跨项目时可用。
What ships with it
28 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.
- .gitignore 1.3 KB
- .openskills.json 173 B
- LICENSE 9.9 KB
- package-lock.json 64 KB
- package.json 818 B
- README_CN.md 3.0 KB
- README.md 2.7 KB
- src/cli.ts 2.9 KB runs code
- src/commands/doctor.ts 632 B runs code
- src/commands/info.ts 380 B runs code
- src/commands/list.ts 486 B runs code
- src/commands/map.ts 666 B runs code
- src/commands/search.ts 823 B runs code
- src/commands/sync.ts 642 B runs code
- src/core/fs.ts 896 B runs code
- src/core/lock.ts 711 B runs code
- src/core/log.ts 426 B runs code
- src/core/manifest.ts 824 B runs code
- src/core/map.ts 1.6 KB runs code
- src/core/mapping.ts 2.7 KB runs code
- src/core/openskills.ts 1.3 KB runs code
- src/core/registry.ts 4.3 KB runs code
- src/core/root.ts 1.2 KB runs code
- src/core/types.ts 1.5 KB runs code
- src/core/versions.ts 879 B runs code
- src/utils/json.ts 113 B runs code
- tsconfig.json 279 B
- tsup.config.ts 183 B runs code
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.
- 6d ago First seen · 60 lines · 21 tokens per session scan A d380eb91fd52
oneskill is a skill published in the GitHub repository xu-xiang/everything-claude-code-zh (1,931 stars, last pushed 6mo ago), licensed MIT. It adds 21 tokens to every session and 799 once invoked, about $0.0001 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.
Other skills, from other repositories
subagent-driven-development
Execute plans via delegatetask subagents (2-stage review).
duckduckgo-search
Free keyless web, news, and image search via ddgs.
mcporter
List, auth, and call MCP servers/tools from the terminal.
article-writing
Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.
mem0-oss-to-platform
Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…
complete-partial-pr
Evaluate and complete an issue or PR where the submitted patch fixes only a narrow symptom of the reported pain point. Use when a contribution may miss adjacent integration surfaces, provider/spec semantics, roundtrip behavior, tests, docs, or historical maintainer decisions.