← Back to Skills Marketplace
timyljob2011-sudo

skill-creater

by timyljob2011-sudo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
149
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skill-creater
Description
Generate complete AgentSkills from user requirements. Creates SKILL.md, scripts, references, assets folders, and packages them into a ready-to-upload archive...
Usage Guidance
This package appears to be a developer utility but has several red flags that point to sloppy or incomplete implementation rather than clear malicious intent. Things to do before trusting or using it: - Inspect and run the Python scripts locally in a safe environment (sandbox/VM) and review output ZIP contents before uploading anywhere. - Note naming/path inconsistencies: SKILL.md and manifest mention 'skill-creater' but build.sh and some human-facing text say 'skill-craftsmen'/'skill-craftsmen' and build.sh calls scripts/package_skill.py while package_skill.py is at repository root. This likely indicates broken scripts or copy-paste errors you should fix before use. - Expect the 'interview' capability to be manual: init_skill_template.py currently only accepts a single CLI argument (no interactive Q&A). If you need interactive prompting, add or review that logic yourself. - Validate generated SKILL.md and manifest.json contents before uploading to Clawhub; the packager's validation is minimal. - Because the package writes files and zips directories, do not run it on directories containing sensitive files (or run it with a dedicated temp folder) to avoid accidental inclusion. - If you plan to let an autonomous agent invoke this skill, consider restricting autonomous invocation until you've verified the generated outputs are safe and correct. If you want, I can: (1) point out exact lines to change to fix build.sh path/name mismatches, (2) show a short test plan to validate the packager locally, or (3) produce a hardened checklist for reviewing generated skills before upload.
Capability Analysis
Package: skill-creater (xpi) Version: 1.0.0 Description: Generate complete AgentSkills from user requirements with proper structure, scripts, and packaging for Clawhub distribution The provided code is a developer utility for generating and packaging 'AgentSkills' for the Clawhub platform. It consists of Python scripts for template generation (init_skill_template.py) and ZIP archiving (package_skill.py). The logic is restricted to local file system operations within specified directories, performing basic string manipulation and standard file I/O. There is no evidence of shell execution, network activity, credential exfiltration, or hidden payload delivery.
Capability Assessment
Purpose & Capability
The skill claims to 'interview' users, generate complete SKILL.md, scripts, references, and package into a zip. The repository contains generator and packager scripts that implement name/manifest generation and zipping, which aligns with the stated purpose. However the claimed interactive interview and some 'automatic assurances' are not implemented in the provided scripts; overall capability is plausible but overstated.
Instruction Scope
SKILL.md describes an automated interview flow and many guarantees (YAML compliance, progressive disclosure). The code (init_skill_template.py) is a simple CLI that accepts a single description argument — it does not implement an interactive interview or advanced validation. The packager validates only basic frontmatter existence and a few manifest fields. The instructions therefore promise more automation and validation than the code provides.
Install Mechanism
No install spec; this is an instruction-and-code skill only. There are no external downloads, no network installs, and no injected third-party packages referenced. Packaging and file I/O are local.
Credentials
The skill requests no environment variables, no credentials, and references no external secrets. The code only reads/writes local filesystem paths and manifest/SKILL.md files, which is consistent with the purpose.
Persistence & Privilege
The skill does not request persistent presence (always: false) and does not modify other skills or system-wide settings. It runs local file operations only and is not configured for forced inclusion.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-creater
  3. After installation, invoke the skill by name or use /skill-creater
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of skill-creater. - Automatically generates complete AgentSkill packages from user requirements. - Includes interview workflow to clarify needs, then creates SKILL.md, scripts, references, asset folders, and manifest. - Outputs a ready-to-upload .zip archive for Clawhub. - Ensures directory structure, documentation, and metadata meet best practices.
Metadata
Slug skill-creater
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is skill-creater?

Generate complete AgentSkills from user requirements. Creates SKILL.md, scripts, references, assets folders, and packages them into a ready-to-upload archive... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.

How do I install skill-creater?

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

Is skill-creater free?

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

Which platforms does skill-creater support?

skill-creater is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created skill-creater?

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

💬 Comments