← Back to Skills Marketplace
murphyzzzzz

Querit Web Search

by MurphyZzzzz · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
382
Downloads
3
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install querit-web-search
Description
Advanced web search using the Querit API with support for site filtering, time ranges, geolocation, and language targeting.
Usage Guidance
This skill appears to do what it says: run a Python script that sends your query to Querit's API using QUERIT_API_KEY. Before installing, consider: (1) QUERIT_API_KEY will be sent to an external service—only provide keys you trust and consider scoping/rotating the key; (2) the runtime must have Python and the 'requests' package installed or the script will fail; (3) any query text (including potentially sensitive information) will be transmitted to api.querit.ai, so avoid sending secrets; (4) review Querit's privacy and data-retention policies if you will send private data; (5) because the skill can be invoked by the agent, ensure you are comfortable with outbound network calls being made automatically. If you want extra safety, restrict the API key's permissions and monitor usage in the Querit dashboard.
Capability Analysis
Type: OpenClaw Skill Name: querit-web-search Version: 1.0.1 The skill is designed for advanced web search via the Querit API. The `SKILL.md` provides clear instructions for the agent to execute the `search.py` script with a JSON payload. The `search.py` script correctly retrieves the `QUERIT_API_KEY` from environment variables, parses the input as JSON, and makes a secure POST request to a hardcoded `https://api.querit.ai/v1/search` endpoint using the `requests` library. There is no evidence of arbitrary code execution, file system manipulation, data exfiltration to unauthorized endpoints, or malicious prompt injection attempts within the `SKILL.md` instructions. The input handling in `search.py` is robust against shell injection, as it treats the input as JSON for an API call, not as a shell command.
Capability Assessment
Purpose & Capability
Name/description, required binary (python3), and required env var (QUERIT_API_KEY) match the included script's behavior (it issues HTTPS POSTs to Querit's API). No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the included Python script with a JSON string or plain query. The script only reads argv and the QUERIT_API_KEY env var and issues an HTTPS request to the hardcoded Querit endpoint; it does not read other files, system config, or extraneous environment variables.
Install Mechanism
No install spec (instruction-only) which lowers risk. One caveat: the script imports 'requests' but the skill does not declare an installation step to ensure the 'requests' package is present; this is an operational issue (not a security incoherence) and may cause runtime failures if the runtime lacks that package.
Credentials
Only QUERIT_API_KEY is required and is the primary credential; this is proportional to a service that authenticates to an external search API. No unrelated secrets or multiple credentials are requested.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system settings, and does not persist data locally. It simply performs network requests at runtime.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install querit-web-search
  3. After installation, invoke the skill by name or use /querit-web-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Renamed skill from querit-search to querit-web-search.
v1.0.0
- Migrated from a JavaScript/Node.js implementation to a single Python script (`search.py`). - Removed old files including README, JSON metadata, shell installer, and JavaScript search/content extractors. - Updated documentation to focus on Python usage with structured JSON input for advanced filtering (site, language, date, country). - Clarified setup, trigger conditions, and execution examples for real-time web searches using the Querit API. - Expanded filter capabilities and simplified installation requirements (now needs Python and `QUERIT_API_KEY`).
Metadata
Slug querit-web-search
Version 1.0.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Querit Web Search?

Advanced web search using the Querit API with support for site filtering, time ranges, geolocation, and language targeting. It is an AI Agent Skill for Claude Code / OpenClaw, with 382 downloads so far.

How do I install Querit Web Search?

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

Is Querit Web Search free?

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

Which platforms does Querit Web Search support?

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

Who created Querit Web Search?

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

💬 Comments