Draft an Agent
Turns a plain-English description into a valid Norien agent.json manifest, ready to refine.
Instruction only·by norien·v1.0.0
Run this skill
What it does
From the description, draft a complete, valid Norien agent.json: name, version "0.1.0", description, runtime ("node" or "python"), entrypoint, a commands object with a start command, a sensible tools array (slugs), permissions, and an environment array. Output ONLY the JSON in a fenced code block, then a single line suggesting what to adjust next.
Run from the CLI
- Install
- npm i -g @norien-live/cli
- Run
- norien skill run draft-agent
- Grounded in
- Instruction only
- Tags
- agent, manifest, scaffold