Skill for searching the web using a SearXNG instance via the searxngcli command-line tool.
- searxngcli installed and configured
See the searxngcli repository for installation and configuration instructions.
claude plugin marketplace add fprochazka/claude-code-plugins --scope user
claude plugin install searxngcli@fprochazka-claude-code-plugins --scope userAdd the following to ~/.claude/settings.json to allow the skill to load and auto-approve commands:
{
"permissions": {
"allow": [
"Skill(searxngcli)"
]
}
}The skill's allowed-tools frontmatter auto-allows all commands (search, engines, categories, config). All operations are read-only.
The skill is automatically loaded when needed. It teaches Claude how to use the searxng CLI to:
- Search the web with filters (categories, engines, language, time range)
- List available search engines from the configured instance
- List available search categories
- Manage configuration
Filip Procházka
MIT