← Back to Skills Marketplace
304
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skill-demo
Description
Minimal TypeScript hello-world skill that demonstrates bundling TS code, a Node dependency, and package.json instructions for use and publication on Clawdhub.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-demo - After installation, invoke the skill by name or use
/skill-demo - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 304 downloads so far.
How do I install my skill demo showcase?
Run "/install skill-demo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is my skill demo showcase free?
Yes, my skill demo showcase is completely free (open-source). You can download, install and use it at no cost.
Which platforms does my skill demo showcase support?
my skill demo showcase is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created my skill demo showcase?
It is built and maintained by whgreate (@whgreate); the current version is v0.0.1.
More Skills