← 返回 Skills 市场
hello-example
作者
Shiwen Han
· GitHub ↗
· v1.0.0
· MIT-0
252
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hello-example
功能描述
A minimal example skill demonstrating .clawhubignore — the secret.md file should NOT appear in the published version.
使用说明 (SKILL.md)
Hello Example
This is a test skill to verify .clawhubignore works correctly.
What this skill does
Nothing useful. It exists to test whether secret.md gets excluded on publish.
If you downloaded this skill from ClawHub and can see secret.md in the folder — the ignore mechanism is broken.
If secret.md is absent — it works correctly.
安全使用建议
This package is suspicious because it claims secret.md should have been excluded yet the published bundle contains that file and its contents. Although the included api_key and path look fake, treat this as a data-leak risk. Before installing: (1) do not run or grant credentials to the skill; (2) inspect the files yourself and remove secret.md if you publish or install locally; (3) ask the author to republish without secret.md and to confirm the values are not real; (4) avoid installing into environments where the exposed vault_path or keys might overlap with your real secrets. If the author removes secret.md (or confirms the content is demonstrably dummy and safe), this would reduce concern.
功能分析
Type: OpenClaw Skill
Name: hello-example
Version: 1.0.0
This skill bundle is a minimal test case designed to verify the functionality of the .clawhubignore mechanism. It contains a SKILL.md file explaining its purpose and a secret.md file containing placeholder sensitive information (a fake API key and vault path) intended to be excluded from publication. There is no executable code or evidence of malicious intent.
能力评估
Purpose & Capability
The skill description's purpose is to demonstrate that .clawhubignore excluded secret.md, yet the published package contains secret.md (and its contents are reproduced in SKILL.md). That contradicts the stated purpose and suggests the ignore mechanism failed or the author accidentally published a secret file.
Instruction Scope
SKILL.md only instructs the agent to check whether secret.md is present, which is reasonable for a test. However, SKILL.md also includes the full contents of secret.md in the 'File contents' section, effectively publishing the secret. The instructions do not direct network exfiltration or other actions, but they do disclose sensitive-looking data in the package itself.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk or installed at runtime by the skill itself.
Credentials
The skill declares no required environment variables (which is appropriate), but the package includes a file that contains an api_key and a local vault_path. Publishing such credentials (even if fake) is disproportionate and risky because real secrets might be exposed the same way.
Persistence & Privilege
The skill does not request persistent or elevated privileges (always:false, no config paths, no installs). It is not asking to modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hello-example - 安装完成后,直接呼叫该 Skill 的名称或使用
/hello-example触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of hello-example, a minimal skill to demonstrate proper use of .clawhubignore.
- Tests that secret.md is excluded from published versions to verify the ignore mechanism works correctly.
元数据
常见问题
hello-example 是什么?
A minimal example skill demonstrating .clawhubignore — the secret.md file should NOT appear in the published version. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 252 次。
如何安装 hello-example?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hello-example」即可一键安装,无需额外配置。
hello-example 是免费的吗?
是的,hello-example 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
hello-example 支持哪些平台?
hello-example 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 hello-example?
由 Shiwen Han(@tshogx)开发并维护,当前版本 v1.0.0。
推荐 Skills