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.
npx skills add GeckoVision/gecko-surf --skill gecko-setupgit clone --depth 1 https://github.com/GeckoVision/gecko-surfWrote 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/geckovision/gecko-surf/gecko-setup)<a href="https://agentmods.dev/skills/geckovision/gecko-surf/gecko-setup"><img src="https://agentmods.dev/badge/skills/geckovision/gecko-surf/gecko-setup/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/geckovision/gecko-surf/gecko-setup"><img src="https://agentmods.dev/badge/skills/geckovision/gecko-surf/gecko-setup.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.00071 | $0.00619 |
| Opus 5 | $0.00036 | $0.00309 |
| Sonnet 5 | $0.00014 | $0.00124 |
| Haiku 4.5 | $0.00007 | $0.00062 |
Grade A, and why
gecko-setup 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 5d 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.
allowed-tools: Bash(curl:*), Bash(claude:*), Bash(npx:*), Bash(uvx:*), Bash(command:*) What it actually says
gecko-setup — install the hosted Gecko surface and prove it works
Your goal: wire the hosted MCP surface into the client you are running in and verify with one real call. Gecko turns APIs and Solana programs into first-call-correct tools; it never holds a key and never signs.
Step 1: Fetch the canonical config
One file carries every client's exact wiring — always start from it rather than hand-typing URLs:
curl -s https://geckovision.tech/mcp-config.json
Step 2: Install for THIS client
- Claude Code:
claude mcp add --transport http gecko https://mcp.geckovision.tech/orquestra/mcp - Claude web / desktop: Settings -> Connectors -> Add custom connector with
the
clients.claude_web.connector_urlfrom the config (the web UI takes only the URL — no JSON there). - Cursor: merge
clients.cursor.jsoninto~/.cursor/mcp.json. - VS Code: merge
clients.vscode.jsoninto.vscode/mcp.json. - Anything else that reads mcp.json:
clients.generic_mcp_json.
No account and no API key for the open surfaces. Gated surfaces answer 401 with a self-serve mint path — https://geckovision.tech/auth.md.
Step 3: Verify with a real call
List the new server's tools, then make one read-only call: list_stores
(browses real Solana storefronts, free) or search_capabilities with a
question. Setup is DONE when that call answers — a config edit alone is not
done.
Step 4 (optional): local comprehension of the user's own API
npx @geckovision/gecko add https://api.example.com/openapi.json
or the Claude Code plugin: /plugin marketplace add GeckoVision/gecko-surf.
Refusals you may meet, and what they mean
Gecko refuses loudly instead of failing silently. signer-required means a
money path needs a wallet (the refusal carries the signer runbook — follow
it). store-unknown means absence, never a fallback to another store. Every
refusal names its next step; read it before improvising.
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.
- 5d ago First seen · 60 lines · 71 tokens per session scan A 9e3c0674366d
gecko-setup is a skill published in the GitHub repository GeckoVision/gecko-surf (6 stars, last pushed yesterday), licensed Apache-2.0. It adds 71 tokens to every session and 619 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-09-04.
Other skills, from other repositories
okf-loom
Load this repo skill when working with Open Knowledge Format (OKF) bundles: validate, search, discover, update, render, serve the live studio, author concepts, or use the bundled OKF docs. The repo is the distribution unit; run scripts from the checkout with scripts/okf-loom.
llmwiki-serve
Use this skill when a coding agent needs local wiki context from a configured llmwiki-serve instance. The server is read-only from the client perspective and is addressed through the LLMWIKISERVEURL environment variable.
impeccable
Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…
gaia-full-pipeline
End-to-end Gaia curation pipeline orchestrator. Routes each phase to its dedicated skill and keeps you on track from first discovery to closed intake. Use when starting a fresh curation run or when you want a single skill to hold the sequence together without duplicating each phase's instructions. Trigger phrases…
gaia-meta-sweep
Orchestrate a whole-registry sweep of Gaia — fan out 12 parallel audit agents across every skill, run adversarial verification, surface Semantic Fusion candidates, propose new generic skill references, and synthesize a publish-ready HTML report under docs/meta/reports/. Use this skill for broad, systemic analysis…
gaia-triage
Triage the Gaia issue backlog and skill-batch intake queue. Use this skill when someone asks to: "triage issues", "clean up the issue tracker", "review the backlog", "close stale issues", "process the intake queue", "review skill-batches", "evaluate draft skill proposals", "approve or reject pending skills", "is this…