tokenlab
v0.1.2TokenLab model selection, API integration, native endpoints, cost routing, and OpenAI-compatible migration skills with optional TokenLab MCP servers.
By TokenLabLicense: MIT1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 16, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tokenlab for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install tokenlab@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hedging8563/tokenlab-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/tokenlab-api-integration/SKILL.md├── skills/tokenlab-cost-routing/SKILL.md├── skills/tokenlab-model-picker/SKILL.md├── skills/tokenlab-native-endpoints/SKILL.md├── skills/tokenlab-openai-compatible-migration/SKILL.md└── .mcp.json
Included Skills5
集成 TokenLab(历史名 LemonData)AI API:Chat、Responses、Anthropic Messages、Gemini、图像/视频/音乐/3D、TTS/STT、files、embeddings、rerank 与异步任务。按公开模型契约选择原生端点并生成 Python/JavaScript/Go/PHP/cURL 代码。触发词:tokenlab、lemondata、API集成、接入模型、多媒体API、异步任务
Choose TokenLab models and fallback chains using public pricing, task fit, latency expectations, and native endpoint needs before writing production routing code.
Pick TokenLab models for chat, coding, image, video, audio, embeddings, reranking, and translation by reading public model catalog signals before recommending concrete model IDs.
Use TokenLab native endpoint families such as Responses, Anthropic Messages, Gemini generateContent, media, audio, embeddings, and translations when OpenAI-compatible chat is not the right contract.
Migrate OpenAI-compatible apps, SDKs, examples, and environment variables to TokenLab while preserving request semantics and adding live model discovery.
MCP servers2
- url
- https://tokenlab-model-explorer.vercel.app/mcp
- command
- npx
- args
- -y @tokenlabai/mcp-server
- env.TOKENLAB_API_BASE
- https://api.tokenlab.sh
- env.TOKENLAB_MCP_TOOL_PROFILE
- ${TOKENLAB_MCP_TOOL_PROFILE:-catalog}
- env.TOKENLAB_API_KEY
- ${TOKENLAB_API_KEY:-}
Plugin manifests1
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "tokenlab",
"version": "0.1.2",
"description": "TokenLab model selection, API integration, native endpoints, cost routing, and OpenAI-compatible migration skills with optional TokenLab MCP servers.",
"author": {
"name": "TokenLab",
"email": "[email protected]"
},
"homepage": "https://tokenlab.sh",
"repository": "https://github.com/hedging8563/tokenlab-skills",
"license": "MIT",
"keywords": [
"tokenlab",
"ai-api",
"model-routing",
"mcp",
"native-endpoints",
"claude-code"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tokenlab on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tokenlab)