Skill Creator
Creates new skills for Ren agents — defines the schema, writes the implementation, and publishes to the registry.
What It Does
- Define input/output schemas for new skills
- Generate skill implementation code
- Validate schemas and run against test inputs before publishing
- Publish completed skills to the organization registry
- Produce registry metadata alongside the skill definition
Skill Creator produces complete skill definitions: input/output schema, implementation code, and registry metadata. A skill in Ren is a reusable capability that agents invoke, like 'write a LinkedIn post' or 'enrich a lead.' Each skill has defined inputs, outputs, and a schema.
Before publishing, the skill validates the schema, runs the implementation against test inputs, and checks for errors. You can also create skills manually via the CLI. Skill Creator automates this for agents that need to produce skills as part of a larger system.
FAQs
A skill is a reusable capability that agents can invoke — like 'write a LinkedIn post' or 'enrich a lead.' Skills have defined inputs, outputs, and a schema. They are the building blocks that make agents useful.
Yes. You can write skill definitions by hand and publish them via the CLI. Skill Creator automates this process for agents that need to create skills as part of a larger system.
Yes. It validates the schema, runs the implementation against test inputs, and checks for errors before publishing to the registry.