skill-creator

Create and revise MicroClaw skill definitions in SKILL.md format.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/HaraldeRoessler/ownify-microclaw --skill skill-creator-haralderoessler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/HaraldeRoessler/ownify-microclaw/tree/main/skills/built-in/skill-creator
Command: npx skills add https://github.com/HaraldeRoessler/ownify-microclaw --skill skill-creator-haralderoessler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create a new MicroClaw skill or revise an existing one without guessing the required SKILL.md structure, trigger wording, or on-disk layout.

Core Features & Use Cases

  • Skill authoring: Draft a complete SKILL.md with the correct frontmatter and body structure.
  • Trigger tuning: Improve descriptions so the right requests load the skill and unrelated requests do not.
  • Skill maintenance: Update existing skills, rewrite them clean-room, or adapt them for bundled and tenant-installed locations.

Quick Start

Ask the assistant to write or revise a MicroClaw skill for your use case, including the intended trigger phrases and any constraints you want enforced.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a MicroClaw skill with the correct SKILL.md frontmatter and structure?

You create a MicroClaw skill by drafting a complete SKILL.md file with the correct frontmatter, body structure, and proper name and description metadata for reliable classifier discovery. This ensures the right requests trigger the skill.

What is the best way to write trigger wording for a MicroClaw skill definition?

Tuning trigger wording involves refining the skill description so the right requests load the skill while unrelated requests do not. Accurate trigger wording in the SKILL.md file ensures the classifier reliably matches user intents to your skill.

How do I update an existing MicroClaw skill bundle for tenant-installed use?

Updating an existing MicroClaw skill for tenant-installed use involves revising the SKILL.md definition, rewriting trigger wording, or adapting the on-disk layout. This maintenance ensures compatibility with bundled or tenant-installed locations.

Do I need specific metadata to make a MicroClaw skill discoverable by the classifier?

Yes, you need correct name and description metadata in the SKILL.md frontmatter to make a MicroClaw skill reliably discoverable by the classifier. Without this metadata, the classifier cannot accurately load the skill for matching requests.

Can I rewrite a MicroClaw skill clean-room while preserving its trigger behavior?

Yes, you can rewrite a MicroClaw skill clean-room to update its structure while preserving or improving its trigger behavior. Refining the trigger wording during the rewrite ensures the skill continues to load for the correct requests reliably.