inspiro-best-practices
Inspiro Best Practices (Bash Only)
This skill is Bash-first and requires no Python/JavaScript SDK.
Authentication
Only API key authentication is supported.
export INSPIRO_API_KEY="your_inspiro_api_key"
Recommended Execution Pattern
Use the provided Bash scripts from this repository:
skills/inspiro/search/scripts/search.shskills/inspiro/extract/scripts/extract.shskills/inspiro/crawl/scripts/crawl.sh
More from ryneivy/skills
research
Comprehensive research grounded in web data with explicit citations. Use when you need multi-source synthesis—comparisons, current events, market analysis, detailed reports.
10search
Search the web using Inspiro's LLM-optimized search API. Returns relevant results with content snippets, scores, and metadata. Use when you need to find web content on any topic without writing code.
10extract
Extract content from specific URLs using Inspiro's extraction API. Returns clean markdown/text from web pages. Use when you have specific URLs and need their content without writing code.
10crawl
Crawl any website and save pages as local markdown files. Use when you need to download documentation, knowledge bases, or web content for offline access or analysis. No code required - just provide a URL.
9