Querit Web Search
v1.0.1Advanced web search using the Querit API with support for site filtering, time ranges, geolocation, and language targeting.
⭐ 3· 322·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk9731vmpmq6rrtfdb4vyxd5cz581wdaj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔍 Clawdis
Binspython3
EnvQUERIT_API_KEY
Primary envQUERIT_API_KEY
