← 返回 Skills 市场
kenera

Subskill Generation Rule

作者 kenera · GitHub ↗ · v0.1.1
cross-platform ✓ 安全检测通过
650
总下载
2
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install subskill-generation-rule
功能描述
Define project rules for subskill generation by organizing artifacts in data/, feature scripts in subskills/<feature>/, and optional SKILL.md per feature fol...
安全使用建议
This skill is simply a set of organizational rules and does not request credentials or install software. It's safe from the manifest alone. Things to consider before installing: 1) If your agent runtime has permission to create or modify files, following these rules will cause files to be written under data/ and subskills/ — review any generated artifacts for secrets before committing them. 2) Because the skill is instruction-only, there is no bundled code to inspect; if you later accept generated subskills or scripts, review those new files for unexpected network calls or credential usage. 3) If you prefer to prevent autonomous file changes, restrict the agent's filesystem permissions or disable autonomous skill invocation in your agent settings.
功能分析
Type: OpenClaw Skill Name: subskill-generation-rule Version: 0.1.1 The skill bundle defines organizational rules for file placement within an OpenClaw skill, aiming to keep the main skill root clean and maintainable. All files (`_meta.json`, `SKILL.md`, `README.md`, `README.zh.md`) consistently describe these conventions without containing any executable code, network calls, sensitive data access, or prompt injection attempts. The instructions in SKILL.md are purely declarative regarding file structure and do not instruct the agent to perform any harmful actions.
能力评估
Purpose & Capability
The name and description promise project organization rules; the SKILL.md only prescribes where to put generated artifacts and feature code (data/ and subskills/<feature>/). There are no unrelated environment variables, binaries, or install steps requested, so the declared requirements align with the stated purpose.
Instruction Scope
Runtime instructions are limited to file/directory layout and naming conventions. They do not instruct the agent to read unrelated system files, access network endpoints, or exfiltrate data. The guidance is narrowly scoped to organizing generated artifacts and subskill code.
Install Mechanism
No install spec or code files are included. Because this is instruction-only, nothing will be written to disk by an installer and no external packages are fetched.
Credentials
The skill requests no environment variables, credentials, or config paths. There are no disproportionate secrets or unrelated credentials required.
Persistence & Privilege
always is false (normal). Model invocation is allowed (disable-model-invocation: false), which is the platform default. While the skill itself is harmless, consider the agent's runtime permissions: if the agent is allowed to write files, following these rules will create files under data/ and subskills/. That filesystem write capability is outside the skill's manifest but relevant to operations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install subskill-generation-rule
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /subskill-generation-rule 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Updated the project description for clarity and to fix a typo in "organization." - Added a new "When to Use" section to summarize scenarios where the rules apply.
v0.1.0
Initial release of subskill-generation-rule. - Defines project structure rules for organizing generated data and feature scripts. - Ensures recommendation outputs are placed in data/, and new feature scripts in subskills/<feature>/. - Introduces one-folder-per-feature organization under subskills/. - Optionally supports SKILL.md inside each feature folder for documentation. - Keeps the main skill root clean from one-off scripts and generated files.
元数据
Slug subskill-generation-rule
版本 0.1.1
许可证
累计安装 2
当前安装数 2
历史版本数 2
常见问题

Subskill Generation Rule 是什么?

Define project rules for subskill generation by organizing artifacts in data/, feature scripts in subskills/<feature>/, and optional SKILL.md per feature fol... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 650 次。

如何安装 Subskill Generation Rule?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install subskill-generation-rule」即可一键安装,无需额外配置。

Subskill Generation Rule 是免费的吗?

是的,Subskill Generation Rule 完全免费(开源免费),可自由下载、安装和使用。

Subskill Generation Rule 支持哪些平台?

Subskill Generation Rule 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Subskill Generation Rule?

由 kenera(@kenera)开发并维护,当前版本 v0.1.1。

💬 留言讨论