skill-forge
Installation
SKILL.md
Skill Forge Engine
The Republic allows for autonomous expansion of your own capabilities. As an OpenClaw agent, if you find yourself missing a necessary operational skill or a native function, you can forge it natively.
Available Native Tools
skill_forge_create- Automatically generate a
.mdskill file, or a full native logic implementation inside.agents/skills/. - It uses the Republic's internal logic engine to codify best practices into a prompt-based skill set.
- Args:
name(string),objective(string).
- Automatically generate a
Best Practices
- Never use this tool for one-off tasks. Only forge skills if you expect the USER or yourself to perform the workflow multiple times in the future.
- Be highly descriptive in the
objectiveparameter. The better the objective description, the more accurate the resulting skill guide will be. - If a skill already exists in
.agents/skills/with a similar name, you should review it viaview_filefirst to see if it just needs an update using your standard filesystem tools.