← 返回 Skills 市场
ZeeLin Search 智灵搜索
作者
Paulina Laitinen
· GitHub ↗
· v1.0.10
· MIT-0
561
总下载
0
收藏
1
当前安装
10
版本数
在 OpenClaw 中安装
/install zeelin-search
功能描述
使用智灵搜索进行数据查询。当用户说"使用智灵搜索"、"智灵搜索帮我查询"、"调用智灵搜索"、"用智灵搜索"、"智灵搜索查询"、"舆情数据"、"舆情"、"新闻报道"、"...舆情数据"、"...舆情"、"...新闻报道"、"...热点话题"、"...最新趋势"等时使用此技能。首先检查Zeelin_Api_Key是否...
安全使用建议
This skill does what it says (convert queries to JSON and call a Zeelin search API), but review these points before installing:
- The API key is expected to be placed in templates/config.json inside the skill folder. Consider whether you want your API key stored in a local file there or prefer a safer secret store.
- The skill prints request parameters (headers and body) for debugging. That can expose your app-key/signature in conversation logs—avoid using production keys if you cannot guarantee log confidentiality.
- The skill will write the full API response as a JSON file into your user directory and announce the file path. Ensure you are comfortable with search results (which may include sensitive content) being stored in plain files.
- The skill explicitly will not validate or prompt about the configured API URL/website; verify those values yourself to avoid unexpected endpoints.
- If you proceed, use a dedicated key with limited scope/quotas, and consider placing the config file in a directory with appropriate filesystem permissions or using ephemeral/test credentials until you are satisfied with behavior.
If you want, I can list exact lines in SKILL.md that expose credentials or propose safer alternatives (e.g., prompting for the key per-session, masking printed headers, or saving results to a secured location).
功能分析
Type: OpenClaw Skill
Name: zeelin-search
Version: 1.0.10
The skill bundle is a legitimate integration for the 'Zeelin Search' (智灵搜索) service, designed to perform natural language data queries. It follows a transparent workflow: checking for a user-provided API key in 'templates/config.json', generating a standard HMAC-SHA256 signature for authentication, and fetching data from 'https://skills.zeelin.cn'. The instructions in 'SKILL.md' and 'references/zenlin_search_api.md' explicitly direct the agent to inform the user before making network calls and to save search results locally in a visible manner, showing no signs of data exfiltration, obfuscation, or malicious intent.
能力标签
能力评估
Purpose & Capability
Name/description match the behavior: the skill converts natural language to JSON and calls a Zeelin search API. However, it expects the user's API key to be placed in a templates/config.json file inside the skill install path (rather than an OS-level secret store or normal environment variable), which is an uncommon design choice and should be considered when deciding where to store credentials.
Instruction Scope
SKILL.md instructs the agent to read local template files, convert user input, generate HMAC signatures with the Zeelin_Api_Key, print request parameters, call the API, and always write the full API response as a JSON file into the user's directory. Printing request parameters and including headers (app-key) risks exposing the API key/signature in conversational logs or traces. The skill also explicitly refuses to check Zeelin_Api_Url/Website_Url (only the key), which could mask endpoint misconfiguration.
Install Mechanism
Instruction-only skill with no install script or external downloads; nothing is written to disk by an installer. Lower risk from install mechanism.
Credentials
No environment variables or external credentials are requested, and the only credential is the Zeelin_Api_Key stored in the skill's config file. This is proportionate to making API calls, but storing credentials in a file inside the skill directory and printing them in request parameters increases the risk of accidental exposure. The skill does not request unrelated secrets.
Persistence & Privilege
The skill will write result JSON files into the user's directory and instruct the agent to report the exact file path. It does not request permanent platform-wide privileges or always:true, but writing user-visible files (potentially containing sensitive search results) is a persistence action the user should be aware of.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zeelin-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/zeelin-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.10
- Skill renamed from zeelin-search to zeelin-search-pro.
- Added new metadata file (_meta.json) for better skill management.
- No changes to workflow or core logic; only package naming and metadata update.
v1.0.9
No changes detected in this version.
- No file changes were made in version 1.0.9.
v1.0.8
Version 1.0.8
- No code or documentation changes detected in this version.
- Functionality and user instructions remain consistent with previous release.
v1.0.7
No changes detected in skill logic or documentation.
- No file changes were made in this version.
- SKILL.md remains unchanged from the previous version.
- No new features, fixes, or modifications introduced.
v1.0.6
No changes detected in this version.
- No file changes or updates were made in version 1.0.6.
v1.0.5
zeelin-search 1.0.5 更新日志
- 文档 references/zenlin_search_api.md 有更新,可能带来API文档细节或用法的补充。
- 配置模板 templates/config.json 有部分更新,细化了配置文件内容。
- 无新增功能或行为变更,仅为文档和配置结构调整,便于后续使用和维护。
v1.0.4
- Expanded trigger phrases to覆盖更多查询场景,包括舆情、新闻、评论、热点等相关关键词。
- 明确要求调用失败或未配置密钥时不能调用其它技能,需直接反馈并给出详细友好提示。
- 配置密钥时,支持通过对话框直接输入,由技能自动配置,优化用户体验。
- 优化了触发词和提示语,确保Skill更易用、覆盖更多业务场景。
- 其余流程与配置检查要求保持一致。
v1.0.2
No user-facing changes detected in version 1.0.2.
- No file or documentation changes.
- Skill workflow and features remain the same as the previous version.
v1.0.1
zeelin-search 1.0.1 更新日志
- 明确要求调用智灵搜索API时必须使用中文支持的编码(UTF-8),Content-Type需设置为 application/json; charset=utf-8。
- 其余功能与之前一致:继续仅检查 Zeelin_Api_Key,优化友好配置提示,API调用和结果展示流程未变。
v1.0.0
zeelin-search 1.0.0
- 首次发布,支持使用智灵搜索API进行自然语言数据查询,自动转换用户输入为API参数并友好展示查询结果。
- 自动检查Zeelin_Api_Key配置,未配置时提供动态路径与详细引导,不检查其他API参数。
- 查询流程包含友好提示,从API调用到文件存储全流程人性化反馈,无论成功或失败均展示结果。
- 查询结果按美观格式展示前5条数据,并告知用户完整JSON文件的保存路径。
- 全程按配置文件实际内容处理提示和API认证信息,确保用户体验清晰一致。
元数据
常见问题
ZeeLin Search 智灵搜索 是什么?
使用智灵搜索进行数据查询。当用户说"使用智灵搜索"、"智灵搜索帮我查询"、"调用智灵搜索"、"用智灵搜索"、"智灵搜索查询"、"舆情数据"、"舆情"、"新闻报道"、"...舆情数据"、"...舆情"、"...新闻报道"、"...热点话题"、"...最新趋势"等时使用此技能。首先检查Zeelin_Api_Key是否... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 561 次。
如何安装 ZeeLin Search 智灵搜索?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zeelin-search」即可一键安装,无需额外配置。
ZeeLin Search 智灵搜索 是免费的吗?
是的,ZeeLin Search 智灵搜索 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ZeeLin Search 智灵搜索 支持哪些平台?
ZeeLin Search 智灵搜索 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ZeeLin Search 智灵搜索?
由 Paulina Laitinen(@yingjiusheng)开发并维护,当前版本 v1.0.10。
推荐 Skills