← Back to Skills Marketplace
rakesh1002

UnSearch

by Rakesh1002 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1019
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install unsearch
Description
Search the web, scrape content, and conduct deep research using the UnSearch API. Use when the user needs real-time web search results, content extraction from URLs, fact verification, or multi-source research for AI agents, RAG pipelines, or LLM applications.
Usage Guidance
This skill appears coherent and only needs your UnSearch API key. Before installing, verify the UnSearch service and docs yourself (https://unsearch.dev), and consider these precautions: (1) keep the API key secret and prefer setting it as an environment variable rather than storing it permanently in a shared config file; (2) avoid asking the skill to fetch internal or non-public URLs (that would send private content to the external API); (3) review UnSearch's privacy and retention policy if you plan to send sensitive content; (4) if you need least privilege, create a limited/ephemeral API key with rate limits or reduced permissions if the provider supports it. If you want deeper assurance, request the UnSearch provider's official SDK or open-source client code and inspect it before use.
Capability Analysis
Type: OpenClaw Skill Name: unsearch Version: 1.0.0 The OpenClaw UnSearch skill bundle is benign. It provides integration with the UnSearch API for web search, content extraction, and research. All API calls are directed to the legitimate `https://api.unsearch.dev` domain, using an API key for authentication. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent within the `SKILL.md` or `README.md` files. The code examples are standard HTTP requests, and the documentation is clear and aligned with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description promise (web search, content extraction, fact verification) matches the declared requirement (UNSEARCH_API_KEY) and the SKILL.md examples which call https://api.unsearch.dev. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs the agent to make HTTPS POST calls to UnSearch endpoints and to optionally scrape arbitrary public URLs — this is within the stated purpose. Note: scraping arbitrary URLs (or providing internal/private URLs to the skill) can expose sensitive content to the external API; the README also shows an option to put the key in a local OpenClaw config which is a normal convenience but increases persistence of the credential on disk.
Install Mechanism
No install spec and no code files — instruction-only skill. This is low-risk from an install/execution standpoint because nothing is written to disk by an installer step.
Credentials
Only a single environment variable (UNSEARCH_API_KEY) is required and is the expected credential for the documented API. No unrelated secrets, config paths, or excessive env requirements are requested.
Persistence & Privilege
always is false and model invocation is allowed (the platform default). The skill does not request system-wide privileges, nor does it instruct changing other skills' configurations. The README's optional guidance to add the API key to ~/.openclaw/openclaw.json is conventional configuration behavior, not a privileged action.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install unsearch
  3. After installation, invoke the skill by name or use /unsearch
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Open-source search API for AI agents with web search, content extraction, deep research, and fact verification
Metadata
Slug unsearch
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is UnSearch?

Search the web, scrape content, and conduct deep research using the UnSearch API. Use when the user needs real-time web search results, content extraction from URLs, fact verification, or multi-source research for AI agents, RAG pipelines, or LLM applications. It is an AI Agent Skill for Claude Code / OpenClaw, with 1019 downloads so far.

How do I install UnSearch?

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

Is UnSearch free?

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

Which platforms does UnSearch support?

UnSearch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created UnSearch?

It is built and maintained by Rakesh1002 (@rakesh1002); the current version is v1.0.0.

💬 Comments