← 返回 Skills 市场
Test Skill Demo
作者
agentsignals
· GitHub ↗
· v1.0.0
· MIT-0
183
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install test-skill-demo
功能描述
提供基础消息回复和上下文展示的测试技能示例,演示 ClawHub 技能结构与最佳实践。
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install test-skill-demo - 安装完成后,直接呼叫该 Skill 的名称或使用
/test-skill-demo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
test-skill-demo v1.0.0
- 初始版本发布
- 实现基础消息回复与上下文信息展示
- 采用模块化代码结构
- 提供完整元数据定义
- 附带详细文档与开发说明
元数据
常见问题
Test Skill Demo 是什么?
提供基础消息回复和上下文展示的测试技能示例,演示 ClawHub 技能结构与最佳实践。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 183 次。
如何安装 Test Skill Demo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install test-skill-demo」即可一键安装,无需额外配置。
Test Skill Demo 是免费的吗?
是的,Test Skill Demo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Test Skill Demo 支持哪些平台?
Test Skill Demo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Test Skill Demo?
由 agentsignals(@agentsignals)开发并维护,当前版本 v1.0.0。
推荐 Skills