Initial commit: workspace setup with skills, memory, config
This commit is contained in:
24
skills/deep-search/SKILL.md
Normal file
24
skills/deep-search/SKILL.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# deep-search Skill
|
||||
|
||||
Deep web search with social media support using SearXNG + Crawl4AI.
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
python3 deep_search.py 'your search query'
|
||||
python3 deep_search.py --social 'your search query'
|
||||
python3 deep_search.py --social --max-urls 8 'query'
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
- Web search via local SearXNG (http://10.0.0.8:8888)
|
||||
- Social media search: x.com, facebook, linkedin, instagram, reddit, youtube, threads, mastodon, bluesky
|
||||
- Content extraction via Crawl4AI
|
||||
- Local embedding with nomic-embed-text via Ollama
|
||||
|
||||
## Requirements
|
||||
|
||||
- SearXNG running at http://10.0.0.8:8888
|
||||
- crawl4ai installed (`pip install crawl4ai`)
|
||||
- Ollama with nomic-embed-text model
|
||||
Reference in New Issue
Block a user