← Back to Skills Marketplace
650
Downloads
2
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install subskill-generation-rule
Description
Define project rules for subskill generation by organizing artifacts in data/, feature scripts in subskills/<feature>/, and optional SKILL.md per feature fol...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install subskill-generation-rule - After installation, invoke the skill by name or use
/subskill-generation-rule - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 650 downloads so far.
How do I install Subskill Generation Rule?
Run "/install subskill-generation-rule" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Subskill Generation Rule free?
Yes, Subskill Generation Rule is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Subskill Generation Rule support?
Subskill Generation Rule is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Subskill Generation Rule?
It is built and maintained by kenera (@kenera); the current version is v0.1.1.
More Skills