发现技能(Skill),迭代查询,并在任何环境中自动安装技能。
62
72%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./.claude/skills/oneskill/SKILL.md使用此技能(Skill)来发现新功能、优化搜索查询,并使用 OpenSkills 简化技能设置。这为扩展环境功能提供了一种统一的方式。
npx oneskill search "<query>" [options]--category、--limit、--offset、--sort。npx oneskill search "browser" --sort starsnpx oneskill search "" --category database --limit 5npx openskills install <slug-or-repo>npx openskills install anthropics/skillsopenskills 不会自动配置 Gemini。安装后你必须运行映射命令:
npx oneskill map --target gemini(如果是全局安装,请添加 --global)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。
--force-map。npx oneskill map --target gemini。--global。--global,以便在跨项目时可用。dfbf946
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.