用于创建、编辑与优化AI技能,并评测其效果与触发准确性。
该技能材料显示其为开源的 prompt-only Skill,不要求密钥、未声明远程端点,整体风险较低。README 提到可辅助运行评测与改写技能,但基于现有信息未见独立代码执行、数据外发或过度授权的具体红旗。
材料明确标注无需密钥或环境变量,未见要求用户提供 API token、账户凭证或其他敏感认证信息的描述,凭证泄露面较小。
未声明任何远程端点,且系统检查项表明其为 prompt-only;从现有材料看,没有把用户数据发送到第三方服务或不明主机的证据。
作为 prompt-only 技能,本身未显示需要在本机安装依赖、启动进程或执行脚本。README 虽提到评测脚本与运行流程,但在当前审计材料中未体现该技能直接获得代码执行权限。
未声明需要读取或写入本地文件、数据库、系统目录或外部资源;从材料看主要是指导创建和优化技能文本,未见过度数据访问请求。
来源为 GitHub 上的开源仓库,具备可审计性,且来自 anthropics/skills 对降低风险有帮助;但许可证未声明、star 为 0、维护状态未知,供应链可信度仍需保留一定审慎。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "skill-creator" 技能: 1. 下载 https://raw.githubusercontent.com/anthropics/skills/main/skills/skill-creator/SKILL.md 2. 保存为 ~/.claude/skills/skill-creator/SKILL.md 3. 装好后重载技能,告诉我可以用了
A skill for creating new skills and iteratively improving them.
At a high level, the process of creating a skill goes like this:
eval-viewer/generate_review.py script to show the user the results for them to look at, and also let them look at the quantitative metricsYour job when using this skill is to figure out where the user is in this process and then jump in and help them progress through these stages. So for instance, maybe they're like "I want to make a skill for X". You can help narrow down what they mean, write a draft, write the test cases, figure out how they want to evaluate, run all the prompts, and repeat.
On the other hand, maybe they already have a draft of the skill. In this case you can go straight to the eval/iterate part of the loop.
Of course, you should always be flexible and if the user is like "I don't need to run a bunch of evaluations, just vibe with me", you can do that instead.
Then after the skill is done (but again, the order is flexible), you can also run the skill description improver, which we have a whole separate script for, to optimize the triggering of the skill.
Cool? Cool.
The skill creator is liable to be used by people across a wide range of familiarity with coding jargon. If you haven't heard (and how could you, it's only very recently that it started), there's a trend now where the power of Claude is inspiring plumbers to open up their terminals, parents and grandparents to google "how to install npm". On the other hand, the bulk of users are probably fairly computer-literate.
So please pay attention to context cues to understand how to phrase your communication! In the default case, just to give you some idea:
It's OK to briefly explain terms if you're in doubt, and feel free to clarify terms with a short definition if you're unsure if the user will get it.
Start by understanding the user's intent. The current conversation might already contain a workflow the user wants to capture (e.g., they say "turn this into a skill"). If so, extract answers from the conversation history first — the tools used, the sequence of steps, corrections the user made, input/output formats observed. The user may need to fill the gaps, and should confirm before proceeding to the next step.
…
帮助你构建、调试并优化 Claude API 与 Anthropic SDK 应用
引导用户协作撰写文档、方案与技术规格,并通过迭代完善内容质量。
用于创建、编辑与整理Word文档,并生成带专业排版的 .docx 文件。
帮助用户设计并生成高质量、可生产的前端界面与网页组件代码
处理PDF文档的读取提取、合并拆分、表单填写与OCR识别等任务
帮助用户制作适配 Slack 的动画 GIF,并检查规格与动画效果。
帮助你创建、整理、校验并重构 AgentSkills 与 SKILL.md 技能文件。
帮助用户创建或更新技能,扩展 Codex 的知识、流程与工具能力
将当前对话中的可复用流程整理并保存为可反复调用的技能文件
将其他 AI 编码助手的技能规范转换为 Amplifier 原生 SKILL.md 文件
帮助用户创建或改进 AI 技能,明确能力范围、流程设计与工具集成方式。
帮助 AI 智能匹配任务与技能,并追踪效果、发现缺口和挖掘新技能。