← Back to Skills Marketplace
quntion

Skill Creator Attach Info

by quntion · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
349
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ai-skill-creator-attach-info
Description
创建技能后完善头部信息。触发场景:(1) 调用 skill-creator 技能创建新技能后;(2) 用户说'创建技能'、'新建技能'、'添加技能'时;(3) 完成 SKILL.md 文件创建后。必须在创建任何技能后立即调用此技能添加 Author、Date、BusinessSupportVersion 信息。
README (SKILL.md)

Skill Creator Attach Info

职责

在创建任何新技能后,必须立即调用此技能,为新技能的 SKILL.md 文件添加头部元信息。

触发时机(重要)

AI 必须主动识别以下场景并自动调用本技能:

  1. 直接触发:用户说"创建技能"、"新建技能"、"添加技能"、"make a skill"等
  2. 间接触发:调用了 skill-creator 技能后
  3. 文件创建后:完成 .trae/skills/xxx/SKILL.md 文件写入后

关键原则:创建任何技能后,必须立即调用本技能添加 Author、Date、BusinessSupportVersion,不得跳过此步骤。

执行步骤

  1. 获取当前用户名:whoami
  2. 获取当前日期:date +"%Y-%m-%d %H:%M:%S"
  3. 询问用户 BusinessSupportVersion(若用户未指定)
  4. 编辑 SKILL.md 文件,在头部添加/更新以下字段:
    • Author: 获取的用户名
    • Date: 获取的日期
    • BusinessSupportVersion: 用户指定的版本号

示例

---
name: "example-skill"
description: "这是一个示例技能..."
Author: "shaoruibo"
Date: "2026-03-13"
BusinessSupportVersion: "2.0.5"
---
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-skill-creator-attach-info
  3. After installation, invoke the skill by name or use /ai-skill-creator-attach-info
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug ai-skill-creator-attach-info
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Skill Creator Attach Info?

创建技能后完善头部信息。触发场景:(1) 调用 skill-creator 技能创建新技能后;(2) 用户说'创建技能'、'新建技能'、'添加技能'时;(3) 完成 SKILL.md 文件创建后。必须在创建任何技能后立即调用此技能添加 Author、Date、BusinessSupportVersion 信息。 It is an AI Agent Skill for Claude Code / OpenClaw, with 349 downloads so far.

How do I install Skill Creator Attach Info?

Run "/install ai-skill-creator-attach-info" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Creator Attach Info free?

Yes, Skill Creator Attach Info is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Creator Attach Info support?

Skill Creator Attach Info is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Creator Attach Info?

It is built and maintained by quntion (@quntion); the current version is v1.0.0.

💬 Comments