← 返回 Skills 市场
bunsdev

Tinyfish Agent Run

作者 Val Alexander · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tinyfish-agent-run
功能描述
Run a TinyFish automation agent against a URL and stream live progress events (STARTED / PROGRESS / COMPLETE) as one-line JSON events. Use when you want to e...
安全使用建议
This skill appears to do what it says: it streams TinyFish agent SSE events to stdout and requires only TINYFISH_API_KEY. Before installing, ensure: (1) you trust the TinyFish service and the API key you will supply (keys can trigger runs and possibly incur charges); (2) run-time dependencies curl and python3 are present on your system (the metadata does not declare them); (3) do not provide broader credentials—only the TinyFish API key is needed; (4) if you plan to send sensitive URLs or credentials in the 'goal' or page content, remember this content is transmitted to the TinyFish API for processing; and (5) consider running it in a confined environment or review TinyFish's privacy/docs if you need to limit data exposure.
功能分析
Type: OpenClaw Skill Name: tinyfish-agent-run Version: 1.0.0 The skill is a straightforward integration for the TinyFish AI automation service. It uses a shell script (scripts/agent-run.sh) to send a user-provided URL and goal to the official API endpoint (https://agent.tinyfish.ai) and streams progress events. The implementation follows security best practices by using Python for safe JSON encoding of shell arguments and contains no evidence of malicious intent, data exfiltration, or prompt injection.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill's name, description, SKILL.md, and script all consistently implement an SSE streamer that POSTs to https://agent.tinyfish.ai/v1/automation/run-sse using X-API-Key: $TINYFISH_API_KEY. The only mismatch is that the script invokes curl and python3 but the skill metadata did not declare any required binaries; these runtime dependencies should be declared so callers know they'll be needed.
Instruction Scope
Runtime instructions and the script only (a) check for TINYFISH_API_KEY, (b) POST a JSON body containing the provided URL and goal to the TinyFish API, and (c) re-emit SSE 'data:' frames as one-line JSON on stdout. The instructions do not read local files, other env vars, or send data to any endpoint other than the documented TinyFish API.
Install Mechanism
There is no install spec (instruction-only skill) and the included script is small and clear. No remote downloads or archive extraction occur. Note: because no install step exists, the script will run directly and thus requires runtime binaries (curl, python3) to be present.
Credentials
Only TINYFISH_API_KEY is required and is appropriate for interacting with the TinyFish API. Users should be aware that this key authorizes runs against the remote TinyFish service and may incur actions/costs; the key should follow least-privilege practices.
Persistence & Privilege
The skill does not request persistent/always-on presence (always:false), does not modify other skill configurations, and does not access system config paths. Agent autonomous invocation remains possible (platform default) but is not combined with additional privileges by this skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tinyfish-agent-run
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tinyfish-agent-run 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of tinyfish-agent-run. - Run a TinyFish automation agent on any URL with a defined goal. - Streams live, one-line JSON progress events (STARTED, PROGRESS, COMPLETE) for easy real-time tracking. - Requires TINYFISH_API_KEY environment variable for authentication. - Simple stdout integration allows direct use in subagents, TUIs, or pipelines. - Detailed output format and usage examples included in documentation.
元数据
Slug tinyfish-agent-run
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tinyfish Agent Run 是什么?

Run a TinyFish automation agent against a URL and stream live progress events (STARTED / PROGRESS / COMPLETE) as one-line JSON events. Use when you want to e... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 Tinyfish Agent Run?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tinyfish-agent-run」即可一键安装,无需额外配置。

Tinyfish Agent Run 是免费的吗?

是的,Tinyfish Agent Run 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tinyfish Agent Run 支持哪些平台?

Tinyfish Agent Run 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tinyfish Agent Run?

由 Val Alexander(@bunsdev)开发并维护,当前版本 v1.0.0。

💬 留言讨论