← 返回 Skills 市场
earthwalking

Search Workflow

作者 Roma · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
261
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install search-workflow
功能描述
Standardized search workflow integrating tavily-search, web_search, web_fetch and other search skills. Provides complete search process from query analysis t...
安全使用建议
This skill will send your search queries to https://api.tavily.com. The included script hard-codes a TAVILY_API_KEY fallback inside the source instead of declaring environment requirements—this is a red flag because a secret is embedded and the manifest doesn't tell you about it. Before installing: (1) treat the skill as 'untrusted network caller'—do not use it with sensitive or private queries; (2) ask the author to remove the hard-coded key and to declare TAVILY_API_KEY in the manifest so you can supply your own key; (3) if you must run it, run in an isolated environment and consider replacing the default key with your own limited-scope key or removing network calls; (4) confirm whether you need the additional search skills (web_fetch, perplexity-search, etc.) because the script currently only calls tavily_search despite claiming multi-engine integration.
功能分析
Type: OpenClaw Skill Name: search-workflow Version: 1.0.0 The skill bundle contains a hardcoded Tavily API key ('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') in scripts/search_workflow.py, which is a significant security risk and credential leak. Additionally, UPLOAD_GUIDE.md contains specific local system paths (e.g., C:\Users\13600\...), suggesting the bundle was exported from a personal environment without sanitization. While the search workflow logic itself appears functional and lacks clear malicious intent, these vulnerabilities and information leaks warrant a suspicious classification.
能力评估
Purpose & Capability
Metadata and README claim integration of multiple search engines/skills (tavily-search, web_search, web_fetch, perplexity-search, bgpt-paper-search), but the provided runtime script only calls a single external API (tavily_search). The skill metadata declares no required environment variables, yet the script expects TAVILY_API_KEY. The discrepancy between claimed multi-engine integration and the actual implementation is incoherent.
Instruction Scope
SKILL.md usage is limited to running the included Python script and describes the 5-stage workflow. The instructions do not ask the agent to read unrelated local files or secrets, but they also do not disclose that queries will be sent to an external endpoint (https://api.tavily.com) nor do they document the use of an API key or privacy implications.
Install Mechanism
There is no install spec (instruction-only) and no downloads; the only executable artifact is a small Python script included in the bundle. This is low-risk from an install-download perspective.
Credentials
The Python script reads TAVILY_API_KEY from the environment but the skill manifest does not declare any required env vars. Worse, the script contains a hard-coded default API key ('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'), which is a secret embedded in code. That key may allow the bundled code to send arbitrary user queries to an external service; the skill provides no information about the key's scope or data handling, which is disproportionate and a privacy risk.
Persistence & Privilege
The skill does not request permanent presence (always is false) and does not attempt to modify other skills or system-wide settings. It writes a local markdown file with results, which is expected behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install search-workflow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /search-workflow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Standardized search workflow integrating multiple search engines
元数据
Slug search-workflow
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Search Workflow 是什么?

Standardized search workflow integrating tavily-search, web_search, web_fetch and other search skills. Provides complete search process from query analysis t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。

如何安装 Search Workflow?

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

Search Workflow 是免费的吗?

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

Search Workflow 支持哪些平台?

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

谁开发了 Search Workflow?

由 Roma(@earthwalking)开发并维护,当前版本 v1.0.0。

💬 留言讨论