← Back to Skills Marketplace
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install query-skills
Description
智能搜索和发现 OpenClaw 技能,支持中英双语、多来源搜索、实时更新及技能详情查询。
Usage Guidance
This skill appears to be a straightforward search/discovery tool. Before installing, note that it will send search queries over the network to https://clawhub.ai and (as a coded fallback) https://skills.volces.com — if you require that queries only go to an official index, inspect source-manager.js and ClawHubAPI usage or run the skill in a restricted environment. No credentials are required by default, but the code accepts an optional API key for ClawHub; review or configure that behavior if you plan to provide secrets. If you have strict network/policy requirements, consider limiting outbound network access or reviewing the mirror domain (skills.volces.com) to ensure you trust it.
Capability Analysis
Type: OpenClaw Skill
Name: query-skills
Version: 1.0.0
The 'query-skills' bundle is a legitimate utility designed to search and discover OpenClaw skills across multiple sources, including ClawHub and GitHub. The code implements standard search, filtering, and recommendation logic, along with a comprehensive hardcoded translation map in 'src/i18n.js' to support bilingual queries. It includes a fallback mechanism to a mirror site (skills.volces.com, hosted on ByteDance's Volcengine) for reliability. No evidence of data exfiltration, unauthorized command execution, or malicious prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (搜索/发现 OpenClaw 技能) match the included code: a search engine, source adapters (ClawHub, GitHub mock), ranking/recommender logic and UI helpers. No unexpected binaries, config paths, or unrelated APIs are requested.
Instruction Scope
SKILL.md describes search/list/info commands and the code implements them. Runtime behavior sends user queries to external endpoints (https://clawhub.ai and a hard-coded mirror https://skills.volces.com). Sending queries to those network endpoints is expected for this skill, but the mirror is a third-party domain and is not explicitly documented in SKILL.md beyond code references.
Install Mechanism
No install spec and only a lightweight Node.js package.json (axios dependency). No downloads from unknown URLs or extraction steps are present in the manifest.
Credentials
The skill requires no environment variables or credentials in the registry metadata. The code can accept an API key option for ClawHub but does not require it. No broad secret access or unrelated credential requests were found.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. It does not modify other skills or agent configuration in the provided code.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install query-skills - After installation, invoke the skill by name or use
/query-skills - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Added initial release of query-skills, a bilingual skill search and discovery tool for OpenClaw.
- Supports intelligent, multi-source search, including filters by keyword, tag, and author.
- Provides up-to-date skill databases with full descriptions, usage examples, and version info.
- Includes command-line usage for searching, trending skills, and viewing details.
- Implements advanced search syntax and categorization features.
Metadata
Frequently Asked Questions
What is Query-Skills?
智能搜索和发现 OpenClaw 技能,支持中英双语、多来源搜索、实时更新及技能详情查询。 It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.
How do I install Query-Skills?
Run "/install query-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Query-Skills free?
Yes, Query-Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Query-Skills support?
Query-Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Query-Skills?
It is built and maintained by bittao (@hgta23); the current version is v1.0.0.
More Skills