← Back to Skills Marketplace
410
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install jina-deepsearch
Description
Jina DeepSearch API access via AIHubMix - use curl to call the HTTP API directly.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jina-deepsearch - After installation, invoke the skill by name or use
/jina-deepsearch - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is jina-deepsearch?
Jina DeepSearch API access via AIHubMix - use curl to call the HTTP API directly. It is an AI Agent Skill for Claude Code / OpenClaw, with 410 downloads so far.
How do I install jina-deepsearch?
Run "/install jina-deepsearch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is jina-deepsearch free?
Yes, jina-deepsearch is completely free (open-source). You can download, install and use it at no cost.
Which platforms does jina-deepsearch support?
jina-deepsearch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created jina-deepsearch?
It is built and maintained by ansatzX (@ansatzx); the current version is v0.0.3.
More Skills