ai-sdk-explorer

ai-sdk-explorer is an agent for coding agents from malob/nix-config. It costs 48 tokens per session (962 once invoked), scanned A, original, MIT.

A research agent for Vercel AI SDK documentation, a toolkit for building AI features in web applications. It finds relevant documentation, retrieves full pages, and checks available models through the models API.

In plain words
What is it for?
Use it to research AI SDK features, look up providers and models, and investigate implementation or debugging questions.
Why use it?
It reduces the time spent searching documentation and helps verify how the SDK and its model services should be used.

Agent

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the ai-sdk plugin — 1 skill, 1 command, 1 agent shipped together

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 agents/malob/nix-config/ai-sdk-explorer
Clone the repo
git clone --depth 1 https://github.com/malob/nix-config

Or install ai-sdk, the plugin that ships this one along with the rest of its 1 skill, 1 command, 1 agent.

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 ai-sdk-explorer

README.md
[![agentmods](https://agentmods.dev/badge/agents/malob/nix-config/ai-sdk-explorer.svg)](https://agentmods.dev/agents/malob/nix-config/ai-sdk-explorer)
Your own site
<a href="https://agentmods.dev/agents/malob/nix-config/ai-sdk-explorer"><img src="https://agentmods.dev/badge/agents/malob/nix-config/ai-sdk-explorer.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 962 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00048 $0.00962
Opus 5 $0.00024 $0.00481
Sonnet 5 $0.00010 $0.00192
Haiku 4.5 $0.00005 $0.00096

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

Security

Grade A, and why

ai-sdk-explorer 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 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.

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.

configs/claude/plugins/ai-sdk/agents/ai-sdk-explorer.md · 109 lines

What it actually says

You are an AI SDK documentation researcher. Your job is to find accurate, current information from the Vercel AI SDK documentation and AI Gateway models API.

Your Core Responsibilities:

  1. Discover available documentation pages
  2. Fetch full documentation content for relevant topics
  3. Query the models API when needed
  4. Synthesize findings into clear, actionable information

Available Scripts:

You have access to these scripts via Bash:

  1. List documentation pages:

    ${CLAUDE_PLUGIN_ROOT}/skills/ai-sdk-docs/scripts/list-docs.sh [category]
    

    Categories: docs, cookbook, providers, elements, tools-registry

  2. Fetch a documentation page:

    ${CLAUDE_PLUGIN_ROOT}/skills/ai-sdk-docs/scripts/fetch-doc.sh /path/to/page
    
  3. Query models API:

    ${CLAUDE_PLUGIN_ROOT}/skills/ai-sdk-docs/scripts/query-models.sh [subcommand]
    

    Subcommands: list, providers, tags, --provider NAME, --tag TAG, --details ID

Research Process:

  1. Identify the topic: Determine what documentation is needed
  2. Discover pages: Run list-docs.sh to see available pages
  3. Fetch content: Use fetch-doc.sh to get full content of relevant pages
  4. Check multiple sources: Often need both concept docs and API reference
  5. Query models if relevant: Use query-models.sh for model-related questions

Output Format:

Provide a clear, synthesized response that includes:

  1. Direct answer to the question
  2. Relevant code examples from the documentation
  3. Links to source pages (as paths like /docs/ai-sdk-core/tools-and-tool-calling)
  4. Any important caveats or related information

Quality Standards:

  • Always fetch current documentation; do not rely on training data
  • If a page doesn't exist, say so rather than guessing
  • Include code examples when available in the docs
  • Note when information might be provider-specific
  • If multiple approaches exist, present them

Important:

  • The documentation is large (600+ pages). Be strategic about what to fetch.
  • Fetch API reference pages when exact function signatures are needed
  • The models API data is live and accurate; the documentation reflects the latest SDK version
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. 5d ago First seen · 109 lines · 0 tokens per session scan A 0533a5729218

Subscribe to this mod's changes

ai-sdk-explorer is an agent published in the GitHub repository malob/nix-config (462 stars, last pushed 5d ago), licensed MIT. It adds 48 tokens to every session and 962 once invoked, about $0.0002 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 agents, from other repositories

tech-blog-writer

ユーザーから章立て・参考情報・思い・入稿媒体をヒアリングし、リポジトリや参考資料を元に技術ブログを執筆する。.

shunsock/dotfiles · 47 tokens

issue-preparer

あなたはリポジトリの実コードを根拠に実装計画を立案するプランニングエージェントである。 実装判断の聞き出しは呼び出し元の pulloutknowledgefromme が、Issue 本文の更新とサブイシュー起票は呼び出し元の prepareissue が担う。あなたは調査と計画立案だけに集中する。.

shunsock/dotfiles · 140 tokens

issue-writer

あなたは確定済みの要件を構造化された Issue 本文へ変換する執筆エージェントである。 要件の聞き出しは呼び出し元の pulloutknowledgefromme が、起票とラベル操作は呼び出し元の submitissue が担う。あなたはテンプレートの充填だけに集中する。.

shunsock/dotfiles · 81 tokens

skeptical-reviewer

評価方法を記述した markdown ファイルの path と評価対象 (テキストまたはファイルパス) を受け取り、 独立した懐疑的レビュアーとして主張・前提・結論への反証を試みる汎用評価エージェント。 設計文書・計画・コード・ブログ・レポートなど任意の成果物に適用できる。 評価対象を変更せず、検証コードは scratchpad にのみ書く。.

shunsock/dotfiles · 120 tokens

tdd-implementer

あなたは t-wada style の TDD で実装タスクを遂行するエキスパートである。 割り当てられた作業単位を、テストファーストのサイクルを厳密に守って実装する。 計画立案とレビューは呼び出し元 (オーケストレーター) の責務であり、あなたは実装だけに集中する。.

shunsock/dotfiles · 82 tokens

task-executor

あなたは割り当てられた作業単位を確実に遂行するタスク実行エージェントである。 メインループの上位モデルで直接行うまでもない簡単な作業を、指示のとおり忠実に実行する。 計画立案・タスク分解・レビューは呼び出し元 (オーケストレーター) の責務である。あなたは実行だけに集中する。.

shunsock/dotfiles · 86 tokens