← 返回 Skills 市场
304
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-demo
功能描述
Minimal TypeScript hello-world skill that demonstrates bundling TS code, a Node dependency, and package.json instructions for use and publication on Clawdhub.
安全使用建议
This skill appears coherent and minimal. Before running `npm install` or `npx ts-node`, review package.json (already minimal here) and consider installing in a sandboxed environment if you run untrusted packages. If you plan to use it in production, pin dependency versions and/or verify package integrity; otherwise, running the provided scripts locally to inspect output is sufficient.
功能分析
Type: OpenClaw Skill
Name: skill-demo
Version: 0.0.1
This skill bundle is benign. It provides a minimal TypeScript 'hello world' demonstration, including a simple function that uses the legitimate 'dayjs' npm dependency. The `SKILL.md` and `references/README-usage.md` files contain standard instructions for installing dependencies (`npm install`) and running the TypeScript code (`npx ts-node scripts/hello.ts`), which are entirely consistent with the stated purpose of a development demo. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or suspicious dependencies.
能力评估
Purpose & Capability
Name/description claim a minimal TypeScript hello-world demo; the files (hello.ts, embedding-demo.ts), package.json (dayjs dependency), and README all match that purpose. Nothing requested or present (no credentials, no system paths) is extraneous to a hello-world demo.
Instruction Scope
SKILL.md only instructs installing npm deps in the skill folder and running the included TypeScript script via ts-node, or importing the exported function. It does not direct reading unrelated files, accessing secrets, or calling external endpoints beyond normal npm package fetching. The example cd path (/home/ubuntu/skill-demo) is just illustrative.
Install Mechanism
There is no formal install spec; the README recommends running `npm install` and `npx ts-node`. That uses the public npm registry (standard for Node). This is expected but carries the usual npm-registry risk (install scripts, transitive packages). package.json lists only `dayjs` (runtime) and `ts-node`/`typescript` (dev).
Credentials
The skill declares no required environment variables, credentials, or config paths. Runtime instructions do not read undeclared env vars. No disproportionate access to secrets is requested.
Persistence & Privilege
Skill is not always-enabled and allows normal model invocation. It does not request to modify other skills or system-wide agent settings and has no install hooks declared that would persist beyond its own folder.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-demo - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-demo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
Initial release of a minimal TypeScript hello-world skill.
- Demonstrates bundling TypeScript code in scripts/
- Shows usage of a third-party Node dependency (dayjs for timestamps)
- Provides a sample package.json with installation and usage instructions
- Includes a simple TypeScript function that returns a formatted greeting
- Documentation and example usage provided in SKILL.md and references/README-usage.md
元数据
常见问题
my skill demo showcase 是什么?
Minimal TypeScript hello-world skill that demonstrates bundling TS code, a Node dependency, and package.json instructions for use and publication on Clawdhub. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 304 次。
如何安装 my skill demo showcase?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-demo」即可一键安装,无需额外配置。
my skill demo showcase 是免费的吗?
是的,my skill demo showcase 完全免费(开源免费),可自由下载、安装和使用。
my skill demo showcase 支持哪些平台?
my skill demo showcase 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 my skill demo showcase?
由 whgreate(@whgreate)开发并维护,当前版本 v0.0.1。
推荐 Skills