skill-author

Author OpenClaw skills with frontmatter, operations, and review criteria.

1|Updated Sep 19, 2025
One-click install
npx skills add https://github.com/kentonium3/kg-automation --skill skill-author-kentonium3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-author
Source: https://github.com/kentonium3/kg-automation/tree/main/scripts/openclaw/skills/skill-author
Command: npx skills add https://github.com/kentonium3/kg-automation --skill skill-author-kentonium3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a single authoritative reference that removes ambiguity when creating, reviewing, or approving OpenClaw skills for the kg-automation project, preventing inconsistent implementations and insecure patterns.

Core Features & Use Cases

  • Clear frontmatter rules: mandates name, description, and version formatting and examples for discovery.
  • Document structure and operations: prescribes prerequisites, health checks, operations, error handling, examples, and idempotency patterns so agents can implement reliable integrations.
  • Review checklist: actionable security, quality, compatibility, and scope checklists for evaluating community skills before installation.
  • Use Case: When adding a new integration skill or vetting a ClawHub submission, follow this guide to produce a review-ready SKILL.md and avoid common security or operational mistakes.

Quick Start

Ask an agent to "Generate a new SKILL.md for a service that transcribes audio, following kg-automation conventions and including health checks, credential access, and idempotency checks."

Frequently Asked Questions about skill-author

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

FAQPage Schema
How do I create an OpenClaw skill that passes kg-automation compliance reviews?

To create a compliant OpenClaw skill, follow kg-automation conventions by specifying required frontmatter, operations structure, credential handling, health checks, error categorization, and idempotency checks in your SKILL.md file.

What should I include in a SKILL.md file for a new OpenClaw integration?

A SKILL.md file needs prerequisites, health checks, operations, error handling, examples, and idempotency patterns. Frontmatter must include correctly formatted name, description, and version fields to ensure proper skill discovery.

How do I review community skills for OpenClaw installation security and quality?

Review community skills for installation by applying an actionable checklist covering security, quality, compatibility, and scope criteria. This vetting process identifies insecure patterns and prevents inconsistent implementations before approval.

Why does my OpenClaw skill fail idempotency checks during skill review?

OpenClaw skills fail idempotency checks when operations lack safe retry patterns. Authoring compliant skills requires implementing specific idempotency checks within the operations structure to ensure reliable integrations without duplicate side effects.

What are the required frontmatter fields for OpenClaw skill discovery?

Required frontmatter fields for OpenClaw skill discovery are name, description, and version. Correct formatting of these fields is mandated by kg-automation standards to remove ambiguity and ensure consistent skill implementations.

Can I use standard error handling or do I need specific error categorization for OpenClaw skills?

OpenClaw skills require specific error categorization rather than standard error handling. The skill-authoring guidelines prescribe distinct error handling structures to produce review-ready integrations that avoid common operational mistakes.