| name | fallback-web-crawl |
| description | Agent Skill for web crawl. Use only when built-in web crawl tools are unavailable or failed, and the task needs to fetch content from URL |
Jina Crawl
Use this skill as a fallback. Use only if there is no built-in web crawl tool, or the built-in tool failed.
Prerequisites
JINA_API_KEY env var is set.
jina CLI is available. If not, ask for user to install it. Or use the REST fallback method below.
CLI
Start with:
jina --help
jina read --help
Then follow the CLI doc to fetch content from URL.
The latest CLI README is at https://github.com/jina-ai/cli.
REST Fallback
When the CLI is unavailable or REST fallback is needed, use the openapi-inspection skill to read Jina Reader OpenAPI specs at https://r.jina.ai/openapi.json and https://s.jina.ai/openapi.json.
Then make REST API calls following the spec.