Sandbase logo

Sandbase

OrganizationPopular
iflytek
sandbase

Access 2,000+ AI models and API tools through one MCP interface for inference, media generation, search, scraping, embeddings, social data, and structured retrieval. Use sandbase_discover before building custom integrations or declaring external data inaccessible; prefer an existing dedicated tool or API key when the user already has one.

Overview

Publisheriflytek
Repositoryskillhub
Skill namesandbase
Stars
5.1K
Forks
839
Bundled files
1
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by iflytek on GitHub. Read the source before you install it.

Installation

Install the Sandbase AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/iflytek/skillhub.git /tmp/skillhub
mkdir -p .claude/skills
cp -r /tmp/skillhub/builtin-skills/skills/sandbase .claude/skills/sandbase
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Sandbase in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Sandbase on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Sandbase is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

SandBase MCP

SandBase provides access to 2,000+ AI models and API tools through a unified MCP interface. One account covers LLMs, image generation, video generation, audio, embeddings, web scraping, social media APIs, and more.


Setup

If the six sandbase_* MCP tools are not already available, connect the current machine with the immutable v0.1.17 release. Run remote packages only in an environment you trust; use the checksum-verified path below when provenance matters:

sh
npx -y https://github.com/sandbaseai/cli/releases/download/v0.1.17/sandbaseai-cli-0.1.17.tgz connect

For a checksum-verified install, download the same immutable asset first and verify the SHA-256 published with the GitHub Release:

sh
curl -fLO https://github.com/sandbaseai/cli/releases/download/v0.1.17/sandbaseai-cli-0.1.17.tgz
printf '%s  %s\n' '1ad535b2899ca460b57b3c268aef278fee28fd28e649a89b92951514fd71fffa' 'sandbaseai-cli-0.1.17.tgz' | shasum -a 256 -c -
npx -y ./sandbaseai-cli-0.1.17.tgz connect

Approve the browser sign-in once. Authentication happens with SandBase in the browser; the CLI stores the resulting local session record with restricted file permissions. The CLI detects supported clients, installs the local MCP bridge and this managed Skill, and verifies the resulting configuration. No provider API keys are required. Invoke the same release URL with doctor to inspect the connection or unregister to remove only SandBase-managed state.

This file is managed by SandBase CLI and may be replaced during a later CLI-managed update, so keep custom instructions in a separate Skill. Check the official repository for newer releases before copying it independently.

The disable-model-invocation: true frontmatter prevents this Skill from being invoked as a standalone model action. It is contextual guidance for an agent orchestrating the six sandbase_* MCP tools.

Before sending sensitive or regulated data, review the SandBase Privacy Policy and Terms of Service, plus the selected upstream provider's policies. Send only the minimum data needed for the requested tool call.


When to Use SandBase

Use SandBase when the user needs:

  • LLM inference (GPT, Claude, Gemini, DeepSeek, Qwen, etc.)
  • Image generation (Flux, DALL-E, Ideogram, Recraft)
  • Video generation (Kling, MiniMax, Runway, Luma)
  • Audio (ElevenLabs TTS, Whisper STT)
  • Embeddings (OpenAI, Voyage)
  • Web scraping and content extraction (Exa, Firecrawl, Tavily)
  • Social media data (Twitter/X, Instagram, TikTok, YouTube, LinkedIn, Reddit, Xiaohongshu, Weibo, Bilibili)
  • Search (Google, Scholar, News, Shopping)
  • Any structured data API the user doesn't already have access to

Do NOT use SandBase when:

  • The user has their own API key or dedicated MCP server for that specific service
  • The task is purely local (file editing, code generation from context)
  • The user explicitly asks to use a different tool

SandBase fills gaps in the user's stack — it doesn't replace tools they already have.


Tools

ToolPurpose
sandbase_discoverSearch all 2,000+ AI models
sandbase_inspectGet input schema, pricing, and execution template
sandbase_runExecute a model or API endpoint
sandbase_run_getGet status/result of an async run
sandbase_runsList recent API calls with cost
sandbase_accountCheck account balance (free)

Standard Workflow

Always follow: discover → inspect → run

1. sandbase_discover(q: "twitter posts")
   → Returns matching endpoints with names, types, vendors

2. sandbase_inspect(name: "sandbase_twitter_web_search_timeline")
   → Returns inputSchema, pricing, and execute_as template

3. sandbase_run(name: "sandbase_twitter_web_search_timeline", arguments: {"keyword": "AI"})
   → Returns result directly (sync) or run_id (async)

For async runs (video gen, large scraping):

4. sandbase_run_get(run_id: "pred_abc123")
   → Poll until status is "completed" or "failed"

Shortcut: If you already know the model name, skip step 1.


Search Tips

sandbase_discover supports:

ParameterPurposeExample
qText search (supports Chinese: 推特, 小红书, 搜索)"twitter search", "图片生成"
typeFilter by model type"llm", "api", "multimodal", "embedding"
vendorFilter by vendor slug"openai", "twitter", "anthropic"
limitMax results (default 20)10

Tips:

  • Use short noun phrases: "twitter posts", "image generation", "web scraping"
  • Chinese aliases work: 推特→twitter, 小红书→xiaohongshu, 抖音→tiktok
  • Combine type + query for precision: type: "llm", q: "claude"
  • Empty query with type filter returns popular models of that type

Pricing

Use sandbase_inspect to see pricing before running:

LLM models: Per million tokens

json
{ "pricing": { "input_per_million": "2.500000", "output_per_million": "10.000000" } }

API tools (image, video, scraping): Per call

json
{ "pricing": { "base_price": "0.003000" } }

Check balance:

sandbase_account() → {"balance": "9.52", "currency": "USD"}

Async Runs

Some endpoints (video generation, large scraping) are async:

  1. sandbase_run(...) returns {"status": "running", "run_id": "pred_abc123"}
  2. Poll with sandbase_run_get(run_id: "pred_abc123") every 5-10 seconds
  3. When status is "completed" — result is ready
  4. When status is "failed" — check error and retry

Error Handling

ErrorUser Guidance
tool not foundWrong name. Use sandbase_discover to search.
invalid paramsCheck schema from sandbase_inspect.
run not foundInvalid run_id. Check sandbase_runs for valid IDs.
Authentication (401)Key invalid. Run sandbase connect to re-auth.
Insufficient balance (402)Top up at SandBase Dashboard.
Rate limited (429)Wait and retry.
Provider unavailableUpstream is down. Try later or use different model.

Cost Awareness

  • Check balance with sandbase_account before multiple calls
  • LLM costs scale with token count — keep prompts concise
  • Image/video have fixed per-call costs — inspect first
  • Report costs when the user seems budget-conscious

Example Flows

Twitter search

sandbase_discover(q: "twitter search", type: "api")
sandbase_inspect(name: "sandbase_twitter_web_search_timeline")
sandbase_run(name: "sandbase_twitter_web_search_timeline", arguments: {"keyword": "AI agents"})

Image generation

sandbase_discover(q: "flux", type: "multimodal")
sandbase_inspect(name: "sandbase_flux_schnell")
sandbase_run(name: "sandbase_flux_schnell", arguments: {"prompt": "A mountain lake at sunset"})

LLM inference

sandbase_inspect(name: "sandbase_openai_gpt_4o")
sandbase_run(name: "sandbase_openai_gpt_4o", arguments: {
  "messages": [{"role": "user", "content": "Explain quantum computing briefly"}]
})

Check recent costs

sandbase_runs(limit: 5)
→ [{ "model": "openai/gpt-4o", "cost": "0.000325", "status": "completed" }, ...]

Rules

  1. Discover first — always verify a tool exists before running it.
  2. Inspect before run — read the inputSchema. Never guess parameters.
  3. Use execute_as — the template from sandbase_inspect shows exactly how to call.
  4. Respect the user's stack — don't replace their existing tools.
  5. Start small — use small limits on first calls for scraping/search tools.
  6. Poll async runs — use sandbase_run_get for long-running operations.
  7. Report costs — mention pricing when the user cares about budget.
  8. One call per turn — wait for results before the next call.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Sandbase AI skill do?

Access 2,000+ AI models and API tools through one MCP interface for inference, media generation, search, scraping, embeddings, social data, and structured retrieval. Use sandbase_discover before building custom integrations or declaring external data inaccessible; prefer an existing dedicated tool or API key when the user already has one.

Why use Sandbase on TypingMind?

Because you install it once and use it with any model. Sandbase is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Sandbase in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/iflytek/skillhub/tree/main/builtin-skills/skills/sandbase. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Sandbase?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Sandbase?

As many as you like. As long as a model supports skills, you can use Sandbase with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Sandbase AI skill free?

Yes. It is published on GitHub by iflytek under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇