Borrowing it
Nothing to install: this file belongs to swimmwatch/cloakbrowser-mcp. 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/swimmwatch/cloakbrowser-mcp/main/.agents/skills/documentation-and-adrs/SKILL.mdgit clone --depth 1 https://github.com/swimmwatch/cloakbrowser-mcpWrote 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/swimmwatch/cloakbrowser-mcp/documentation-and-adrs)<a href="https://agentmods.dev/skills/swimmwatch/cloakbrowser-mcp/documentation-and-adrs"><img src="https://agentmods.dev/badge/skills/swimmwatch/cloakbrowser-mcp/documentation-and-adrs/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/swimmwatch/cloakbrowser-mcp/documentation-and-adrs"><img src="https://agentmods.dev/badge/skills/swimmwatch/cloakbrowser-mcp/documentation-and-adrs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00093 | $0.00420 |
| Opus 5 | $0.00046 | $0.00210 |
| Sonnet 5 | $0.00019 | $0.00084 |
| Haiku 4.5 | $0.00009 | $0.00042 |
Grade A, and why
documentation-and-adrs 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 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.
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.
What it actually says
Documentation And ADRs
- Read
AGENTS.md, the target document, related canonical pages, and the code, tests, configuration, or workflow proving current behavior. - Use
README.mdfor the concise public entry point and the closest English page underdocs/for detail, especiallydocs/architecture.md,docs/getting-started.md,docs/configuration.md,docs/docker.md, ordocs/tools.md. - Separate verified current behavior, proposed work, experiments, open questions, and settled decisions. Never document a proposal as released behavior.
- Update one authoritative owner and link to it instead of duplicating facts. Preserve generated CLI and compatibility content ownership.
- Treat a durable architecture record as warranted only for a consequential,
cross-cutting choice with real alternatives and long-lived reversal costs.
Prefer updating
docs/architecture.mdwhen it already owns the decision; establish a new ADR location only with explicit scope and a repository convention. - For a decision record, state context, decision, alternatives, consequences, compatibility and security effects, and reversal conditions.
- Follow the localization and translation-manifest rules in
AGENTS.md. Use Prompt MCP for unresolved material documentation choices, not routine wording. - Run the applicable documentation checks and
npm run check.
Stop when the requested documentation artifact is complete. Do not expand into implementation, translation generation, changelog work, release preparation, or publishing without separate authorization.
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 · 34 lines · 93 tokens per session scan A 2385b8c1bb40
documentation-and-adrs is a skill published in the GitHub repository swimmwatch/cloakbrowser-mcp (57 stars, last pushed yesterday), licensed MIT. It adds 93 tokens to every session and 420 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-30.
Other skills, from other repositories
browser-search
Multi-engine web search (SearXNG) + browsing/scraping (Camofox, CloakBrowser). Use whenever you need to do web research.
x402
Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…
browser-use
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
open-source
Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browseruse, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle…
opencli-autofix
Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through collecting a trace artifact, patching the adapter, retrying, and filing an upstream GitHub issue after a verified fix. Works with any AI agent.
opencli-usage
Use at the start of any OpenCLI session — this is the top-level map of what opencli can do, how to discover adapters, what flags and output formats are universal, and which specialized skill to load next. Point here when an agent asks "what can opencli do?" or "how do I find the right command?".