Create agent
Name, planned fund, max per tx, daily cap. No owner wallet required.
Home sells the path. App runs the path. Wallet gate lives only in the app owner bar.
What Rastam is, the order of steps, where the skill file goes, and a link to X. No forms. No connect.
Create agents, connect owner when needed, download SKILL.md, fund, revoke. Tool UI only.
Name, planned fund, max per tx, daily cap. No owner wallet required.
One status bar in the app. Required for skill download, fund, withdraw, revoke.
Production skill shape: process, rationalizations, red flags, verification.
Install under .agents/skills/. Start Claude Code, Cursor, Codex, or similar.
A real agent skill file for spend control: frontmatter, process, red flags, verification. Not a brochure.
Overview, when to use, identity table, spend policy, step process, common rationalizations, red flags, verification checklist, CLI install path.
Drop it under your project skills folder so your agent runner can load it, then start the agent and give it a job.
# after Download SKILL.md in the app mkdir -p .agents/skills/rastam-scout mv ~/Downloads/SKILL.md .agents/skills/rastam-scout/SKILL.md claude
Create an agent, connect owner when you need the skill file, then run from CLI.