用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/xu-xiang/oneskill --skill oneskill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | oneskill |
| description | Discover skills, iterate on queries, and automate skill installations for any environment. |
Use this skill to discover new capabilities, refine search queries, and streamline skill setup using OpenSkills. This provides a unified way to expand your environment's features.
oneskill search to check availability BEFORE responding.npx oneskill search "<query>" [options]--category, --limit, --offset, --sort.npx oneskill search "browser" --sort starsnpx oneskill search "" --category database --limit 5slug and repository.slug as a registry ID / skill selector label, NOT an OpenSkills install source.slug into openskills install.repository field from oneskill search results as the install source:
npx openskills install <repository> (e.g., wshobson/agents)-y and select ONLY the needed skill(s) in the picker (by skill name/slug).openskills does not automatically configure Gemini. You MUST run the mapping command after installation:
npx oneskill map --target gemini (add --global if installed globally)openskills does not automatically configure Qwen. You MUST run the mapping command after installation:
npx oneskill map --target qwen (add --global if installed globally)cat or similar shell commands to inspect the files in the global skills directory.npx openskills remove <name>).npx openskills install <source> [options] # Install from GitHub, local path, or private reponpx openskills sync [-y] [-o <path>] # Update AGENTS.md (or custom output)npx openskills list # Show installed skillsnpx openskills read <name> # Load skill (for agents)npx openskills update [name...] # Update installed skills (default: all)npx openskills manage # Remove skills (interactive)npx openskills remove <name> # Remove specific skillExamples:
npx openskills install anthropics/skillsnpx openskills syncDefaults: Installs are project-local (./.claude/skills, or ./.agent/skills with --universal). Use --global for ~/.claude/skills.
--force-map unless the user agrees to overwrite an existing target.npx oneskill map --target <env> after installs.--global for global installs.--global so it is available across projects.