mirror of
https://github.com/iflytek/skillhub.git
synced 2026-09-11 22:51:04 +00:00
Merge pull request #821 from iflytek/feat/starter-sandbase-reviewed
feat(starter): add reviewed SandBase MCP skill
This commit is contained in:
commit
15a65fe452
6 changed files with 472 additions and 0 deletions
|
|
@ -111,6 +111,16 @@
|
|||
"path": "skills/memory-learning-science/retrieval-practice-generator"
|
||||
}
|
||||
},
|
||||
{
|
||||
"slug": "sandbase",
|
||||
"version": "0.1.17",
|
||||
"license": "Apache-2.0",
|
||||
"upstream": {
|
||||
"repository": "https://github.com/sandbaseai/cli",
|
||||
"commit": "99a2f8102ce67f82080f67862d8ea81b87b37203",
|
||||
"path": "skills/sandbase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"slug": "skillhub-cli",
|
||||
"version": "2.0.2",
|
||||
|
|
|
|||
|
|
@ -147,6 +147,20 @@
|
|||
"Treating retrieval practice as a guaranteed learning result"
|
||||
]
|
||||
},
|
||||
{
|
||||
"slug": "sandbase",
|
||||
"prompt": "Find a low-cost image-generation API for one 1024x1024 product mockup. Compare the current options and price, but do not run anything.",
|
||||
"acceptance": [
|
||||
"Uses sandbase_discover and sandbase_inspect before proposing a run",
|
||||
"Reports the selected provider, required arguments, and current price",
|
||||
"Uses a small discovery limit and respects the instruction not to execute the endpoint"
|
||||
],
|
||||
"forbidden": [
|
||||
"Calling sandbase_run despite the user's explicit instruction",
|
||||
"Guessing arguments instead of using the inspected input schema",
|
||||
"Replacing an existing dedicated tool or user-provided API key"
|
||||
]
|
||||
},
|
||||
{
|
||||
"slug": "skillhub-cli",
|
||||
"prompt": "Connect this Codex Agent to https://skills.example.com and install @team-a/code-review version 2.1.0 from that SkillHub instance.",
|
||||
|
|
|
|||
201
builtin-skills/skills/sandbase/LICENSE.txt
Normal file
201
builtin-skills/skills/sandbase/LICENSE.txt
Normal file
|
|
@ -0,0 +1,201 @@
|
|||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
19
builtin-skills/skills/sandbase/NOTICE.md
Normal file
19
builtin-skills/skills/sandbase/NOTICE.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Upstream notice
|
||||
|
||||
- Upstream project: `sandbaseai/cli`
|
||||
- Repository: <https://github.com/sandbaseai/cli>
|
||||
- Source:
|
||||
<https://github.com/sandbaseai/cli/tree/99a2f8102ce67f82080f67862d8ea81b87b37203/skills/sandbase>
|
||||
- Fixed revision: `99a2f8102ce67f82080f67862d8ea81b87b37203`
|
||||
- Original Skill version: `0.1.17`
|
||||
- License: Apache-2.0; see `LICENSE.txt`
|
||||
|
||||
## SkillHub modifications
|
||||
|
||||
SkillHub package version: `0.1.17`.
|
||||
|
||||
- Preserved the upstream `SKILL.md` instructions from the fixed revision.
|
||||
- Added only the `license: Apache-2.0` frontmatter field required by SkillHub's deterministic
|
||||
built-in package validator; no workflow instructions were changed.
|
||||
|
||||
SandBase and its contributors do not endorse this modified distribution.
|
||||
222
builtin-skills/skills/sandbase/SKILL.md
Normal file
222
builtin-skills/skills/sandbase/SKILL.md
Normal file
|
|
@ -0,0 +1,222 @@
|
|||
---
|
||||
name: sandbase
|
||||
version: 0.1.17
|
||||
license: Apache-2.0
|
||||
disable-model-invocation: true
|
||||
description: 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.
|
||||
---
|
||||
|
||||
# SandBase MCP
|
||||
|
||||
<!-- sandbase-cli-managed: sandbase -->
|
||||
|
||||
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](https://github.com/sandbaseai/cli) 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](https://www.sandbase.ai/privacy) and [Terms of Service](https://www.sandbase.ai/terms), 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
|
||||
|
||||
| Tool | Purpose |
|
||||
|------|---------|
|
||||
| `sandbase_discover` | Search all 2,000+ AI models |
|
||||
| `sandbase_inspect` | Get input schema, pricing, and execution template |
|
||||
| `sandbase_run` | Execute a model or API endpoint |
|
||||
| `sandbase_run_get` | Get status/result of an async run |
|
||||
| `sandbase_runs` | List recent API calls with cost |
|
||||
| `sandbase_account` | Check 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:
|
||||
|
||||
| Parameter | Purpose | Example |
|
||||
|-----------|---------|---------|
|
||||
| `q` | Text search (supports Chinese: 推特, 小红书, 搜索) | `"twitter search"`, `"图片生成"` |
|
||||
| `type` | Filter by model type | `"llm"`, `"api"`, `"multimodal"`, `"embedding"` |
|
||||
| `vendor` | Filter by vendor slug | `"openai"`, `"twitter"`, `"anthropic"` |
|
||||
| `limit` | Max 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
|
||||
|
||||
| Error | User Guidance |
|
||||
|-------|--------------|
|
||||
| `tool not found` | Wrong name. Use `sandbase_discover` to search. |
|
||||
| `invalid params` | Check schema from `sandbase_inspect`. |
|
||||
| `run not found` | Invalid 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 unavailable | Upstream 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.
|
||||
|
|
@ -78,6 +78,12 @@
|
|||
"url": "https://bjcdn.openstorage.cn/open_res/xfyundoc/2026-07-31/ac9086e8-ee32-4baa-bf42-0bc3f5c59558/skillhub-builtin-skills/retrieval-practice-generator/1.0.0/8e1b21f9c02312378da4d5493297d98a2ce40ba03f83a51e24c97ad53f144dc1.zip",
|
||||
"sha256": "8e1b21f9c02312378da4d5493297d98a2ce40ba03f83a51e24c97ad53f144dc1"
|
||||
},
|
||||
{
|
||||
"slug": "sandbase",
|
||||
"version": "0.1.17",
|
||||
"url": "https://bjcdn.openstorage.cn/open_res/xfyundoc/2026-09-10/0cc7b9c3-0e02-4a38-abe9-165e3bf512fb/1789021760801/434325f0b6c7c0b0c32c5608cd76f4fdf2de9e18a703450c80958fa58f970539.zip",
|
||||
"sha256": "434325f0b6c7c0b0c32c5608cd76f4fdf2de9e18a703450c80958fa58f970539"
|
||||
},
|
||||
{
|
||||
"slug": "skillhub-cli",
|
||||
"version": "2.0.2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue