← Back to Skills Marketplace
wangkang5

displayname-wk

by wangkang5 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
207
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install slug-wk
Description
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capa...
Usage Guidance
This package appears to be a legitimate 'skill creator' template (guidance + helper scripts) and does not request secrets or perform network I/O in the provided code. However, there are inconsistencies in the metadata (different skill name/slug/version and mismatched ownerId in _meta.json vs registry metadata). Before installing or running any scripts: 1) Verify the publisher/owner and that the package came from the expected source; 2) Inspect the three scripts (init_skill.py, package_skill.py, quick_validate.py) yourself — they are small and readable — and confirm they do only the described filesystem operations; 3) Run any scripts in a sandbox or test environment (not as root) and avoid pointing them at sensitive system directories; 4) If you plan to publish or reuse this skill, fix the frontmatter/metadata mismatches so provenance is clear; 5) If you need higher assurance, ask the publisher for a signed release or canonical repository URL. These steps would raise confidence that the package is safe to use.
Capability Analysis
Type: OpenClaw Skill Name: slug-wk Version: 1.0.0 The bundle is a legitimate toolkit designed to assist an AI agent in creating, validating, and packaging other OpenClaw skills. The included Python scripts (init_skill.py, package_skill.py, and quick_validate.py) perform standard scaffolding and file management tasks, using safe practices such as yaml.safe_load for parsing. The instructions in SKILL.md and the reference files are purely educational and align with the stated purpose of providing a 'Skill Creator' workflow without any evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The SKILL.md and bundled scripts (init_skill.py, package_skill.py, quick_validate.py) implement a skill-creator workflow which is coherent with the description. However, there are metadata/name mismatches: the registry listing uses names/IDs like displayname-wk / slug-wk / ownerId kn7ee9kg..., while _meta.json shows ownerId kn7ajm25... and slug skill-creator with a different version. These mismatches are not consistent with a single provenance and should be verified.
Instruction Scope
The SKILL.md contains guidance for building skills and does not instruct the agent to read unrelated system files or exfiltrate data. The included scripts operate on the local filesystem (create directories, write SKILL.md, package into a zip) which is expected for this purpose. They do not contain network calls or references to external endpoints in the provided sources.
Install Mechanism
No install spec is provided (instruction-only install), and all code is bundled in the archive. No downloads, brew/npm installs, or external archive extractions are requested. Risk from install-time behavior is low, but running the included scripts writes files to disk.
Credentials
The skill declares no required environment variables or credentials, which is proportionate. The scripts do not require secrets; they perform filesystem operations only. Still, executing scripts can modify arbitrary paths depending on arguments supplied by the user.
Persistence & Privilege
The skill does not request or declare always:true and does not modify other skills' configs. It has no special persistence or elevated privileges in the package metadata.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install slug-wk
  3. After installation, invoke the skill by name or use /slug-wk
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Skill Creator guide. - Introduces structured instructions for creating effective skills to extend Claude's capabilities. - Details the anatomy of a skill, including required SKILL.md structure and optional bundled resources (scripts, references, assets). - Provides principles for concise context usage and progressive disclosure to minimize context window bloat. - Outlines content inclusion guidelines and best practices for splitting detailed information into references. - Explains degrees of freedom for workflows, with examples for high, medium, and low specificity.
Metadata
Slug slug-wk
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is displayname-wk?

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capa... It is an AI Agent Skill for Claude Code / OpenClaw, with 207 downloads so far.

How do I install displayname-wk?

Run "/install slug-wk" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is displayname-wk free?

Yes, displayname-wk is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does displayname-wk support?

displayname-wk is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created displayname-wk?

It is built and maintained by wangkang5 (@wangkang5); the current version is v1.0.0.

💬 Comments