一键导入
stepfun-search
StepFun Search API - 实时网络搜索工具。通过 StepFun API 进行互联网搜索,获取最新信息和研究资源。使用场景:用户说"联网搜索 XXX"、"网络搜索 XXX"、"搜索 XXX" 时触发。Triggers: "联网搜索", "网络搜索", "搜索".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
StepFun Search API - 实时网络搜索工具。通过 StepFun API 进行互联网搜索,获取最新信息和研究资源。使用场景:用户说"联网搜索 XXX"、"网络搜索 XXX"、"搜索 XXX" 时触发。Triggers: "联网搜索", "网络搜索", "搜索".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | stepfun-search |
| description | StepFun Search API - 实时网络搜索工具。通过 StepFun API 进行互联网搜索,获取最新信息和研究资源。使用场景:用户说"联网搜索 XXX"、"网络搜索 XXX"、"搜索 XXX" 时触发。Triggers: "联网搜索", "网络搜索", "搜索". |
基于 StepFun API 的实时网络搜索工具。支持多分类搜索、结果过滤和格式化输出。
API configuration is stored in ~/.openclaw/openclaw.json using the skills format:
{
"skills": {
"entries": {
"stepfun-search": {
"enabled": true,
"env": {
"STEPFUN_API_KEY": "YOUR_API_KEY"
}
}
}
}
}
The API key is loaded from the STEPFUN_API_KEY environment variable, which is automatically set by OpenClaw's skill system.
Previous configuration (❌ DEPRECATED):
{
"tools": {
"web": {
"search": {
"apiKey": "YOUR_API_KEY"
}
}
}
}
New configuration (✅ CURRENT):
tools.web.search.apiKey to skills.entries.stepfun-search.env.STEPFUN_API_KEYtools.web natively. Custom search APIs are better managed as skills.Do NOT use tools.stepfun or similar! Use the skills format above for all custom tool APIs.
Find academic papers, research reports, and technical documentation.
Category: research (默认)
Best for:
Find code snippets, documentation, and programming solutions.
Category: programming
Best for:
Find business news, market insights, and company information.
Category: business
Best for:
Find government documents, policies, and official information.
Category: gov
Best for:
# 学术搜索(默认)
python3 scripts/stepfun_search.py "transformer attention mechanism" 5 research json
# 编程搜索
python3 scripts/stepfun_search.py "Python asyncio tutorial" 5 programming json
# 商业搜索
python3 scripts/stepfun_search.py "AI startup funding" 5 business markdown
# 政府搜索
python3 scripts/stepfun_search.py "data privacy regulation" 5 gov text
Common errors and solutions:
| Error | Solution |
|---|---|
STEPFUN_API_KEY not set | Check ~/.openclaw/openclaw.json skills config |
Authorization failed | Verify API key is valid and active |
Timeout (>30s) | Retry or simplify query |
No results found | Try different keywords or change category |
This skill is integrated with OpenClaw's:
See references/api-reference.md for: