kenobi-pages
Installation
SKILL.md
Kenobi Pages
Kenobi Pages lets an agent turn a user's messy intent into public page content. The agent does the setup, evidence capture, template authoring, workflow config, run, and verification. The user should mostly answer product questions and approve visible behavior.
First Response
Start with the user's real goal, not implementation nouns. Ask only what blocks the next useful action.
- Say you will check setup and connected sources.
- Run:
npx kenobi-pages doctor
- If no API key is configured, offer both setup paths:
- Interactive: "Run
npx kenobi-pages initin your terminal so you do not paste the key here." - Agent-assisted: "Paste the key here and I will run
npx kenobi-pages init --key ... --env-file .env.local."
- Interactive: "Run
- If the CLI is not installed, ask permission to run it through
npx. Do not make the user install it manually unless they prefer that.