← Back to Skills Marketplace
323
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install qwtest1
Description
简易聊天模式输入数字回复对应内容
Usage Guidance
This skill is a simple, self-contained Node.js CLI that only prints preset replies to numeric input and does not contact networks or read secrets. If you plan to run it, ensure you use a trusted Node runtime and inspect the small index.js (it's readable and benign). If you do not have Node or prefer not to run arbitrary code locally, do not execute the script — but installing/viewing it in the registry is safe.
Capability Analysis
Type: OpenClaw Skill
Name: qwtest1
Version: 1.0.1
The skill bundle contains a simple interactive Node.js CLI application for a basic chat system. The code in index.js uses the standard readline module to handle user input and provides predefined responses without any network, file system, or environment access. No malicious patterns or prompt injection attempts were found.
Capability Assessment
Purpose & Capability
The name/description (simple chat by number) matches SKILL.md and index.js behavior; there are no requests for unrelated credentials, binaries, or system paths.
Instruction Scope
SKILL.md describes running an interactive program that accepts 1/2/3/q — the included index.js implements exactly that. The instructions do not reference files, environment variables, or external endpoints beyond the local process.
Install Mechanism
There is no install spec (instruction-only), which is low risk. The package includes index.js and package.json (a Node script), so a Node runtime is required to run it; the registry metadata did not declare Node as a required binary. This is a minor omission but not a safety issue.
Credentials
No environment variables, credentials, or config paths are requested or used. The code has no network or secret-handling behavior.
Persistence & Privilege
The skill is not always-enabled and does not request persistent presence or modify other skills or system settings. It runs only when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qwtest1 - After installation, invoke the skill by name or use
/qwtest1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added front matter metadata with name and description for the skill.
- No functional changes to the skill behavior.
v1.0.0
test v1.0.0
- Initial release with basic interactive dialogue functionality.
- Users can input numbers 1, 2, or 3 to receive preset greetings.
- Input outside 1-3 prompts a retry; 'q' exits the program.
Metadata
Frequently Asked Questions
What is qwtest1?
简易聊天模式输入数字回复对应内容. It is an AI Agent Skill for Claude Code / OpenClaw, with 323 downloads so far.
How do I install qwtest1?
Run "/install qwtest1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is qwtest1 free?
Yes, qwtest1 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does qwtest1 support?
qwtest1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created qwtest1?
It is built and maintained by quweilin (@quweilin); the current version is v1.0.1.
More Skills