openclaw/docs/tools
Nathan Schram 2f22e1a88b feat(tools): add Jina Reader as web_fetch fallback provider
Add Jina Reader (https://jina.ai/reader/) as a native fallback provider
for web_fetch, similar to how Firecrawl is integrated.

Jina provides high-quality content extraction with:
- PDF support (native text extraction)
- Image captioning (via vision language models)
- JavaScript rendering (browser engine option)
- Token-based pricing (10M free tokens, more affordable than Firecrawl)
- Markdown-optimised output for LLM consumption

Changes:
- Add ToolsWebFetchJinaSchema to zod-schema.agent-runtime.ts
- Add fetchJinaContent() and tryJinaFallback() to web-fetch.ts
- Update fallback chain: Readability -> Jina -> Firecrawl -> error
- Add UI hints for Jina config options in schema.ts
- Add docs/tools/jina.md documentation
- Update docs/tools/web.md to reference Jina

Configuration example:
  tools.web.fetch.jina.apiKey or JINA_API_KEY env var

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 14:54:15 +11:00
..
agent-send.md refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
apply-patch.md feat: notify on exec exit 2026-01-17 05:43:34 +00:00
browser-linux-troubleshooting.md refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
browser-login.md refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
browser.md refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
chrome-extension.md refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
clawdhub.md refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
creating-skills.md refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
elevated.md docs: clarify command authorization for exec directives 2026-01-26 22:18:41 +00:00
exec-approvals.md refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
exec.md refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
firecrawl.md refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
index.md refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
jina.md feat(tools): add Jina Reader as web_fetch fallback provider 2026-01-29 14:54:15 +11:00
llm-task.md refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
lobster.md refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
reactions.md feat: add beta googlechat channel 2026-01-24 23:30:45 +00:00
skills-config.md docs: switch skill metadata key to moltbot 2026-01-28 01:32:53 +01:00
skills.md docs: switch skill metadata key to moltbot 2026-01-28 01:32:53 +01:00
slash-commands.md refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
subagents.md docs: add tips + clawd-to-clawd faq 2026-01-25 04:04:18 +00:00
thinking.md feat: emit tool outputs for full verbose 2026-01-17 05:40:21 +00:00
web.md feat(tools): add Jina Reader as web_fetch fallback provider 2026-01-29 14:54:15 +11:00