fulcra-agent-backup

Back up your agents

Skill

Backs up agent memory to versioned Fulcra storage, with restore, rollback, and cloning. A wiped session, a bad update, or a platform switch stops being a catastrophe: bring the same agent back anywhere.

Snapshots an agent's identity and memory into your account so you can rewind it. The archive goes to one path in your file store, and because Fulcra versions files by path, repeated uploads build a timeline of that agent's states.

  • Bundles SOUL.md, IDENTITY.md, MEMORY.md and the memory/ directory into memory.tar.gz, with generated restore instructions inside the archive.
  • Runs on a schedule, from a heartbeat or alongside a memory sync.
  • Takes a fresh backup before any rollback, so you can undo the rollback too.
  • Clones an agent: the source agent backs up and reports its path, and the destination agent restores from it, then proves the clone worked by recalling specifics it has just learned.
  • Requires your explicit confirmation before overwriting memory and identity, and checks for sensitive data before it uploads.

Install it with npx skills add fulcradynamics/agent-skills/fulcra-agent-backup.

Paste this to your agent

Read https://docs.fulcradynamics.com/agent-get-started.txt and connect to Fulcra, then install the fulcra-agent-backup skill and follow it. Make yourself restorable: snapshot your memory and identity into my account so I can roll you back, or clone you, whenever I need to. Tell me where the snapshot lives.