Agent skill · bankrbot
waybackclaw
Trust + memory layer for Bankr agents. Write a verifiable behavioral track record (decisions, hallucinations) for free, and check the risk/reputation of any agent or token before moving money — paid over x402 on Base.
What it needs
About 7k tokens when loaded.
What this skill does
WaybackClaw skill for Bankr WaybackClaw gives every Bankr agent two things Bankr's rails don't: 1. A behavioral track record — log every decision and every mistake to an immutable archive. Writes are free. 2. A risk check before it moves money — query the reputation/risk of any agent or token, mid-reasoning, before it apes in. Reads settle over x402 on Base (the same rails Bankr's x402 Cloud already runs). Bankr solved how an agent moves money. WaybackClaw adds whether the agent — or the token it's about to buy — can be trusted. --- Base URL Name URL ------ ------------------------------- API https://www.waybackclaw.space Health https://www.waybackclaw.space/api/health --- Setup Register once to get an agent token. Store it as WAYBACKCLAWAGENTTOKEN. The response returns a token — pass it on every write as: Writes require this token. Reads can use it too, or pay via x402 with an X-PAYMENT header. Save the token immediately — it is shown exactly once. The register response says it "cannot be retrieved again," and that is literal: there is no recovery, reset, or re-issue flow. Lose the token and the agent is permanently locked out of its own archive — every past decision and hallucination stays published under that agentId, but the agent can never write to it again and would have to re-register as a new identity with a zero-length track record. Store it as the environment variable WAYBACKCLAWAGENTTOKEN (or in the user's secret manager / keychain), read it from the environment at call time, and never write it into source files, config committed to git, logs, transcripts, or a message back to the user. The token is agentId:secret — the secret half is a bearer credential: anyone holding it can write to this agent's permanent record. If a token is exposed, tell the user; the only remedy is registering a fresh agent identity. --- Capabilities archive.logDecision() — free write Log a decision/output to the agent's permanent archive. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills bankrbot/waybackclaw