docs

Documentation explaining where the Vibesurfer skill is installed for several coding agents and how its MCP connection is configured.

In plain words
What is it for?
Use it when installing, checking, or updating Vibesurfer across Claude Code, Codex CLI, Cursor, Gemini, OpenClaw, or the canonical agents directory.
Why use it?
It gives maintainers one source of truth for the skill file and shows where each agent expects it to live.

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/frane/vibesurfer/docs
Any agent
npx skills add frane/vibesurfer --skill docs
Clone the repo
git clone --depth 1 https://github.com/frane/vibesurfer

Made for: Claude Code, Codex.

Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 331 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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 $0.00000 $0.00331
Opus 5 $0.00000 $0.00166
Sonnet 5 $0.00000 $0.00066
Haiku 4.5 $0.00000 $0.00033

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

Security

Grade B, and why

docs scanned grade B 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 2d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (demo/record-claude.sh, demo/render.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

The same `vs skill install` call also writes an `mcpServers.vibesurfer = {command: "vs", args: ["mcp"]}` entry into each agent's MCP config (`.claude.json`, `~/.codex/config.toml`, `<workspace>/.cursor/mcp.json`, `~/.gem
docs/SKILL.md · 19 lines

What it actually says

Skill

The skill that gets installed into every detected agent by vs skill install lives at:

skills/vibesurfer/SKILL.md

That file is the single source of truth — it's what the agent reads, and it's the file vs skill install writes (verbatim) into each agent's conventional skill location:

Agent Path
Claude Code ~/.claude/skills/vibesurfer/SKILL.md
Codex CLI ~/.codex/skills/vibesurfer/SKILL.md
Cursor <workspace>/.cursor/skills/vibesurfer/SKILL.md
Gemini ~/.gemini/extensions/vibesurfer/GEMINI.md (renamed)
OpenClaw ~/.openclaw/workspace/skills/vibesurfer/SKILL.md
Canonical ~/.agents/skills/vibesurfer/SKILL.md

The same vs skill install call also writes an mcpServers.vibesurfer = {command: "vs", args: ["mcp"]} entry into each agent's MCP config (.claude.json, ~/.codex/config.toml, <workspace>/.cursor/mcp.json, ~/.gemini/settings.json, Library/Application Support/Claude/claude_desktop_config.json on macOS) so the agent can talk to vibesurfer over MCP as well as via the SKILL.md.

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. 2d ago First seen · 19 lines · 0 tokens per session scan B bdd4ee6b2ed8

Subscribe to this mod's changes

docs is a skill published in the GitHub repository frane/vibesurfer (15 stars, last pushed 5d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 331 tokens. A static security scan graded it B with 1 finding (reads agent configuration directories). 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

kane-cli

Browser automation + AI test authoring via kane-cli - run browser objectives, generate & refine test scenarios/cases from a description, design requirement-linked test suites from a PRD/spec (assurance), parse NDJSON output, inspect logs, save runnable test.md. Use for any task requiring a real browser (navigate…

LambdaTest/kane-cli · 159 tokens

yutori-computer-use

Run local Mac desktop tasks with Yutori computer use. Use when the user wants to operate macOS apps, websites in a local browser, or cross-app workflows on the visible desktop.

yutori-ai/yutori-mcp · 45 tokens

yutori-research

Execute deep web research on any topic using Yutori's research agents. Use for competitive analysis, market research, finding documentation, or answering complex questions that require synthesizing information from multiple sources.

yutori-ai/yutori-mcp · 45 tokens

yutori-browse

Automate browser tasks like form filling, data extraction, or multi-step web workflows. Use when the user needs to interact with websites that require clicking, typing, or navigation.

yutori-ai/yutori-mcp · 41 tokens

build-capability

When you need an ability the bridge does not have, build it from the general tools instead of asking for a bespoke one. This skill is the map of how.

IvanSkainet/arena-agent · 0 tokens

arena-bridge

Skill and protocol specification for AI agents (Arena.ai Agent Mode, Claude Code, Codex, Cursor, and custom agentic frameworks) interacting with Skainet Bridge.

IvanSkainet/arena-agent · 0 tokens