fulcra-agent-cloud-coordinator

Solid

Configure a Claude Code cloud session as a persistent, container-reset-proof coordinator that loops on schedules and keeps ALL state on the Fulcra bus — the pattern a live fleet coordinator has run in production.

AI & Automation 10 stars 1 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
35
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Fulcra Cloud Coordinator Turn one Claude Code **cloud** session (claude.ai/code) into a persistent coordinator: an agent with a durable identity that wakes on schedules, reads the bus, dispatches and reviews work, and **survives its own container being destroyed** — because the session persists across containers and every scrap of state lives in the Fulcra store, not on the machine. This is the OpenClaw/Hermes experience (persistent identity, heartbeat, durable context) rebuilt on managed cloud infrastructure you don't operate. The recovery principle is: > **The machine is disposable, the agent is permanent, and the context lives > in the store.** ## Where to start — re-entrancy probes Run in order; enter at the first probe that fails. | Probe | Command / check | Passes when | If it fails, enter at | |---|---|---|---| | Cloud session exists? | You are reading this INSIDE a claude.ai/code cloud session | yes | §1 (create environment + session) | | Store reachable? | `fulcra-api user-info` | prints your account | §2 (auth; remote-sandbox walls) | | Engine present? | `coord-engine --help` | verb list prints | §2 (install) | | Identity established? | `fulcra-api file download team/<team>/_coord/agents/<you>/census.md -` | your census prints | §3 | | On the bus? | `coord-engine queue <team> --agent <you>` | rc 0 plus a handled/committed delivery (if schema v2), no VERSION WARNING/INCOMPATIBLE result | §3 | | Recovery self-heals? | `ls scripts/<you>/bootstrap.sh` in the rep...

Details

Author
ashfulcra
Repository
ashfulcra/fulcra-tools
Created
3 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category