deploy-murmur-server

deploy-murmur-server is a skill for Claude Code, Codex from murmur-io/murmur. It costs 142 tokens per session (4,207 once invoked), scanned D, original, AGPL-3.0.

A procedure for deploying and managing murmur-server, a backend relay that shares data using end-to-end encryption, meaning only the communicating parties can read it, on Railway.

In plain words
What is it for?
Use it to deploy or redeploy the server, inspect logs, manage settings and domains, and restore or debug the Railway service.
Why use it?
It gathers the deployment, monitoring, and troubleshooting steps needed to operate the server without relying on incomplete setup knowledge.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/murmur-io/murmur/deploy-murmur-server
Any agent
npx skills add murmur-io/murmur --skill deploy-murmur-server
Clone the repo
git clone --depth 1 https://github.com/murmur-io/murmur

Made for: Claude Code, Codex.

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 deploy-murmur-server

README.md
[![agentmods](https://agentmods.dev/badge/skills/murmur-io/murmur/deploy-murmur-server.svg)](https://agentmods.dev/skills/murmur-io/murmur/deploy-murmur-server)
Your own site
<a href="https://agentmods.dev/skills/murmur-io/murmur/deploy-murmur-server"><img src="https://agentmods.dev/badge/skills/murmur-io/murmur/deploy-murmur-server.svg" alt="Measured on agentmods" height="20"></a>
Per session 142 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,207 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 findings. Scan, not verified.
Origin unknown 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 $0.00142 $0.04207
Opus 5 $0.00071 $0.02103
Sonnet 5 $0.00028 $0.00841
Haiku 4.5 $0.00014 $0.00421

Measured 4d ago against content hash abe820a11225, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade D, and why

deploy-murmur-server scanned grade D with 3 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 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

(`curl -H "Authorization: Bearer $TOK" -H "User-Agent: x" -H "Content-Type: application/json" -d '{"query":"..."}' https://backboard.railway.com/graphql/v2` works too.)

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

BID=$(curl -s -X POST "$URL/v1/blobs" --data-binary 'test' -H 'content-type: application/octet-stream' | python3 -c "import sys,json;print(json.load(sys.stdin)['blobId'])")

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

⚠️ Railway's API 403s the default Python-urllib User-Agent — **always send a `User-Agent` header**. Reusable pattern:
.agents/skills/deploy-murmur-server/SKILL.md · 204 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 4d ago First seen · 204 lines · 142 tokens per session scan D abe820a11225

Subscribe to this mod's changes

deploy-murmur-server is a skill published in the GitHub repository murmur-io/murmur (9 stars, last pushed today), licensed AGPL-3.0. It adds 142 tokens to every session and 4,207 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it D with 3 findings (sends data to an external url, downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

repo-build-pr

End-to-end implementation loop for the os-clovy repo: study the prompt, ask the clarifying questions that change what gets built, plan and architect on the session model while delegating bulk implementation and review to cheaper strong models, isolate work in git worktrees, validate with deterministic checks plus…

open-software-network/os-clovy · 177 tokens

os-accounts-integration

Integrate consumer apps, Tauri desktop clients, or backend services with OS Accounts, the Open Software identity and credit-billing platform. Use when adding Login with Open Software, PKCE callback handling, /me, access-token verification with JWKS/ES256, auth middleware for Hono/Fastify/Express/Rust, top-up links…

open-software-network/os-clovy · 156 tokens

os-platform

Query and update live Open Software os-platform production data through the platform API. Use when an agent needs current Issues/Bounties, Orgs, Projects, Submissions, Comments, Activity, Contributors, Product Memory, the team Timeline, or API status, or needs to create, assign, move, or comment on tracked work.

open-software-network/os-clovy · 69 tokens

os-rust-backend

Use when working on a Rust backend that follows the Open Software Network house style — the seven-crate Cargo workspace split (domain / services / persistence / providers / config / api / app) shared by os-accounts and os-platform (fellow). Trigger on: scaffolding a new service in this org ("like os-accounts"…

open-software-network/os-clovy · 246 tokens

agent-e2e-qa

Run live, agent-driven end-to-end QA for os-clovy by opening the real app or web preview, clicking through changed flows, inspecting visible state, recording and compressing video, attaching QA videos to PRs through os-platform file uploads, capturing screenshots/logs, and reporting pass/fail evidence. Use when a user…

open-software-network/os-clovy · 159 tokens

os-rust-backend-ci

Use this skill when the user wants to set up, configure, debug, or extend a GitHub Actions pipeline for a Rust backend that runs CI checks and produces a container image artifact in GHCR. Scope is testing + artifact only — deployment is intentionally out of scope. Trigger on: PR checks (fmt, clippy, tests, OpenAPI /…

open-software-network/os-clovy · 256 tokens