auto-skill-generator

Generate skills by researching and crawling authoritative documentation.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "auto-skill-generator" with this command: npx skills add benchflow-ai/skillsbench/benchflow-ai-skillsbench-auto-skill-generator

Auto Skill Generator

Generate skills by researching and crawling authoritative documentation.

Tool: fetch_docs.py

Search - returns all URLs with snippets

python scripts/fetch_docs.py search "Modal GPU Python documentation"

Crawl - with domain/path filtering to stay focused

python scripts/fetch_docs.py crawl
--url https://modal.com/docs/guide/gpu
--no-external
--select-paths "/docs/.*"
--instructions "Focus on GPU setup and code examples"
--limit 30

Workflow

  1. Search for Documentation

python scripts/fetch_docs.py search "{topic} documentation"

Returns JSON with all URLs, titles, scores, and content snippets.

  1. Select Best URL

Review search results and select based on:

  • Official docs: .com/docs/ , docs..com , *.readthedocs.io

  • Content relevance: Check snippets for API docs, code examples

  • Avoid: Blog posts, changelogs, marketing, glossaries

  1. Crawl with Filtering

python scripts/fetch_docs.py crawl
--url {selected_url}
--no-external
--select-paths "/docs/." "/guide/."
--instructions "Focus on API methods and code examples"

Core Parameters:

Parameter Description

--url

Required. URL to crawl

--instructions

Natural language guidance for crawler

--limit

Total pages (default: 50)

--max-depth

Link depth (default: 2)

Domain/Path Filtering (Critical):

Parameter Description

--no-external

Block external domains

--select-paths

Regex patterns to include (e.g., /docs/.* )

--exclude-paths

Regex patterns to exclude (e.g., /blog/.* )

--select-domains

Regex for allowed domains

--exclude-domains

Regex for blocked domains

Quality Options:

Parameter Description

--extract-depth

basic (1 credit/5 URLs) or advanced (2 credits/5 URLs)

--format

markdown or text

--timeout

Seconds (10-150, default: 150)

  1. Generate Skill File

From crawled content, create:


name: {topic-slug}ß description: > {What the skill does}. Use when: {specific triggers}.

{Topic Name}

Quick Start

Core API

Common Patterns

Output

  • Location: ~/.claude/skills/{topic-slug}/SKILL.md

  • Extract ALL code blocks from crawled content

  • Keep SKILL.md under 500 lines; split to references/ if longer

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

skillsbench

No summary provided by upstream source.

Repository SourceNeeds Review
General

harbor

No summary provided by upstream source.

Repository SourceNeeds Review
General

skill-creator

No summary provided by upstream source.

Repository SourceNeeds Review
Research

Survey Designer

问卷设计工具。创建专业问卷、添加题型、设置逻辑跳转、数据分析、模板库、多格式导出。Survey designer with question types, skip logic, analysis, templates, and export. Use when you need survey designer...

Registry SourceRecently Updated
auto-skill-generator | V50.AI