← Back to Skills Marketplace
nattsukun

OpenClaw-Skill-Creator

by Nawachat Muannak · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
122
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-skill-creator-th
Description
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize a...
Usage Guidance
This package looks like a legitimate skill-creation toolkit but it has undeclared, high-impact behaviors: several scripts call the local 'claude' CLI and will transmit skill content, prompts, and evaluation data to external Claude/Anthropic services using whatever session credentials are present. The package also may write temporary files outside the skill folder (e.g., ~/.claude or .claude/commands). Before installing or running anything: - Inspect the code first (read the Python scripts mentioned: run_eval.py, improve_description.py, run_loop.py). Look for subprocess calls and network operations. - Do not run these scripts with your real credentials. If you must test, run them in an isolated VM/container with networking disabled or with a mocked 'claude' binary that does not forward data. - Backup or isolate your workspace (especially any existing .claude directory) before running. - Prefer the packaged alternative mentioned in CHANGELOG (skill-creator-guide) if you want a documentation-only, OpenClaw-native option. - Ask the publisher/maintainer to update registry metadata to explicitly list required binaries (claude CLI), Python/runtime dependencies, exact file-system side effects, and an option to run in offline/dry-run mode. If those changes are made (and an offline/mock mode is provided), the risk assessment could move toward benign; until then treat this skill as suspicious.
Capability Assessment
Purpose & Capability
The skill's stated purpose (create/iterate/benchmark skills) matches the included scripts (packaging, validating, running evals, improving descriptions). However several scripts (notably improve_description.py and others referenced in SKILL.md) call the 'claude' CLI and expect an Anthropic/Claude environment. The registry metadata declares no required binaries, env vars, or config paths, so the dependency on an external CLI/service and the use of session credentials is undeclared and therefore incoherent with the published metadata.
Instruction Scope
SKILL.md explicitly instructs running evals and using the bundled scripts (eval viewer, improve_description, run_eval, etc.). The included scripts build prompts containing full SKILL.md content and send them via a subprocessed 'claude' CLI call — meaning skill content, test prompts, and evaluation data are transmitted to external Claude services. The instructions therefore direct potentially sensitive project data and test cases to an external endpoint, despite no mention of this in the skill metadata.
Install Mechanism
There is no install spec (instruction-only), which reduces automatic install risk. However the package contains multiple Python scripts that, when executed, spawn subprocesses and perform network calls. The absence of a documented dependency list (python version, required packages, and the 'claude' CLI) is a mismatch: running these scripts may fail silently or perform unexpected external calls if the assumed environment exists.
Credentials
The manifest lists no required environment variables or primary credential, but scripts rely on the presence of an authenticated 'claude' CLI session and inherit environment credentials (they manipulate os.environ and pass the environment to subprocesses). The CHANGELOG included in the package explicitly warns that scripts use the user's Anthropic/Claude session credentials and create .claude temporary files. Requesting or using external service credentials without declaring them is disproportionate and a notable security/privacy risk.
Persistence & Privilege
The skill is not marked always:true and is user-invocable (normal), but included materials and the CHANGELOG indicate the scripts create temporary files under .claude/commands in the project root and may modify the project directory. Writing outside the skill folder (to a per-user .claude directory or other config) is an unexpected side effect that was not declared in the metadata or SKILL.md.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-skill-creator-th
  3. After installation, invoke the skill by name or use /openclaw-skill-creator-th
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added a CHANGELOG.md file to the repository. - No functional or documentation changes to the skill itself.
v1.0.0
OpenClaw-Skill-Creator v1 -for Thailland user # CHANGELOG All notable changes to the skill-creator skill will be documented in this file. ## [Unreleased] - 2026-03-28 ### Added - Initial installation of skill-creator from https://github.com/anthropics/skills - Full skill structure: SKILL.md, agents/, assets/, eval-viewer/, references/, scripts/ - OpenClaw-specific adaptations (Claude.ai ? OpenClaw, Cowork ? OpenClaw) - SKILL.md (327 lines, 33,657 bytes) with comprehensive skill creation guide ### Changed - Adjusted documentation to reference OpenClaw instead of Claude.ai/Cowork - Updated workspace paths for OpenClaw environment ---
Metadata
Slug openclaw-skill-creator-th
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is OpenClaw-Skill-Creator?

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize a... It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.

How do I install OpenClaw-Skill-Creator?

Run "/install openclaw-skill-creator-th" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw-Skill-Creator free?

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

Which platforms does OpenClaw-Skill-Creator support?

OpenClaw-Skill-Creator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw-Skill-Creator?

It is built and maintained by Nawachat Muannak (@nattsukun); the current version is v1.0.1.

💬 Comments