← スキル一覧に戻る

crawl4ai-skill
by xingxerx
⭐ 0🍴 0📅 2026年1月21日
SKILL.md
name: crawl4ai-skill description: Integrates with web crawling libraries to ingest live documentation.
Crawl4AI Skill
This skill allows the agent to ingest and summarize documentation from external websites using its read_url_content capabilities, effectively simulating a "crawling" behavior for knowledge acquisition.
Usage
When the user gives a URL and asks to "learn from this" or "read the docs":
- Fetch Content: Use
read_url_contentto get the markdown representation of the page. - Summarize/Ingest:
- If the content is a single page, analyze it and summarize key API points, configuration options, or concepts relevant to the user's task.
- If the content is a landing page, identify the most relevant sub-links (e.g., "Getting Started", "API Reference") and offer to read those next.
- Documentation Generation: optionally save the summarized knowledge into a local markdown file (e.g.,
docs/external/lib_name.md) for persistent reference.
Prompting Strategy
- "Reading [URL] to extract API signatures..."
- "Ingesting documentation for [Library Name]..."
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です