← 返回 Skills 市场
410
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install jina-deepsearch
功能描述
Jina DeepSearch API access via AIHubMix - use curl to call the HTTP API directly.
使用说明 (SKILL.md)
Jina DeepSearch
Access Jina's DeepSearch API via AIHubMix using curl.
Quick Start
# Set your API key first
export AIHUBMIX_API_KEY="sk-..."
# Call the API directly with curl
curl https://aihubmix.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $AIHUBMIX_API_KEY" \
-d '{
"model": "jina-deepsearch-v1",
"messages": [{"role": "user", "content": "Your search query"}]
}'
Configuration
Set AIHUBMIX_API_KEY environment variable. Get your API key from https://aihubmix.com
Model
jina-deepsearch-v1- Jina's deep search model
安全使用建议
This skill simply runs curl against aihubmix.com using the AIHUBMIX_API_KEY you provide. Before installing: 1) Verify you trust AIHubMix (aihubmix.com) and are comfortable giving it the queries you send — it will receive your request text and any data you include. 2) Confirm whether Jina's model is actually being proxied by AIHubMix (the skill's homepage points to jina.ai while the API host is aihubmix.com). 3) Treat AIHUBMIX_API_KEY as a secret: do not paste it into public places, prefer a scoped or limited API key if available, and rotate/revoke keys you no longer use. 4) Because the skill makes outbound network calls, consider data privacy, cost, and rate limits for your account. Overall the skill appears coherent and low-risk, but verify the provider and key management before use.
功能分析
Type: OpenClaw Skill
Name: jina-deepsearch
Version: 0.0.3
The skill bundle is designed to access the Jina DeepSearch API via AIHubMix using `curl`. It requires a user-provided `AIHUBMIX_API_KEY` which is sent to `https://aihubmix.com` as part of the API call, which is standard and expected behavior for an API client. There is no evidence of prompt injection against the agent, data exfiltration beyond the necessary API key for the stated service, malicious execution, persistence mechanisms, or obfuscation. The `SKILL.md` provides clear, straightforward instructions and an example `curl` command aligned with its described purpose.
能力评估
Purpose & Capability
The name/description say 'Jina DeepSearch via AIHubMix' and the SKILL.md issues a curl request to aihubmix.com with AIHUBMIX_API_KEY — the declared binary and env var match the stated purpose. Minor note: homepage is jina.ai while the actual API endpoint used is aihubmix.com; this is plausible (Jina model exposed via a third-party gateway) but worth verifying if you expect direct calls to jina.ai.
Instruction Scope
Runtime instructions are narrowly scoped: they show a single curl POST to https://aihubmix.com/v1/chat/completions and only reference AIHUBMIX_API_KEY and Content-Type. The instructions do not read local files, other env vars, or send data elsewhere.
Install Mechanism
There is no install spec and no code files; this is instruction-only and relies on curl being present. That minimizes on-disk risk.
Credentials
Only one required env var (AIHUBMIX_API_KEY) is requested, which is appropriate for making authenticated calls to AIHubMix. The key name indicates a secret — that is expected and proportional to the skill's function.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or elevated privileges. Note: disable-model-invocation is false (normal default), so the agent could call it autonomously if allowed by policy.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jina-deepsearch - 安装完成后,直接呼叫该 Skill 的名称或使用
/jina-deepsearch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
- Removed web-search-wrapper.py, simplifying the skill to direct API usage.
- Updated documentation to focus solely on using curl for API access.
- Clarified that configuration is via the AIHUBMIX_API_KEY environment variable.
- Streamlined instructions and removed references to previous wrapper or OpenClaw config setup.
v0.0.2
- Improved skill description for clarity and accuracy.
- Updated installation instructions with direct link to obtain API key.
- Clarified and simplified configuration steps.
- Added requirement for the curl binary.
- Removed references to Brave Search and default search behavior.
v0.0.1
- Initial release of jina-deepsearch skill for intelligent web search and content retrieval.
- Uses Jina DeepSearch API as the default search method (Brave Search disabled).
- Requires configuration of the AIHUBMIX_API_KEY via openclaw.json or environment variable.
- Provides clear quick start and usage instructions.
- Supports direct and skill-based search commands.
- Introduces the `jina-deepsearch-v1` model for web search.
元数据
常见问题
jina-deepsearch 是什么?
Jina DeepSearch API access via AIHubMix - use curl to call the HTTP API directly. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 410 次。
如何安装 jina-deepsearch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jina-deepsearch」即可一键安装,无需额外配置。
jina-deepsearch 是免费的吗?
是的,jina-deepsearch 完全免费(开源免费),可自由下载、安装和使用。
jina-deepsearch 支持哪些平台?
jina-deepsearch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 jina-deepsearch?
由 ansatzX(@ansatzx)开发并维护,当前版本 v0.0.3。
推荐 Skills