
web-fetch
by jiamingkong
A minimalist python implementation of CLI coding agents, using interleaved thinking (think with tools) and dynamic skill loading. The whole core mechanism implemented in two Python files.
SKILL.md
name: web_fetch description: Web retrieval capabilities using Jina AI's Reader and Search APIs. allowed-tools:
- read_url_jina
- search_web_jina
Web Fetch Skill
This skill empowers the agent to access the internet using Jina AI's LLM-friendly APIs.
Tools
read_url_jina
Fetches a webpage and converts it into clean Markdown using https://r.jina.ai.
url: The complete URL to fetch.
search_web_jina
Searches the internet and provides a Markdown summary of results using https://s.jina.ai.
query: The search keywords.
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon