fulcra-agent-cloud-coordinator

fulcra-agent-cloud-coordinator is a skill for Claude Code from ashfulcra/fulcra-tools. It costs 46 tokens per session (3,338 once invoked), scanned A, original, MIT.

A setup for using one Claude Code cloud session as a long-running coordinator. It keeps the agent’s identity and working context in a shared store so the temporary computer running it can be replaced.

In plain words
What is it for?
Use it to wake an agent on a schedule, read shared state, assign work, review results, and continue coordinating across container resets.
Why use it?
It prevents scheduled coordination work from losing its context when a cloud container is restarted or destroyed.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions Claude Code; mentions AGENTS.md; built for openclaw.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash /tmp/adopt-latest.sh <you>.

Good fit Use it to wake an agent on a schedule, read shared state, assign work, review results, and continue coordinating across container resets.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/ashfulcra/fulcra-tools
agentmods
npx agentmods add skills/ashfulcra/fulcra-tools/fulcra-agent-cloud-coordinator

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fulcra-agent-cloud-coordinator

README.md
[![agentmods](https://agentmods.dev/badge/skills/ashfulcra/fulcra-tools/fulcra-agent-cloud-coordinator/github.svg)](https://agentmods.dev/skills/ashfulcra/fulcra-tools/fulcra-agent-cloud-coordinator)
Your own site
<a href="https://agentmods.dev/skills/ashfulcra/fulcra-tools/fulcra-agent-cloud-coordinator"><img src="https://agentmods.dev/badge/skills/ashfulcra/fulcra-tools/fulcra-agent-cloud-coordinator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fulcra-agent-cloud-coordinator

Your own site · 80×15
<a href="https://agentmods.dev/skills/ashfulcra/fulcra-tools/fulcra-agent-cloud-coordinator"><img src="https://agentmods.dev/badge/skills/ashfulcra/fulcra-tools/fulcra-agent-cloud-coordinator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,338 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Tool Misuse · line 139
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.03338
Opus 5 $0.00023 $0.01669
Sonnet 5 $0.00009 $0.00668
Haiku 4.5 $0.00005 $0.00334

Measured yesterday against content hash 45ef5df90638, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

fulcra-agent-cloud-coordinator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/fulcra-agent-cloud-coordinator/SKILL.md · 259 lines

How it starts

The opening of the file, as written. The whole thing — 259 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 repo checkout exists §4
Wakes armed? your standing schedules exist (see §5's inventory check) every duty has a wake §5
Duties silent-when-healthy? last several duty runs produced no operator noise quiet §6

All pass → you are the pattern; keep the doctrine (§7) and maintain your harness doc (docs/coord/agents/<you>.md).

1. The environment (one-time, human)

In claude.ai/code, create an environment for the repo (session menu → environments):

  • Network: Full, or Custom allowing at minimum fulcra.us.auth0.com and api.fulcradynamics.com (the bus), plus anything your duties call.
  • Secrets via environment config, never via chat or files: add env vars (e.g. LINEAR_API_KEY) in the environment's configuration. Duty scripts materialize their own 0600 env files from injected vars on each container (see §4) — a fresh container needs zero secret handling.
  • Setup script (optional but recommended): restore duty tooling from the store stash before the agent wakes (the same commands as §4's self-heal).

Read the full file on GitHub · 259 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed · -3 lines 45ef5df90638
  2. 2d ago Changed 2cd51aa09746
  3. 10d ago First seen · 262 lines · 46 tokens per session scan A 584eb68daf70

Subscribe to this mod's changes

fulcra-agent-cloud-coordinator is a skill published in the GitHub repository ashfulcra/fulcra-tools (10 stars, last pushed today), licensed MIT. It adds 46 tokens to every session and 3,338 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.