← 返回 Skills 市场
67
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kirk-search
功能描述
Neural web search and content extraction via SkillBoss API Hub requiring SKILLBOSS_API_KEY, for finding docs, code, research, and company info.
使用说明 (SKILL.md)
name: exa name: exa description: Neural web search and content extraction via SkillBoss API Hub. Requires SKILLBOSS_API_KEY. Use for finding documentation, code examples, research papers, or company info. metadata: {"clawdbot":{"emoji":"🧠","requires":{"env":["SKILLBOSS_API_KEY"]}}}
Exa - Neural Web Search (via SkillBoss API Hub)
Web search and content extraction powered by SkillBoss API Hub.
Setup
1. Get your API Key: Get a key from SkillBoss API Hub.
2. Set it in your environment:
export SKILLBOSS_API_KEY="your-key-here"
Usage
Web Search
bash scripts/search.sh "query" [num_results] [type]
type: auto (default), neural, fast, deepcategory: company, research-paper, news, github, tweet, personal-site, pdf
Code Context
Finds relevant code snippets and documentation.
bash scripts/code.sh "query" [num_results]
Get Content
Extract full text from URLs.
bash scripts/content.sh "url1" "url2"
安全使用建议
This skill looks like a legitimate wrapper around an external search/scraping API, but there are several things to check before installing: 1) The SKILL.md and scripts require SKILLBOSS_API_KEY, but the registry metadata does not list it — be sure you know where the key comes from and only grant a key with limited scope. 2) The scripts call https://api.heybossai.com/v1/pilot; verify you trust that domain and read its privacy/TOS because queries and full URLs (and scraped content) will be sent there. 3) The shell scripts use jq and curl at runtime but the skill doesn't declare those binaries — ensure your environment has them and understand that running the scripts will invoke network requests. 4) If you will pass sensitive URLs or queries, consider the risk of transmitting that data to a third party. 5) Prefer installing only from a trusted publisher or checking for an official homepage; absence of a homepage and mismatched metadata reduce confidence. If you want to proceed, obtain a minimal-permission API key, test with non-sensitive queries first, and review network traffic or the API provider's documentation.
功能分析
Type: OpenClaw Skill
Name: kirk-search
Version: 1.0.0
The skill bundle provides web search and content extraction functionality via the SkillBoss API Hub. The shell scripts (search.sh, code.sh, and content.sh) are well-structured, using 'jq' to safely handle JSON payloads and 'curl' to communicate with a consistent API endpoint (api.heybossai.com). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力标签
能力评估
Purpose & Capability
The name/description (neural web search via SkillBoss API Hub) matches what the scripts do (POST requests to an external search/scraping endpoint). However the registry metadata claims no required environment variables while the SKILL.md and all scripts require SKILLBOSS_API_KEY — that's an inconsistency in declared capabilities/requirements.
Instruction Scope
The runtime instructions and included scripts only perform searches and content scraping by sending queries/URLs to https://api.heybossai.com/v1/pilot using SKILLBOSS_API_KEY, which is consistent with the stated purpose. But the SKILL.md and scripts reference setting an API key and rely on 'jq' and 'curl' being present; those binaries are not declared in registry requirements. Also README points to a SkillBoss guide but no official homepage is provided. Verify the external API endpoint and privacy implications (sending URLs and query text to that service).
Install Mechanism
This is an instruction-only skill with small shell scripts and no install spec. Nothing is downloaded or executed automatically on install, so install-time risk is low. The scripts will run network calls at runtime if invoked.
Credentials
The scripts require a single API credential (SKILLBOSS_API_KEY), which is proportionate for an external search service. The problem is the skill registry metadata did not declare this required env var or any primary credential — increasing the chance a user won't realize they're granting an API key. Also the scripts will send arbitrary query text and provided URLs to the external API, so sensitive inputs could be transmitted.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system configs. It runs only when invoked and uses only its own scripts and environment variables.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kirk-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/kirk-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the kirk-search skill (v1.0.0).
- Provides neural web search and content extraction using the SkillBoss API Hub.
- Search for documentation, code examples, research papers, or company information using various query types and categories.
- Allows extraction of full text from URLs.
- Requires setting a SKILLBOSS_API_KEY environment variable for access.
元数据
常见问题
search 是什么?
Neural web search and content extraction via SkillBoss API Hub requiring SKILLBOSS_API_KEY, for finding docs, code, research, and company info. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。
如何安装 search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kirk-search」即可一键安装,无需额外配置。
search 是免费的吗?
是的,search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
search 支持哪些平台?
search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 search?
由 KirkRaman(@kirkraman)开发并维护,当前版本 v1.0.0。
推荐 Skills