← 返回 Skills 市场
Tinyfish Search
作者
Val Alexander
· GitHub ↗
· v1.0.0
· MIT-0
122
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tinyfish-search
功能描述
Run web searches via TinyFish Search API and get structured JSON results (title, snippet, URL) ready for LLM consumption. Use when you need fresh web search...
安全使用建议
This skill will send any query and the provided TINYFISH_API_KEY to api.search.tinyfish.ai using curl. Before installing, verify you trust TinyFish (review https://docs.tinyfish.ai/search-api), ensure the API key has appropriate scope/quotas, and monitor usage/billing. Avoid sending highly sensitive secrets or proprietary data through this search provider. If you prefer explicit user consent before network calls, keep autonomous invocation off or limit when the agent may call this skill.
功能分析
Type: OpenClaw Skill
Name: tinyfish-search
Version: 1.0.0
The skill bundle provides a legitimate interface for performing web searches via the TinyFish Search API. The helper script `scripts/search.sh` is well-structured, uses proper URL encoding for query parameters to prevent injection, and correctly handles the required API key environment variable. No evidence of data exfiltration, malicious execution, or prompt injection was found in either the code or the documentation.
能力标签
能力评估
Purpose & Capability
Name and description match the actual behavior: SKILL.md and scripts/search.sh only perform HTTP queries to api.search.tinyfish.ai and return structured JSON. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions explicitly check for TINYFISH_API_KEY and then call the TinyFish API via curl. They do not instruct reading arbitrary files, other env vars, or contacting unexpected endpoints. The guidance 'Do NOT fall back to other search tools' is a policy preference but not a security concern.
Install Mechanism
There is no install spec and only a small helper script is included. No external downloads, package installs, or archive extraction are present.
Credentials
Only TINYFISH_API_KEY is required, which is proportionate to calling a third‑party search API. The scripts also explicitly fail if the key is unset; no other secrets or unrelated env vars are referenced.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. It does not modify other skills or system configuration. Autonomous invocation is allowed (default) but not combined with other concerning factors.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tinyfish-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/tinyfish-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of tinyfish-search.
- Enables web searches via the TinyFish Search API.
- Returns structured JSON results including title, snippet, URL, and site name.
- Supports optional geo and language targeting.
- Requires a TINYFISH_API_KEY environment variable for access.
- Includes helper script for simplified querying.
元数据
常见问题
Tinyfish Search 是什么?
Run web searches via TinyFish Search API and get structured JSON results (title, snippet, URL) ready for LLM consumption. Use when you need fresh web search... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。
如何安装 Tinyfish Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tinyfish-search」即可一键安装,无需额外配置。
Tinyfish Search 是免费的吗?
是的,Tinyfish Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tinyfish Search 支持哪些平台?
Tinyfish Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tinyfish Search?
由 Val Alexander(@bunsdev)开发并维护,当前版本 v1.0.0。
推荐 Skills