← Back to Skills Marketplace
qryma888

Qryma Search

by qryma888 · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
270
Downloads
2
Stars
0
Active Installs
28
Versions
Install in OpenClaw
/install qryma-search
Description
Qryma AI Search retrieves Web information and returns LLM-friendly data. Get started for free, just sign up.
Usage Guidance
This skill legitimately needs your QRYMA_API_KEY to perform searches. Before installing: (1) treat the API key as sensitive — avoid pasting it into public chat or giving it to untrusted agents; prefer setting it in your environment or a local config file. (2) Consider creating a limited/low-quota API key on Qryma for use with agents. (3) Note the skill will contact https://search.qryma.com/api/web by default (or the URL you set in QRYMA_ENDPOINT); if you must restrict network access, be aware of that external call. (4) The script reads ~/.qryma/.env and .env for convenience — review those files if you reuse them for other secrets. Overall the skill is internally consistent, but guard your API key and limit its scope where possible.
Capability Analysis
Type: OpenClaw Skill Name: qryma-search Version: 1.2.0 The qryma-search skill is a legitimate implementation of a web search tool using the Qryma API. The Python script (scripts/qryma_search.py) uses standard libraries to perform authenticated HTTP POST requests to the official service endpoint (search.qryma.com) and handles configuration via environment variables or a local config file (~/.qryma/.env). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description, declared binary (python), required API key, and the included Python script all align: the code posts queries to the Qryma API and formats responses. Reading an API key from an environment variable or a small per-user config file is expected for this purpose.
Instruction Scope
SKILL.md instructs users how to set QRYMA_API_KEY and even encourages sending the key to the assistant to auto-configure. While this is related to setup, users should be cautious about sharing API keys with any agent. The runtime instructions and script do not attempt to read unrelated files or contact unexpected endpoints — only the declared Qryma endpoint (or QRYMA_ENDPOINT if overridden).
Install Mechanism
No install spec (instruction-only) and the shipped Python script is self-contained; nothing is downloaded or written to system locations. This is low-risk for installation.
Credentials
The only required secret is QRYMA_API_KEY (declared as primaryEnv), which is proportional to the skill. The script also reads optional config files (~/.qryma/.env and .env) and an optional QRYMA_ENDPOINT env var; those config paths are used for convenience but were not listed under required config paths in the registry metadata — a minor inconsistency to be aware of.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. The skill does not modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qryma-search
  3. After installation, invoke the skill by name or use /qryma-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Version 1.1.13 - Removed documentation for the --start pagination option from SKILL.md. - No functional or code changes detected; update is limited to documentation cleanup.
v1.1.12
- Major refactor: consolidated codebase to a single script and streamlined documentation. - Removed 10 files including adapters, manifest, and CLI modules; now only scripts/qryma_search.py remains. - Updated documentation for clearer setup, API key configuration, and usage instructions. - Clarified supported options and output formats in SKILL.md. - Added metadata tags for platform compatibility and configuration hints.
v1.1.11
- Updated the skill description to specify usage instructions, trigger keywords, and supported output formats. - No code changes; documentation update only.
v1.1.10
Version 1.1.10 – Major refactor and CLI tool update - Reorganized codebase with new file structure; added modular scripts and removed the old runner. - Introduced main_claw.py as the new entry point for command-line usage. - Expanded and clarified documentation, including revised SKILL.md and new README.md. - Updated CLI options: added support for search modes (fulltext/snippet) and adjusted output format defaults. - Added package management files (requirements.txt, package.json) for easier setup and installation.
v1.1.9
No significant code or documentation changes detected in this release. - No file changes were made for version 1.1.9.
v1.1.8
- Clarified authentication instructions by separating English and Chinese guidance into distinct sections. - Reorganized setup section for improved clarity. - No functional or code changes in this release.
v1.1.7
Version 1.1.7 - Streamlined authentication instructions by combining English and Chinese sections into a bilingual code block. - No changes to functionality or code; documentation update only. - SKILL usage and options remain unchanged.
v1.1.6
- Updated skill description for clarity and to emphasize ease of starting for free. - Revised authentication instructions, adding clearer, separate English and Chinese setup steps. - No changes to code or functionality; documentation changes only.
v1.1.5
- Added promotional information and clearer positioning about Qryma being the "World's Fastest and Cheapest Search API for LLM and AI Agents." - Included instructions for getting a free API key with direct links and example text, both in English and Chinese. - Improved authentication section to cover both AI-assisted and manual configuration methods. - No technical changes to options, commands, or core functionality.
v1.1.4
- Added a homepage link to the skill metadata. - Updated metadata format for compatibility, including primary environment variable and required binaries. - No code or functionality changes; only documentation/metadata updates.
v1.1.3
Version 1.1.3 of qryma-search - No file or documentation changes detected in this release. - Functionality and usage remain the same as the previous version.
v1.1.2
- Added support for specifying language (`--lang`) in search queries. - Introduced safe search (`--safe`) and detailed results (`--detail`) flags. - Added support for pagination using the `--start` option. - Updated documentation: changed config file path to `~/.qryma/.env`, refreshed examples, and clarified options. - AI summary option removed from documentation. - Updated description to indicate "Qryma Ai web search API."
v1.1.1
- Updated SKILL.md to clarify required and optional environment variables. - Added QRYMA_ENDPOINT as an optional environment variable for endpoint customization. - Changed the default endpoint under endpoints to "https://search.qryma.com/api/web". - Made minor improvements to the description for brevity and clarity.
v1.1.0
- Updated metadata format by replacing required_env_vars/optional_env_vars with api-key. - Removed mention of QRYMA_ENDPOINT from metadata. - Changed API endpoint in metadata from "https://search.qryma.com/api/web" to "https://search.qryma.com". - No functional or interface changes were made to the skill itself.
v1.0.13
- Updated description to highlight Markdown, JSON, and Brave-compatible formats, optional AI-generated answers, and a generous free tier. - Clarified required and optional environment variables. - Updated the documented default endpoint to use the full API path. - No changes to code or functionality.
v1.0.12
- Updated skill metadata for improved clarity and consistency. - Simplified and standardized skill description. - Switched metadata format to use clearer YAML structure for API key and endpoints. - Removed mention of free quota and optional environment variables from the description.
v1.0.11
- Updated metadata to include more detailed requirements, listing both required and optional environment variables. - Added a "clawdbot" emoji identifier in metadata. - No functional or content changes to usage or instructions.
v1.0.10
- Updated description to clarify that QRYMA_API_KEY environment variable is required. - Removed documentation of optional environment variable QRYMA_ENDPOINT from metadata section.
v1.0.9
- Metadata fields for required and optional environment variables were moved under the "metadata" key. - No other changes to functionality or documentation.
v1.0.8
Minor update: Refined how environment variables are documented for clarity. - Replaced the "env_vars" section with "required_env_vars" and "optional_env_vars" to clearly separate required and optional configuration. - No changes to functionality or API usage.
Metadata
Slug qryma-search
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 28
Frequently Asked Questions

What is Qryma Search?

Qryma AI Search retrieves Web information and returns LLM-friendly data. Get started for free, just sign up. It is an AI Agent Skill for Claude Code / OpenClaw, with 270 downloads so far.

How do I install Qryma Search?

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

Is Qryma Search free?

Yes, Qryma Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Qryma Search support?

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

Who created Qryma Search?

It is built and maintained by qryma888 (@qryma888); the current version is v1.2.0.

💬 Comments