← Back to Skills Marketplace
yingjiusheng

ZeeLin Search 智灵搜索

by Paulina Laitinen · GitHub ↗ · v1.0.10 · MIT-0
cross-platform ⚠ suspicious
561
Downloads
0
Stars
1
Active Installs
10
Versions
Install in OpenClaw
/install zeelin-search
Description
使用智灵搜索进行数据查询。当用户说"使用智灵搜索"、"智灵搜索帮我查询"、"调用智灵搜索"、"用智灵搜索"、"智灵搜索查询"、"舆情数据"、"舆情"、"新闻报道"、"...舆情数据"、"...舆情"、"...新闻报道"、"...热点话题"、"...最新趋势"等时使用此技能。首先检查Zeelin_Api_Key是否...
Usage Guidance
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).
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zeelin-search
  3. After installation, invoke the skill by name or use /zeelin-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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认证信息,确保用户体验清晰一致。
Metadata
Slug zeelin-search
Version 1.0.10
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 10
Frequently Asked Questions

What is ZeeLin Search 智灵搜索?

使用智灵搜索进行数据查询。当用户说"使用智灵搜索"、"智灵搜索帮我查询"、"调用智灵搜索"、"用智灵搜索"、"智灵搜索查询"、"舆情数据"、"舆情"、"新闻报道"、"...舆情数据"、"...舆情"、"...新闻报道"、"...热点话题"、"...最新趋势"等时使用此技能。首先检查Zeelin_Api_Key是否... It is an AI Agent Skill for Claude Code / OpenClaw, with 561 downloads so far.

How do I install ZeeLin Search 智灵搜索?

Run "/install zeelin-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ZeeLin Search 智灵搜索 free?

Yes, ZeeLin Search 智灵搜索 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ZeeLin Search 智灵搜索 support?

ZeeLin Search 智灵搜索 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ZeeLin Search 智灵搜索?

It is built and maintained by Paulina Laitinen (@yingjiusheng); the current version is v1.0.10.

💬 Comments