← 返回 Skills 市场
270
总下载
2
收藏
0
当前安装
28
版本数
在 OpenClaw 中安装
/install qryma-search
功能描述
Qryma AI Search retrieves Web information and returns LLM-friendly data. Get started for free, just sign up.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qryma-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/qryma-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Qryma Search 是什么?
Qryma AI Search retrieves Web information and returns LLM-friendly data. Get started for free, just sign up. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 270 次。
如何安装 Qryma Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qryma-search」即可一键安装,无需额外配置。
Qryma Search 是免费的吗?
是的,Qryma Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Qryma Search 支持哪些平台?
Qryma Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Qryma Search?
由 qryma888(@qryma888)开发并维护,当前版本 v1.2.0。
推荐 Skills