A web search skill for AI Edge Gallery that uses a SearXNG instance to search the web.
- Open AI Edge Gallery on your device
- Go to Agent Skills and tap the "Skills" chip
- Tap (+) > Load skill from URL
- Enter:
https://romainc-lab.github.io/searxng-search-skill/searxng-search
- Clone this repository
- Push the skill folder to your device:
adb push searxng-search/ /sdcard/Download/- In Edge Gallery, tap (+) > Import local skill and select the folder
Simply ask the LLM to search for anything:
- "Search for the latest news about AI"
- "Find recipes for chocolate cake"
- "Cherche des informations sur la Tour Eiffel"
The skill auto-detects the language and returns the top 10 results.
The skill uses the SearXNG instance at https://search.rhscz.eu/search. To use a different instance, edit the URL in searxng-search/scripts/index.html.
searxng-search/
├── SKILL.md # Skill metadata and LLM instructions
└── scripts/
└── index.html # JavaScript logic (SearXNG API calls)