← Back to Skills Marketplace
agentsignals

Test Skill Demo

by agentsignals · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
183
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test-skill-demo
Description
提供基础消息回复和上下文展示的测试技能示例,演示 ClawHub 技能结构与最佳实践。
Usage Guidance
This appears to be a harmless demo skill that only replies with basic environment and metadata. Before installing, you may want to: verify the publisher (agentsignals) and repository URL if you want provenance assurance; ensure your agent runtime meets the declared Node/OpenClaw minimum versions; and remember that "benign" means coherent with its purpose—not a guarantee of absolute safety (e.g., only install skills from sources you trust).
Capability Analysis
Type: OpenClaw Skill Name: test-skill-demo Version: 1.0.0 The skill is a standard boilerplate/demo package designed to showcase the OpenClaw skill structure. Analysis of index.js, SKILL.md, and package.json reveals no malicious logic, data exfiltration, or prompt injection; it simply reports basic environment metadata (Node version, workspace path, and timestamp) back to the user.
Capability Assessment
Purpose & Capability
The name, description, SKILL.md, package.json, and index.js all align: this is a small demo/testing skill that replies with basic info. There are no unexpected required binaries, env vars, or capabilities.
Instruction Scope
The SKILL.md instructs how to run the skill and describes testing/publishing use cases. The runtime code only reads the provided context (message, reply, workspace) and process.version and does not access unrelated files, credentials, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only). package.json is minimal and nothing is downloaded or executed during install. No high-risk install URLs or archive extraction are present.
Credentials
The skill declares no required environment variables or credentials. The code uses only the runtime context and Node process.version, which is proportionate to a demo skill.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system-wide settings, and has no persistent installation behavior beyond being available to invoke.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install test-skill-demo
  3. After installation, invoke the skill by name or use /test-skill-demo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
test-skill-demo v1.0.0 - 初始版本发布 - 实现基础消息回复与上下文信息展示 - 采用模块化代码结构 - 提供完整元数据定义 - 附带详细文档与开发说明
Metadata
Slug test-skill-demo
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Test Skill Demo?

提供基础消息回复和上下文展示的测试技能示例,演示 ClawHub 技能结构与最佳实践。 It is an AI Agent Skill for Claude Code / OpenClaw, with 183 downloads so far.

How do I install Test Skill Demo?

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

Is Test Skill Demo free?

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

Which platforms does Test Skill Demo support?

Test Skill Demo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Test Skill Demo?

It is built and maintained by agentsignals (@agentsignals); the current version is v1.0.0.

💬 Comments