switchboard

switchboard is a skill for Claude Code from internet-court/internet-court-skill. It costs 54 tokens per session (2,963 once invoked), scanned A, original, no licence file.

A software development kit for Switchboard, a Solana-based oracle service that supplies blockchain applications with external data and randomness.

In plain words
What is it for?
Use it to work with Switchboard from TypeScript or Rust, request oracle quotes, read price feeds, use VRF randomness, and access Surge streaming data.
Why use it?
It helps developers connect Solana programs to price feeds, on-demand data, verifiable randomness, and live data streams.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the internet-court plugin — 94 skills shipped together

Good fit Use it to work with Switchboard from TypeScript or Rust, request oracle quotes, read price feeds, use VRF randomness, and access Surge streaming data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/internet-court/internet-court-skill/switchboard
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.

Any agent
npx skills add internet-court/internet-court-skill --skill switchboard
Clone the repo
git clone --depth 1 https://github.com/internet-court/internet-court-skill

Made for: Claude Code.

Or install internet-court, the plugin that ships this one along with the rest of its 94 skills.

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 switchboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/internet-court/internet-court-skill/switchboard/github.svg)](https://agentmods.dev/skills/internet-court/internet-court-skill/switchboard)
Your own site
<a href="https://agentmods.dev/skills/internet-court/internet-court-skill/switchboard"><img src="https://agentmods.dev/badge/skills/internet-court/internet-court-skill/switchboard/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 switchboard

Your own site · 80×15
<a href="https://agentmods.dev/skills/internet-court/internet-court-skill/switchboard"><img src="https://agentmods.dev/badge/skills/internet-court/internet-court-skill/switchboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,963 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 warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 33
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Data Exfiltration · line 314
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
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.00054 $0.02963
Opus 5 $0.00027 $0.01482
Sonnet 5 $0.00011 $0.00593
Haiku 4.5 $0.00005 $0.00296

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

Security

Grade A, and why

switchboard 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 13d ago.

The scan reads SKILL.md. This mod also ships 7 executable files (examples/feeds/oracle-quote.ts, examples/feeds/pull-feed.ts, examples/feeds/read-feed.ts, …), 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.

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.

vendored/sendaifun/switchboard/SKILL.md · 438 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 13d ago First seen · 438 lines · 54 tokens per session scan A c8460a29ff35

Subscribe to this mod's changes

switchboard is a skill published in the GitHub repository internet-court/internet-court-skill (5,768 stars, last pushed 28d ago), with no licence file. It adds 54 tokens to every session and 2,963 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

nlweb-schema-org-grounding

Prepare and structure site content as Schema.org JSON-LD for NLWeb ingestion — covers the supported types (Recipe, Product, Movie, Event, Article, RealEstate, Course, etc.), per-type behavior in NLWeb's tool routing, JSON-LD embedding patterns in HTML, sites.xml registration, and how the schemaobject flows through…

OrcaQubits/agentic-commerce-skills-plugins · 102 tokens

nlweb-dev-patterns

NLWeb development patterns — the mixed-mode programming philosophy, FastTrack vs Analysis parallel paths, config file precedence and the mode: development override trap, in-stream NLWS headers vs HTTP headers, embedding/ingest determinism, debugging the LLM-call chain, neural scorer selection (NLWebScorer…

OrcaQubits/agentic-commerce-skills-plugins · 110 tokens

ap2-dev-patterns

Apply AP2 cross-cutting development patterns — multi-agent payment architecture, UCP integration, x402 crypto payments, testing with mock providers, and production deployment. Use when architecting agentic payment systems or solving cross-cutting payment concerns.

OrcaQubits/agentic-commerce-skills-plugins · 54 tokens

nlweb-data-loading

Ingest site content into NLWeb's vector store using dbload.py — supports RSS/Atom feeds, Schema.org JSON-LD, sitemap-driven URL lists, and CSV. Covers chunking, embedding computation, site partitioning, batch sizing, delete-and-reload, and per-backend writeendpoint targeting. Use when bootstrapping a site's index…

OrcaQubits/agentic-commerce-skills-plugins · 88 tokens

nlweb-llm-providers

Configure NLWeb LLM and embedding providers — OpenAI, Azure OpenAI (default), Anthropic, Google Gemini, DeepSeek on Azure, Llama on Azure, HuggingFace, Inception Labs, Snowflake Cortex, Ollama, Pi Labs. Covers configllm.yaml high/low tier model selection, the ModelRouter cost/quality routing logic…

OrcaQubits/agentic-commerce-skills-plugins · 110 tokens

nlweb-prompts-customization

Customize NLWeb's LLM prompts and per-Schema.org-type behavior via prompts.xml and tools.xml — covers the template format, JSON schemas, prompt inheritance, decontextualization/ranking/generate templates, per-site overrides, and pitfalls of editing prompts in place. Use when tuning answer quality, supporting a new…

OrcaQubits/agentic-commerce-skills-plugins · 91 tokens