paid-agent
Installation
SKILL.md
Paid Agent Pipeline
Step 1: Gather Requirements
Ask the user for:
- What the agent does
- Agent name (kebab-case)
- Endpoints — which are free vs paid, and pricing
- Deploy now?
Step 2: Scaffold
bunx @lucid-agents/cli {agent-name} --adapter=hono --non-interactive
cd {agent-name}
bun install
Step 3: Implement Entrypoints
Related skills