Unique Demo Skill

v1.0.0

Demonstrates dynamic JSON data processing and Node.js console output to showcase ClawHub skill capabilities.

0· 142·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for zhanglong12138/unique-demo-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Unique Demo Skill" (zhanglong12138/unique-demo-skill) from ClawHub.
Skill page: https://clawhub.ai/zhanglong12138/unique-demo-skill
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install unique-demo-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install unique-demo-skill
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise dynamic JSON processing and console output; included main.js and SKILL.md implement exactly that with no extra dependencies or requested credentials.
Instruction Scope
SKILL.md contains only a short demo usage note. Instructions do not direct reading of system files, environment variables, network calls, or data exfiltration.
Install Mechanism
No install spec is present (instruction-only). The code file is a small local script; nothing is downloaded or written to disk at install time.
Credentials
No environment variables, credentials, or config paths are required. The skill operates solely on embedded sample data.
Persistence & Privilege
always:false (default) and no special privileges requested. The skill does not modify agent or system configuration.
Assessment
This skill is a minimal, local demo that only prints filtered sample data to the console. It does not request credentials, make network calls, or modify system state. If you rely on provenance, note the source is unknown — treat it like a small example script: safe to run in a development or sandbox environment, but avoid giving it sensitive production access or secrets (none are required). If you need stronger assurance, request a publisher/homepage or inspect/execute the file in an isolated environment first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97b4c9chhqj73ydmtg8k9zs0d83etpj
142downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

SKILL.md

name: unique-demo-skill description: This skill showcases an improved demo for ClawHub. It contains dynamic examples, showcases data processing, and is no longer treated as a placeholder. features:

  • Processes sample JSON data
  • Provides basic Node.js console output
  • Aims to meet ClawHub skill requirements usage: | Add this skill to a project and observe output handling simple lists. Only demonstration. Run as designed standalone logic flow.

Comments

Loading comments...