Quick Start
- CLI
- Python
How It Works
1
Source Discovery
AI-powered search finds 8 relevant URLs:
- 2 documentation sources
- 2 GitHub repositories
- 2 StackOverflow Q&As
- 2 blog tutorials
2
Parallel Scraping
All 8 sources scraped simultaneously with type-specific extraction:
- Docs → API references, examples
- GitHub → Code patterns, implementations
- StackOverflow → Problems, solutions
- Blogs → Tutorials, explanations
3
AI Synthesis
Content combined into SKILL.md format:
- Quick Start
- Core Concepts
- Essential Patterns
- Common Pitfalls
Source Types
Agents
Source Finder
Tool:
identify_sourcesDiscovers 8 high-quality URLsScraper
Tool:
scrape_sourceExtracts content in parallelSynthesizer
Model: GPT-4o-miniCreates SKILL.md output
Output Format
The generatedSKILL-{topic}.md follows Anthropic’s format:
Quick Start
Quick Start
Get up and running in minutes with installation commands and basic examples.
Core Concepts
Core Concepts
Essential knowledge everyone needs to understand the topic.
Essential Patterns
Essential Patterns
Common usage patterns with working code examples.
Common Pitfalls
Common Pitfalls
Mistakes to avoid and how to fix them.
Configuration
string
required
The topic to generate a skill guide for.Examples:
"react hooks", "kubernetes pods", "python decorators"integer
default:"2"
Number of sources to find per type (docs, github, stackoverflow, blog).
integer
default:"4"
Maximum parallel scraping workers.
Requirements
Environment Variables
Environment Variables
Dependencies
Dependencies
The recipe uses built-in tools from
praisonaiagents:search_web- Multi-provider searchweb_crawl- Content extraction
Example Output
Running withtopic="react hooks" produces:

