Robinhood Chain

Scoped money for agents that live in your CLI.

This page explains the product. The app is where you work. Set up an agent without a wallet. Connect owner only when you download SKILL.md, fund, or withdraw.

Two pages. Two jobs.

Home sells the path. App runs the path. Wallet gate lives only in the app owner bar.

Home (this page)

What Rastam is, the order of steps, where the skill file goes, and a link to X. No forms. No connect.

App

Create agents, connect owner when needed, download SKILL.md, fund, revoke. Tool UI only.

01 · app

Create agent

Name, planned fund, max per tx, daily cap. No owner wallet required.

02 · app

Connect owner

One status bar in the app. Required for skill download, fund, withdraw, revoke.

03 · skill

Download SKILL.md

Production skill shape: process, rationalizations, red flags, verification.

04 · cli

Run agent

Install under .agents/skills/. Start Claude Code, Cursor, Codex, or similar.

What you download

A real agent skill file for spend control: frontmatter, process, red flags, verification. Not a brochure.

Inside the file

Overview, when to use, identity table, spend policy, step process, common rationalizations, red flags, verification checklist, CLI install path.

Where it goes

Drop it under your project skills folder so your agent runner can load it, then start the agent and give it a job.

terminal
# after Download SKILL.md in the app
mkdir -p .agents/skills/rastam-scout
mv ~/Downloads/SKILL.md .agents/skills/rastam-scout/SKILL.md
claude

Work happens in the app

Create an agent, connect owner when you need the skill file, then run from CLI.

Open app