Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/raindrop-ai/workshop/setup-agent-replaynpx skills add raindrop-ai/workshop --skill setup-agent-replaygit clone --depth 1 https://github.com/raindrop-ai/workshopWrote 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.
[](https://agentmods.dev/skills/raindrop-ai/workshop/setup-agent-replay)<a href="https://agentmods.dev/skills/raindrop-ai/workshop/setup-agent-replay"><img src="https://agentmods.dev/badge/skills/raindrop-ai/workshop/setup-agent-replay.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00074 | $0.02640 |
| Opus 5 | $0.00037 | $0.01320 |
| Sonnet 5 | $0.00015 | $0.00528 |
| Haiku 4.5 | $0.00007 | $0.00264 |
Grade A, and why
setup-agent-replay scanned grade A with 1 finding 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 4d ago.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsS http://127.0.0.1:<port>/health Copies of this mod
1 near-identical copy found in the catalogue:
- setup-agent-replay — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 356 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are running in the user's agent repository, not in Workshop.
Your job is to make the agent replayable from Raindrop Workshop without the user manually starting a replay server.
Target Contract
Workshop expects:
.raindrop/agents.yamlcommitted in the agent repo.- A replay server command in that yaml, plus
cwdwhen the command must run from a subdirectory. - A replay server with:
GET /healthPOST /replay
- A local project registration via
raindrop replay register.
Replay server ports must be in 61020-61044.
Workshop runs on http://localhost:5899.
If Raindrop MCP is not available or cannot reach Workshop, run:
raindrop workshop
Then retry the MCP/tool call. Do not stop just because the MCP server is unavailable.
If .raindrop/agents.yaml Already Exists
Before changing anything, read .raindrop/agents.yaml.
Ask the user whether to:
- Start/register the existing replay setup.
- Add a new agent replay entry.
If they choose start/register:
- Run the configured command if needed.
- Verify
GET /health. - Run
raindrop replay register. - Stop. Do not scaffold a duplicate server.
Setup Steps
1. Identify The Agent
Find:
- Event name used by tracing (
eventMetadata({ eventName: ... }), equivalent SDK call, or current Workshop run). - Agent entry point to invoke.
- Runtime context the agent requires, such as
orgId,orgPublicId,convoId,userId,source. - Model defaults and obvious supported model overrides.
- Existing script/package manager conventions.
If the agent is not instrumented with Raindrop/Workshop tracing, stop and tell the user to instrument it first.
2. Infer Input And Prefill
Create:
input:
orgPublicId: string
orgId: number
prefillFromTrace:
orgPublicId: properties.orgPublicId
orgId: properties.orgId
input is the shape passed to the replay server as request.context.
prefillFromTrace tells Workshop how to prefill that context from the selected trace. The user may edit the values in the UI before replay.
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.
- 4d ago First seen · 356 lines · 74 tokens per session scan A 7a6bb19697aa
setup-agent-replay is a skill published in the GitHub repository raindrop-ai/workshop (1,067 stars, last pushed 11d ago), licensed MIT. It adds 74 tokens to every session and 2,640 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
playwright-test-diagnosis
Analyze playwright test results.
use-agent-browser-for-airi
Test AIRI display-model imports with agent-browser across stage-tamagotchi Electron, stage-web, and stage-pocket mobile web layouts. Use when uploading and verifying contributor-supplied Live2D ZIP, VRM, or MMD ZIP/PMX/PMD files through AIRI's model selector, including onboarding bypass, format-specific import…
verify
Exercise the real app/API/CLI and collect observable evidence; tests alone do not count as end-to-end verification.
dogfood
Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.
verify-behavior
Verify or reproduce visible product behavior by driving the real UI with pi-computer-use's checked tools, requiring verified expect postconditions and durable state evidence for meaningful UI flows. Use when triage needs visual reproduction, implementation needs behavioral proof, review needs interactive confirmation…
local-frontend-check
Smoke-test or verify UI behaviour on the local Jarvis Registry frontend running at http://localhost/gateway. Use for manual regression checks, bug-fix verification, and end-to-end confirmation of specific flows without running the automated test suite.