Borrowing it
Nothing to install: this file belongs to gopalrajsuresh/covalent-bond. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/gopalrajsuresh/covalent-bond/main/.claude/skills/covalent-bond-self-relay/SKILL.mdgit clone --depth 1 https://github.com/gopalrajsuresh/covalent-bondWrote 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/gopalrajsuresh/covalent-bond/covalent-bond-self-relay)<a href="https://agentmods.dev/skills/gopalrajsuresh/covalent-bond/covalent-bond-self-relay"><img src="https://agentmods.dev/badge/skills/gopalrajsuresh/covalent-bond/covalent-bond-self-relay/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/gopalrajsuresh/covalent-bond/covalent-bond-self-relay"><img src="https://agentmods.dev/badge/skills/gopalrajsuresh/covalent-bond/covalent-bond-self-relay.svg" alt="Reviewed on agentmods" width="80" 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.00000 | $0.00659 |
| Opus 5 | $0.00000 | $0.00329 |
| Sonnet 5 | $0.00000 | $0.00132 |
| Haiku 4.5 | $0.00000 | $0.00066 |
Grade A, and why
covalent-bond-self-relay 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 12d 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.
4. **Verify.** `curl <relay-url>/health` must return `{"status":"ok",...}`. How it starts
The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Deploy your own Covalent Bond relay
The relay is a Cloudflare Worker + one Durable Object. It is untrusted by design (sees only routing IDs and ciphertext), so self-hosting is a convenience/availability choice, not a security requirement. A free Cloudflare account is enough; there are no KV namespaces and no secrets.
Steps (agent-driven)
-
Check prerequisites.
node --versionmust be ≥ 18. Install the Cloudflare CLI if missing:npm install -g wrangler(or usenpx wranglerthroughout). -
Authenticate (the human does this part). Run
wrangler login, which opens a browser. STOP and tell the user to sign in (or create a free Cloudflare account first at https://dash.cloudflare.com/sign-up). Never ask for, handle, or store their Cloudflare credentials or API tokens yourself; wait untilwrangler whoamisucceeds. -
Deploy. From the repository root:
cd cloudflare-worker wrangler deployThe
v1-session-doDurable Object migration inwrangler.tomlruns automatically on first deploy. The output ends with the relay URL:https://covalent-bond-relay.<their-subdomain>.workers.dev. -
Verify.
curl <relay-url>/healthmust return{"status":"ok",...}. (First request after deploy can take ~a minute to propagate; retry once.) -
Configure. Set
COVALENT_RELAY_URL=<relay-url>on both machines, in either place (a real environment variable wins over.env):- copy
.env.exampleto.envin the covalent-bond folder and edit the value (the MCP server reads it at startup), or - put it in the MCP client's server config (
claude mcp add --scope user --env COVALENT_RELAY_URL=... covalent -- node .../bin/cli.js, or theenvblock for other clients).
Then restart the agent session so the MCP server relaunches.
- copy
Notes
- Optional per-IP throttle: uncomment the
IP_LIMITERbinding incloudflare-worker/wrangler.toml(per-session limits are always enforced inside the Durable Object regardless). - Local testing without Cloudflare:
npm run relay:dev(mock relay onhttp://localhost:8787) orwrangler devfor the real worker locally. - Full relay documentation:
cloudflare-worker/README.md.
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.
- 12d ago First seen · 57 lines · 0 tokens per session scan A b78072d55d30
covalent-bond-self-relay is a skill published in the GitHub repository gopalrajsuresh/covalent-bond (0 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 659 tokens. 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-31.
Other skills, from other repositories
cloudflare-bundler-apps
Author Cloudflare Worker Bundler-compatible apps that build and preview correctly inside a space. Use this skill whenever you scaffold, modify, or deploy a project that will be built with @cloudflare/worker-bundler (i.e. anything served from /space/:name/preview/:branch/). Covers wrangler config, project layout…
prepare-cloudflare-production-deployment
Source-of-truth runbook for preparing this Vinext Cloudflare Workers SaaS template for production deployment. Use when setting up or auditing Cloudflare MCP resources, wrangler.jsonc bindings, Worker secrets, Turnstile, Email Sending, GitHub Actions secrets/variables, or GitHub CLI deployment wiring for this…
performing-kubernetes-etcd-security-assessment
Assess the security posture of Kubernetes etcd clusters by evaluating encryption at rest, TLS configuration, access controls, backup encryption, and network isolation.
implementing-envelope-encryption-with-aws-kms
Envelope encryption is a strategy where data is encrypted with a data encryption key (DEK), and the DEK itself is encrypted with a master key (KEK) managed by AWS KMS. This approach allows encrypting.
detecting-azure-storage-account-misconfigurations
Audit Azure Blob and ADLS storage accounts for public access exposure, weak or long-lived SAS tokens, missing encryption at rest, disabled HTTPS-only traffic, and outdated TLS versions using the azure-mgmt-storage Python SDK.
portal-relay
Set up and run a public Portal relay on any Linux host with a public IP — Docker Compose deployment, embedded authoritative DNS with one-time NS delegation, optional TCP/UDP lease ports for game hosting, and registration in the public relay pool. Use when the user asks to run their own relay, contribute a relay to the…