cloakbrowser-mcp: Skill for Claude Code

.agents/skills/planning-and-task-breakdown/SKILL.md

planning-and-task-breakdown is a skill for Claude Code, Codex from swimmwatch/cloakbrowser-mcp. It costs 89 tokens per session (617 once invoked), scanned A, original, MIT.

A planning workflow for breaking substantial cloakbrowser-mcp work into small, reviewable task packets. It uses an approved specification as the basis for the plan.

In plain words
What is it for?
Use it when invoking /plan or explicitly requesting implementation planning, decomposition, milestones, or review-gated task packets.
Why use it?
It makes dependencies, risks, assumptions, verification, and rollback steps visible before implementation begins. This reduces unclear scope and prevents planning from changing production code.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is swimmwatch/cloakbrowser-mcp's own configuration. It tells Claude Code and Codex how to work on cloakbrowser-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything cloakbrowser-mcp configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/swimmwatch/cloakbrowser-mcp/main/.agents/skills/planning-and-task-breakdown/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/swimmwatch/cloakbrowser-mcp

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 planning-and-task-breakdown

README.md
[![agentmods](https://agentmods.dev/badge/skills/swimmwatch/cloakbrowser-mcp/planning-and-task-breakdown/github.svg)](https://agentmods.dev/skills/swimmwatch/cloakbrowser-mcp/planning-and-task-breakdown)
Your own site
<a href="https://agentmods.dev/skills/swimmwatch/cloakbrowser-mcp/planning-and-task-breakdown"><img src="https://agentmods.dev/badge/skills/swimmwatch/cloakbrowser-mcp/planning-and-task-breakdown/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.

agentmods 80×15 button for planning-and-task-breakdown

Your own site · 80×15
<a href="https://agentmods.dev/skills/swimmwatch/cloakbrowser-mcp/planning-and-task-breakdown"><img src="https://agentmods.dev/badge/skills/swimmwatch/cloakbrowser-mcp/planning-and-task-breakdown.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 617 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.1 $0.00089 $0.00617
Opus 5 $0.00044 $0.00309
Sonnet 5 $0.00018 $0.00123
Haiku 4.5 $0.00009 $0.00062

Measured 12d ago against content hash 5491e4157f1a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

planning-and-task-breakdown 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.

.agents/skills/planning-and-task-breakdown/SKILL.md · 47 lines

What it actually says

Planning And Task Breakdown

Create the smallest safe, reviewable plan. Task packets are the executable artifacts; plan.md is only their compact index.

  1. Read AGENTS.md, .agents/references/task-packets.md, the request, current worktree, approved docs/specs/<slug>/spec.md, its decision ledger, and relevant code, tests, docs, package metadata, and workflows. Use CodeGraph before broad source search when indexed.
  2. For substantial work, require Status: Approved. If the specification is missing, draft, materially incomplete, or contradicted by current public contracts, return the work to /spec.
  3. Inspect requirement identifiers and repository evidence before reading targeted prose. Do not edit production, test, public documentation, package, Docker, or workflow implementation while planning.
  4. Use explicit user decisions and repository evidence. Start or reopen a persistent Prompt MCP interview such as plan:<spec-slug> for unresolved material planning choices. Return contract-changing questions to /spec.
  5. State outcome, non-goals, relevant contracts, assumptions, risks, dependency order, rollback, verification, and manual gates.
  6. Create and maintain:
    • docs/specs/<slug>/tasks/plan.md;
    • docs/specs/<slug>/tasks/todo.md;
    • docs/specs/<slug>/tasks/handoff.md;
    • one docs/specs/<slug>/tasks/NN_<task>.md per independent task.
  7. Make each packet self-contained according to .agents/references/task-packets.md. Map every requirement to at least one packet; map shared requirements deliberately rather than leaving them implicit.
  8. Separate changes so each packet has one outcome, owned file boundaries, objective acceptance, focused checks, failure/rollback behavior, and a useful stopping point. Label external, destructive, credentialed, merge, publish, and release actions MANUAL GATE.
  9. Checkpoint approval.plan or authorization.execution and ask a separate Prompt MCP question when plan approval or implementation authorization is required. An approved specification does not authorize implementation.
  10. Finish the packet set and stop. Do not implement, format unrelated files, commit, push, open a PR, publish, release, or start the first packet.

This skill is the single authoritative /plan route. Do not create a second slash-command implementation.

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. 12d ago First seen · 47 lines · 89 tokens per session scan A 5491e4157f1a

Subscribe to this mod's changes

planning-and-task-breakdown is a skill published in the GitHub repository swimmwatch/cloakbrowser-mcp (57 stars, last pushed yesterday), licensed MIT. It adds 89 tokens to every session and 617 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

browser-search

Multi-engine web search (SearXNG) + browsing/scraping (Camofox, CloakBrowser). Use whenever you need to do web research.

Johell1NS/browser-search · 36 tokens

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/browser-use · 175 tokens

browser-use

Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.

browser-use/browser-use · 26 tokens

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…

browser-use/browser-use · 137 tokens

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.

jackwener/OpenCLI · 61 tokens

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?".

jackwener/OpenCLI · 74 tokens