Jina AI - Web Reader, Search and Deep Search

v1.0.6

Web reading and searching via Jina AI APIs. Fetch clean markdown from URLs (r.jina.ai), web search (s.jina.ai), or deep multi-step research (DeepSearch).

6· 1.5k·5 current·5 all-time
byAdhish Thite@adhishthite
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the actual behavior: scripts call r.jina.ai, s.jina.ai, and deepsearch.jina.ai and require a JINA_API_KEY. Small documentation mismatch: the skill does not declare required binaries, but the shell scripts rely on curl and call python3 for URL encoding/JSON escaping; those runtime dependencies should be declared.
Instruction Scope
SKILL.md and the included scripts only instruct contacting the three Jina endpoints and sending the user-provided URL/query and the JINA_API_KEY. The scripts do not read arbitrary local files or access other environment variables; they parse and print responses to stdout.
Install Mechanism
No install spec (instruction-only) and included scripts are run directly. There are no downloads or archive extraction steps; nothing writes code to disk beyond the skill files themselves.
Credentials
Only JINA_API_KEY is required and is appropriate for a 3rd-party API integration. The SKILL.md explicitly states the API key is transmitted to Jina. No other credentials or unrelated env vars are requested.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system privileges, nor does it modify other skills or system configuration. Model-autonomous invocation is enabled by default (platform default).
Assessment
This skill appears to do what it says: it sends the URLs/queries and your JINA_API_KEY to Jina's endpoints and returns results. Before installing: (1) only enable it if you trust Jina with the data you will send (URLs and queries and the API key are transmitted); (2) ensure your environment has curl and python3 available (the scripts use both but the skill metadata doesn't declare them); (3) store JINA_API_KEY safely (use a scoped/limited key if Jina supports it); (4) if you want to avoid autonomous invocations, disable model invocation for this skill in your OpenClaw settings; (5) review the included scripts yourself (they are short and readable) or install from the upstream GitHub repo to verify provenance.

Like a lobster shell, security has layers — review code before you run it.

deep-searchvk9767ggw0adpkeqjgv1n2fst0980ykr2latestvk9767ggw0adpkeqjgv1n2fst0980ykr2researchvk9767ggw0adpkeqjgv1n2fst0980ykr2scrapevk9767ggw0adpkeqjgv1n2fst0980ykr2searchvk9767ggw0adpkeqjgv1n2fst0980ykr2webvk9767ggw0adpkeqjgv1n2fst0980ykr2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔍 Clawdis
EnvJINA_API_KEY
Primary envJINA_API_KEY

Comments