← Back to Skills Marketplace
okradze

Web Search by Desearch

by okradze · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
16850
Downloads
5
Stars
252
Active Installs
2
Versions
Install in OpenClaw
/install desearch-web-search
Description
Search the web and get real-time SERP-style results with titles, URLs, and snippets. Use this for general web queries when you need current links and informa...
Usage Guidance
Install only if you are comfortable providing a Desearch API key and sending your search terms to Desearch, where they may be subject to that provider's billing, logging, and retention policies. Avoid using sensitive private information as search queries.
Capability Analysis
Type: OpenClaw Skill Name: desearch-web-search Version: 1.0.1 The skill bundle provides a client for the Desearch web search API. The `SKILL.md` file contains standard documentation and usage instructions without any prompt injection attempts. The `scripts/desearch.py` script correctly retrieves the `DESEARCH_API_KEY` from environment variables, makes HTTP GET requests to a hardcoded `https://api.desearch.ai` endpoint, and properly sanitizes user input (`query`, `start`) using `urllib.parse.urlencode` before constructing the URL. There is no evidence of arbitrary code execution, unauthorized file system access, data exfiltration, or other malicious behaviors. All actions are aligned with the stated purpose of performing web searches.
Capability Assessment
Purpose & Capability
The stated purpose is web search, and the artifact contains a small Python CLI that calls the Desearch /web endpoint and prints JSON search results.
Instruction Scope
The instructions are limited to setup, example search commands, pagination, expected responses, and provider error handling; no hidden or unrelated agent instructions were found.
Install Mechanism
The bundle contains only SKILL.md and scripts/desearch.py, with no installer, dependency download, package execution hook, or startup mechanism.
Credentials
The skill requires DESEARCH_API_KEY and sends user search queries to https://api.desearch.ai, which is disclosed and proportionate for a hosted search API.
Persistence & Privilege
The script reads the API key from the environment at runtime and does not store credentials, write files, modify local state, request elevated privileges, or create background persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install desearch-web-search
  3. After installation, invoke the skill by name or use /desearch-web-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Improved documentation with a new "Quick Start" section and example command usage. - Added example API response and error messages for easier troubleshooting. - Clarified pagination with details on number of results per page and usage of --start option. - Updated resource links for API reference and console. - Minor reformatting for clarity and consistency.
v1.0.0
- Initial release of desearch-web-search skill. - Provides real-time web search with SERP-style results, including titles, URLs, and snippets. - Supports pagination via a --start option to fetch additional search results. - Simple setup with API key from desearch.ai. - Includes usage examples for common search tasks.
Metadata
Slug desearch-web-search
Version 1.0.1
License
All-time Installs 630
Active Installs 252
Total Versions 2
Frequently Asked Questions

What is Web Search by Desearch?

Search the web and get real-time SERP-style results with titles, URLs, and snippets. Use this for general web queries when you need current links and informa... It is an AI Agent Skill for Claude Code / OpenClaw, with 16850 downloads so far.

How do I install Web Search by Desearch?

Run "/install desearch-web-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Web Search by Desearch free?

Yes, Web Search by Desearch is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Web Search by Desearch support?

Web Search by Desearch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Web Search by Desearch?

It is built and maintained by okradze (@okradze); the current version is v1.0.1.

💬 Comments