coffee-mcp: Skill for Claude Code

.claude/skills/brand-onboard/SKILL.md

brand-onboard is a skill for Claude Code from sawzhang/coffee-mcp. It costs 74 tokens per session (2,037 once invoked), scanned A, original, no licence file.

A brand-integration generator that turns API documentation into an adapter, a brand configuration file, and integration tests.

In plain words
What is it for?
It helps connect a brand from OpenAPI or Postman files, a documentation URL, or plain text. It is used when generating an adapter or connecting to a brand API.
Why use it?
It removes the repeated manual work of connecting each brand's API and checking that the connection works.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is sawzhang/coffee-mcp's own configuration. It tells Claude Code how to work on coffee-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 coffee-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sawzhang/coffee-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/sawzhang/coffee-mcp/main/.claude/skills/brand-onboard/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sawzhang/coffee-mcp

Made for: Claude Code.

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 brand-onboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/sawzhang/coffee-mcp/brand-onboard/github.svg)](https://agentmods.dev/skills/sawzhang/coffee-mcp/brand-onboard)
Your own site
<a href="https://agentmods.dev/skills/sawzhang/coffee-mcp/brand-onboard"><img src="https://agentmods.dev/badge/skills/sawzhang/coffee-mcp/brand-onboard/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 brand-onboard

Your own site · 80×15
<a href="https://agentmods.dev/skills/sawzhang/coffee-mcp/brand-onboard"><img src="https://agentmods.dev/badge/skills/sawzhang/coffee-mcp/brand-onboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,037 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00074 $0.02037
Opus 5 $0.00037 $0.01019
Sonnet 5 $0.00015 $0.00407
Haiku 4.5 $0.00007 $0.00204

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

Security

Grade A, and why

brand-onboard 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 11d 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.

curl -s <url> > /tmp/brand_api_spec.json
.claude/skills/brand-onboard/SKILL.md · 222 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. 11d ago First seen · 222 lines · 74 tokens per session scan A 3e3f22707442

Subscribe to this mod's changes

brand-onboard is a skill published in the GitHub repository sawzhang/coffee-mcp (1 stars, last pushed 4mo ago), with no licence file. It adds 74 tokens to every session and 2,037 once invoked, about $0.0004 per session on Opus 5. 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.

Related

Other skills, from other repositories

webhooks

Webhook subscriptions for the Ayrshare MCP server: register, unregister, and list HTTPS push notifications so an agent or app is notified on events instead of polling. Use whenever someone wants event push: "notify me when a post publishes", "let me know when a scheduled post goes out", "set up a webhook for new…

ayrshare/ayrshare-social-media-api-claude-plugin · 205 tokens

stripe-projects

Provision SaaS services + sync creds via Stripe Projects.

NousResearch/hermes-agent · 15 tokens

mem0-test-integration

Verify a Mem0 integration produced by /mem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run /mem0-integrate…

mem0ai/mem0 · 207 tokens

n8n-subworkflows

Build reusable, composable n8n sub-workflows. Use when extracting shared logic, building anything multi-step or reused across workflows, or any workflow over 10 nodes — and whenever the user mentions sub-workflows, Execute Workflow, reuse, shared/common logic, modular workflows, "Define Below" inputs…

czlonkowski/n8n-mcp · 121 tokens

n8n-code-tool

Write JavaScript or Python for the n8n Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode) — the AI-agent-callable tool, NOT the workflow Code node. Use when building a Code Tool attached to an AI Agent, writing code that an LLM will invoke, parsing the query input, returning a string result, defining an input schema…

czlonkowski/n8n-mcp · 221 tokens

mem0-oss-to-platform

Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…

mem0ai/mem0 · 273 tokens