← Back to Skills Marketplace
plabzzxx

Skill Creator Claude

by plabzzxx · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
148
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-creator-claude
Description
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize...
Usage Guidance
This skill appears to do what it claims: authorship, evaluation, and iterative improvement of skills using bundled scripts and HTML viewers. It does not request cloud keys or other credentials, and there is no remote installer. Before installing/running: 1) inspect the repository (already included) and search for any sensitive file paths it might read; 2) avoid running it in a workspace that contains secrets or private keys because the review tool embeds and serves workspace files; 3) be aware generate_review.py attempts to free a port by running lsof and killing processes — run it in a sandbox/container or ensure the chosen port is safe to free; 4) run the scripts as an ordinary (non-root) user; 5) if you need extra caution, run the tool inside an isolated environment (container, VM) or review/modify the _kill_port behavior to be safer. If you want, I can point to the exact lines in generate_review.py that perform the port-kill and file-embedding so you can review or patch them.
Capability Analysis
Type: OpenClaw Skill Name: skill-creator-claude Version: 1.0.0 The skill-creator-claude bundle is a comprehensive development toolkit designed to help users draft, test, and optimize AI agent skills. It includes a suite of Python scripts for running parallel evaluations (run_eval.py), an automated optimization loop (run_loop.py), and a local HTTP server (generate_review.py) that provides a web-based UI for reviewing results. While the bundle utilizes high-privilege capabilities—such as executing shell commands via subprocess, managing local processes with os.kill, and performing network requests to the Anthropic API—these actions are strictly necessary for its stated purpose of benchmarking and improving agent performance. The instructions in SKILL.md are well-aligned with legitimate development workflows and include explicit safety guidelines for the agent to avoid creating or facilitating malicious content.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
Name/description (create, evaluate, and improve skills) align with the included agents, eval/grader/comparator docs, and utility scripts (generate_review.py, run_eval.py, aggregate_benchmark.py, etc.). No unexpected cloud credentials, binaries, or unrelated dependencies are requested.
Instruction Scope
SKILL.md instructs agents to author skills, create tests, run evaluations, and use the provided scripts (e.g., eval-viewer/generate_review.py) to present results. That involves reading workspace files, embedding outputs into an HTML review, and launching a small local HTTP server and browser. These actions are in scope for a skill testing/inspection tool, but they grant the skill access to all files in the provided workspace and expose them via a local web UI — consider what is stored in the workspace (secrets, tokens, private data).
Install Mechanism
No install spec; this is instruction- and repo-file-based. All code is bundled in the skill (Python scripts, HTML assets). There are no downloads from external URLs during install. This minimizes supply-chain risk compared with remote installers.
Credentials
The skill declares no required env vars, no credentials, and no special config paths. The scripts operate on workspace files and use only standard stdlib modules (subprocess, http.server, etc.). There is no disproportionate credential request.
Persistence & Privilege
The skill does not request persistent inclusion (always: false) and doesn't modify other skills, which is good. However, generate_review.py includes an internal _kill_port routine that runs lsof and may os.kill() PIDs listening on a port to free it before starting the local server; that can terminate unrelated processes. The scripts also start a local HTTP server, open a browser, and write feedback.json into the workspace. These behaviors are plausible for a local review tool but have side effects on the host that users should be aware of.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-creator-claude
  3. After installation, invoke the skill by name or use /skill-creator-claude
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: platform-agnostic fork of Anthropic Claude Code built-in skill-creator
Metadata
Slug skill-creator-claude
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Creator Claude?

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

How do I install Skill Creator Claude?

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

Is Skill Creator Claude free?

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

Which platforms does Skill Creator Claude support?

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

Who created Skill Creator Claude?

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

💬 Comments