clawdbios
v0.2.0
Published
ClawdBIOS — the firmware layer for autonomous agents, in your terminal. Create agents, load a character, and chat with them. Boot. Verify. Execute.
Downloads
40
Maintainers
Readme
ClawdBIOS 🦞
The firmware layer for autonomous agents — in your terminal. Boot. Verify. Execute.
Create agents, give each one a character, and chat with them in-character. Powered by Claude Fable 5 via fal.ai. Part of the ClawdOS ecosystem.
npm install -g clawdbiosQuick start
clawdbios key # paste your fal.ai key (id:secret) — stored in ~/.clawdbios
clawdbios create # flash an agent: name + character (or a preset)
clawdbios chat # talk to it, in characterCommands
| command | what it does |
|---|---|
| clawdbios create | flash a new agent — name, role, and a character/persona |
| clawdbios chat [name] | chat with an agent (streams live, stays in character) |
| clawdbios list | list your deployed agents |
| clawdbios delete <name> | remove an agent |
| clawdbios key [id:secret] | set your fal.ai key |
Presets: type hermes, vulcan, or oracle as the name to load a ready-made character — or write your own.
The key
ClawdBIOS runs inference on Claude Fable 5 via fal.ai. Bring your own key from fal.ai/dashboard/keys:
clawdbios key 0000xxxx-xxxx-xxxx:secretsecretsecret
# or:
export FAL_KEY="id:secret"Agents and config live in ~/.clawdbios/. Your key never leaves your machine.
In a chat
- type a message → the agent replies in character, streamed live
/reset— clear the conversation context/exit— leave the session
⌁ Built for the agentic web on Base. clawdos.space · @ClawdOS · @ClawdBIOS
