← 返回 Skills 市场
64
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-naming-standard
功能描述
Use when naming, renaming, or reviewing agent skills. Produces cold-readable display names, kebab-case slugs, trigger descriptions, and approval-aware autono...
使用说明 (SKILL.md)
Skill Naming Standard
Name the job, not the lore.
Rules
- Use Title Case for display names.
- Use lowercase kebab-case for slugs.
- Keep slugs under 60 characters.
- Make names understandable without private memory.
- Prefer action, domain, and output over vibe.
- Keep nicknames as aliases inside the body, not in the slug.
- Use approval language when the skill can change external state.
Naming Patterns
\x3CDomain> \x3CJob>
\x3CDomain> \x3CArtifact> Builder
\x3CApproval Gated> \x3CExternal Action>
\x3CContinuous> \x3CMonitoring Loop>
\x3CRead Only> \x3CReview Task>
Examples:
Expert Execution Upgrade -> expert-execution-upgrade
Workspace Lifecycle Standard -> workspace-lifecycle-standard
Cross Agent Skill Adapter -> cross-agent-skill-adapter
Approval Gated Deployer -> approval-gated-deployer
Continuous Stream Supervisor -> continuous-stream-supervisor
Decision Check
- Could a new agent infer when to use it?
- Does it describe the job instead of the author's mental shortcut?
- Is it narrow enough to avoid grabbing unrelated tasks?
- Does the name imply too much autonomy?
- Does the description state approval boundaries?
Output
Display Name: \x3CTitle Case>
Slug: \x3Ckebab-case>
Description: \x3Ctrigger + output + approval boundary>
Aliases: \x3Cprivate nicknames only if useful>
Why: \x3Cone sentence>
安全使用建议
Safe to install as a writing aid for skill naming. Its references to approval-gated deployers are examples of clearer naming, not instructions granting deployment authority.
能力评估
Purpose & Capability
The artifact is coherent with its stated purpose: it gives rules, patterns, decision checks, and examples for naming or reviewing agent skills.
Instruction Scope
Instructions are limited to naming conventions, slugs, descriptions, aliases, and approval-aware wording for skills; they do not ask the agent to override policies or take unrelated actions.
Install Mechanism
The package contains only SKILL.md and examples.md markdown files, with no executable scripts, dependencies, install hooks, or package code.
Credentials
No network use, filesystem mutation, credential handling, local indexing, or external tool access is requested.
Persistence & Privilege
No persistence, background execution, privilege escalation, session access, or long-running worker behavior is present.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-naming-standard - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-naming-standard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public sample release.
元数据
常见问题
Skill Naming Standard 是什么?
Use when naming, renaming, or reviewing agent skills. Produces cold-readable display names, kebab-case slugs, trigger descriptions, and approval-aware autono... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。
如何安装 Skill Naming Standard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-naming-standard」即可一键安装,无需额外配置。
Skill Naming Standard 是免费的吗?
是的,Skill Naming Standard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Naming Standard 支持哪些平台?
Skill Naming Standard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Naming Standard?
由 KairoKid(@dodge1218)开发并维护,当前版本 v1.0.0。
推荐 Skills