← 返回 Skills 市场
349
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-skill-creator-attach-info
功能描述
创建技能后完善头部信息。触发场景:(1) 调用 skill-creator 技能创建新技能后;(2) 用户说'创建技能'、'新建技能'、'添加技能'时;(3) 完成 SKILL.md 文件创建后。必须在创建任何技能后立即调用此技能添加 Author、Date、BusinessSupportVersion 信息。
使用说明 (SKILL.md)
Skill Creator Attach Info
职责
在创建任何新技能后,必须立即调用此技能,为新技能的 SKILL.md 文件添加头部元信息。
触发时机(重要)
AI 必须主动识别以下场景并自动调用本技能:
- 直接触发:用户说"创建技能"、"新建技能"、"添加技能"、"make a skill"等
- 间接触发:调用了
skill-creator技能后 - 文件创建后:完成
.trae/skills/xxx/SKILL.md文件写入后
关键原则:创建任何技能后,必须立即调用本技能添加 Author、Date、BusinessSupportVersion,不得跳过此步骤。
执行步骤
- 获取当前用户名:
whoami - 获取当前日期:
date +"%Y-%m-%d %H:%M:%S" - 询问用户 BusinessSupportVersion(若用户未指定)
- 编辑 SKILL.md 文件,在头部添加/更新以下字段:
Author: 获取的用户名Date: 获取的日期BusinessSupportVersion: 用户指定的版本号
示例
---
name: "example-skill"
description: "这是一个示例技能..."
Author: "shaoruibo"
Date: "2026-03-13"
BusinessSupportVersion: "2.0.5"
---
安全使用建议
This skill is coherent for its purpose: it will run local whoami and date commands and then edit the new skill's SKILL.md to add Author, Date, and BusinessSupportVersion. Before installing, decide whether you want the agent to automatically modify SKILL.md files (the skill is designed to run when it detects 'create skill' or when skill-creator finishes). Note that whoami will record the local account name as Author — if you prefer a different author string or want to avoid exposing your system username, configure the agent to prompt for or override the Author value, or do not enable automatic invocation.
功能分析
Type: OpenClaw Skill
Name: ai-skill-creator-attach-info
Version: 1.0.0
The skill bundle is designed to automate the addition of metadata (Author, Date, and BusinessSupportVersion) to newly created SKILL.md files. It uses standard shell commands like 'whoami' and 'date' to populate these fields and provides clear instructions for the AI agent to trigger this process during skill creation. No malicious intent, data exfiltration, or unauthorized execution patterns were found.
能力评估
Purpose & Capability
Name/description state the job is to add header metadata after skill creation; the instructions (adding Author/Date/BusinessSupportVersion to SKILL.md) directly implement that and do not request unrelated capabilities or credentials.
Instruction Scope
Runtime instructions call local commands whoami and date and then edit the SKILL.md file (expected for adding Author/Date). This is within scope, but it does read the local account name (may reveal system identity) and will modify files under the user's .trae/skills path — users should expect automatic file edits.
Install Mechanism
No install spec or code is present (instruction-only), so nothing is written to disk by an installer and no external packages are fetched.
Credentials
No environment variables, credentials, or config paths are requested. The only system access is to run whoami/date and edit SKILL.md, which is proportional to the stated task.
Persistence & Privilege
always is false (good). The skill requires the agent to proactively detect triggers and automatically invoke it to modify SKILL.md files; autonomous invocation is platform-default but this behaviour means the agent will auto-edit newly created skill files — users should be aware and consent to that automatic modification.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-skill-creator-attach-info - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-skill-creator-attach-info触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ai-skill-creator-attach-info.
- Automatically adds Author, Date, and BusinessSupportVersion to SKILL.md after any new skill is created.
- Triggers on explicit user requests (e.g., "创建技能", "新建技能") or after calling skill-creator.
- Ensures SKILL.md files contain required metadata immediately after creation.
元数据
常见问题
Skill Creator Attach Info 是什么?
创建技能后完善头部信息。触发场景:(1) 调用 skill-creator 技能创建新技能后;(2) 用户说'创建技能'、'新建技能'、'添加技能'时;(3) 完成 SKILL.md 文件创建后。必须在创建任何技能后立即调用此技能添加 Author、Date、BusinessSupportVersion 信息。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 349 次。
如何安装 Skill Creator Attach Info?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-skill-creator-attach-info」即可一键安装,无需额外配置。
Skill Creator Attach Info 是免费的吗?
是的,Skill Creator Attach Info 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Creator Attach Info 支持哪些平台?
Skill Creator Attach Info 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Creator Attach Info?
由 quntion(@quntion)开发并维护,当前版本 v1.0.0。
推荐 Skills