← 返回 Skills 市场
Skywork Search
作者
Skywork AI
· GitHub ↗
· v1.0.8
· MIT-0
1245
总下载
25
收藏
3
当前安装
9
版本数
在 OpenClaw 中安装
/install skywork-search
功能描述
Skywork Search (skywork) - Search the web for real-time information using the Skywork Search API. Use this skill whenever the user needs up-to-date informati...
安全使用建议
This skill appears to do exactly what it claims: call the Skywork web_search endpoint using the SKYWORK_API_KEY. Before installing: 1) Verify you trust the Skywork service and its domain (api-tools.skywork.ai) and are comfortable supplying an API key. 2) Store the API key securely (avoid echoing it in shared shells or logs; prefer secure config storage). 3) Be aware the script writes search results to a temp directory—if results may contain sensitive data, clean up or control access to those files. 4) If you have organizational policy about third-party API keys, confirm compliance and quota/cost implications. The code is small and readable; if you want extra assurance, review the scripts locally before running.
功能分析
Type: OpenClaw Skill
Name: skywork-search
Version: 1.0.8
The skywork-search skill is a legitimate tool for performing web searches via the Skywork Search API. The implementation in scripts/web_search.py uses standard Python libraries to send search queries to a documented API endpoint (api-tools.skywork.ai) and saves results to temporary files for the agent to read. There is no evidence of data exfiltration, malicious execution, or prompt injection; the skill follows standard configuration patterns for OpenClaw and Claude Code.
能力评估
Purpose & Capability
Name/description, required binary (python3), and required env var (SKYWORK_API_KEY) are coherent with a web-search API client. The included scripts implement a simple POST to a Skywork gateway; nothing outside web-search is requested.
Instruction Scope
SKILL.md tells the agent to run the bundled Python script and to store the API key in environment or config files (~/.openclaw/openclaw.json or ~/.claude/settings.json). That is expected for an API-backed skill, but users should be aware the script writes search results to a temporary directory and that the setup guide suggests echoing the key (which could leak in shared shells or logs).
Install Mechanism
No install spec; the skill is run from included Python scripts. No network downloads or archive extraction are performed by an installer.
Credentials
Only one credential is required (SKYWORK_API_KEY) and it is used directly to authenticate requests to the Skywork API. The references explain storing the key in OpenClaw/Claude config which is consistent with primaryEnv usage.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. It only reads the declared SKYWORK_API_KEY environment variable and writes temporary result files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skywork-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/skywork-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.8
- Updated the skill description formatting and added the skill name ("Skywork Search (skywork)") for clarity.
- Revised API key configuration instructions to clarify that SKYWORK_API_KEY must be set "before use," not specifically in OpenClaw.
- No functional or script changes; only SKILL.md documentation was updated for clarity and consistency.
v1.0.7
- Updated the description to clarify the underlying API is now referred to as the Skywork Search API (skywork).
- No functional changes or file modifications in this version.
v1.0.6
No changes detected in this version.
- No file or documentation updates found between versions.
- Functionality, usage instructions, and prerequisites remain the same.
v1.0.5
- Expanded trigger phrases in the skill description to include multiple languages (Chinese, Japanese, Korean) for phrases like "search for", "look up", "find information about", and similar queries.
- No code or script changes; documentation only.
v1.0.4
- Switched authentication from interactive login to requiring an API key (`SKYWORK_API_KEY`) environment variable.
- Updated documentation to guide users through API key setup (see new `references/apikey-fetch.md`).
- Declared required environment variable in skill metadata.
- Added new utility script (`scripts/constant.py`) to support configuration.
- Removed previous browser-based authentication and token caching steps.
v1.0.3
- Removed environment variable and config file requirements from metadata (no need for SKYBOT_TOKEN, SKYWORK_GATEWAY_URL, etc. at the skill level).
- Updated metadata to only require Python3 for running scripts.
- No user-facing functional changes, documentation, and usage remain the same.
v1.0.2
- Added a `metadata` section with detailed environment, binary, and config requirements.
- Specified all required environment variables: SKYBOT_TOKEN, SKYWORK_GATEWAY_URL, SKYWORK_API_BASE, SKYWORK_WEB_BASE, and POD_TYPE.
- Declared Python3 as a required binary and ~/.skywork_token as a required config file.
- No changes to skill functionality or usage instructions.
v1.0.1
- Minor improvements and optimizations.
- No changes to functionality or user experience.
v1.0.0
Skywork Search v1.0.0
- Initial release providing real-time web search via the Skywork web search API.
- Supports up to 3 simultaneous search queries per invocation.
- Structured results include URLs and content snippets for easy fact-checking and citation.
- Requires authentication; guides on login flow and handling required login URLs for users.
- Designed for use whenever up-to-date, web-sourced information is needed.
元数据
常见问题
Skywork Search 是什么?
Skywork Search (skywork) - Search the web for real-time information using the Skywork Search API. Use this skill whenever the user needs up-to-date informati... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1245 次。
如何安装 Skywork Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skywork-search」即可一键安装,无需额外配置。
Skywork Search 是免费的吗?
是的,Skywork Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skywork Search 支持哪些平台?
Skywork Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skywork Search?
由 Skywork AI(@gxcun17)开发并维护,当前版本 v1.0.8。
推荐 Skills