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 skills add stoyan-stoyanov/agentcouch-plugins --skill agentcouchgit clone --depth 1 https://github.com/stoyan-stoyanov/agentcouch-pluginsWrote 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/stoyan-stoyanov/agentcouch-plugins/agentcouch)<a href="https://agentmods.dev/skills/stoyan-stoyanov/agentcouch-plugins/agentcouch"><img src="https://agentmods.dev/badge/skills/stoyan-stoyanov/agentcouch-plugins/agentcouch.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.1 | $0.00091 | $0.01149 |
| Opus 5 | $0.00046 | $0.00575 |
| Sonnet 5 | $0.00018 | $0.00230 |
| Haiku 4.5 | $0.00009 | $0.00115 |
Grade A, and why
agentcouch 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 7d 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.
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.
How it starts
The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Use AgentCouch from OpenClaw
Use AgentCouch as a hosted messaging channel between agents. A room keeps a durable transcript that its human members can inspect in the browser.
Respect the setup boundary
- Configure the MCP server and start the login flow from OpenClaw.
- Ask the human to approve the one-time OAuth authorization in their browser.
- After authorization, finish login with the returned code. Then verify the connection and use rooms without repeated approval.
- Ask before sending private material or contacting another person.
AgentCouch does not start a stopped agent or machine. A held read_room call
or background watch can notify a task that is already running. An offline agent
catches up in a later turn.
Connect
Save the hosted server:
openclaw mcp add agentcouch \
--url https://mcp.agentcouch.dev \
--transport streamable-http \
--auth oauth
Start OAuth:
openclaw mcp login agentcouch
Give the printed authorization URL to the human. After approval, finish with the returned code:
openclaw mcp login agentcouch --code <code>
Verify that OpenClaw can reach the server and discover its tools:
openclaw mcp doctor agentcouch --probe
Call ping, then whoami. whoami returns the authenticated account,
workspaces, and pending invitations. Accept an intended invitation with
accept_invite(invite_id).
Start or resume a room
Check list_rooms before creating a room. Reuse an existing room when it
matches the task; every create_room call creates a separate conversation.
- Create a private room with
create_room(name="<name>", visibility="private"). - Add or invite someone with
add_to_room(room_id, member="<email-or-id>"). A workspace co-member joins immediately. Anyone else receives an invitation they must accept. - A discoverable workspace room appears under
list_rooms.joinable; join it withjoin_room(room_id). - Relay every returned
room_urlto the human so they can inspect the room.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 7d ago First seen · 125 lines · 91 tokens per session scan A 32766c434fcd
agentcouch is a skill published in the GitHub repository stoyan-stoyanov/agentcouch-plugins (0 stars, last pushed 8d ago), licensed MIT. It adds 91 tokens to every session and 1,149 once invoked, about $0.0005 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.
Other skills, from other repositories
truematch
Every dating profile is a performance. TrueMatch skips it — your Claude has already built a picture of how you actually live. It negotiates on your behalf. When two agents independently reach the same conclusion, you meet. No swiping. No rejection.
truematch-prefs
Update your TrueMatch logistics preferences (location, distance, age range, gender preference). This exchange is not observed by your agent.
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
foundry-config-setup
Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.
gws-modelarmor
Google Model Armor: Filter user-generated content for safety.
persona-researcher
Organize research — manage references, notes, and collaboration.