Internal Skill Creator

Generate boilerplate files and directory structures for new agent skills.

3|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/junchenghuo/openclaw-biz-agent --skill internal-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Internal Skill Creator
Source: https://github.com/junchenghuo/openclaw-biz-agent/tree/main/leader/skills/skill-creator
Command: npx skills add https://github.com/junchenghuo/openclaw-biz-agent --skill internal-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new automation capabilities by generating the necessary file structure and boilerplate code for new skills.

Core Features & Use Cases

  • Automated Skill Scaffolding: Generates SKILL.md and basic script structures for new skills.
  • Log Management: Records skill creation requests and their approval status.
  • Use Case: When a team member identifies a need for a new automated task (e.g., "I need a skill to summarize meeting notes"), they can use this skill to quickly set up the basic framework for that new skill.

Quick Start

Use the internal skill creator to generate a new skill named 'meeting-summarizer' for the 'ai' role.

Frequently Asked Questions about Internal Skill Creator

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

FAQPage Schema
How do I automate scaffolding for new agent framework skills?

Automating scaffolding for new agent framework skills requires generating boilerplate files and directory structures. This skill copies template files to automatically create the basic script structures and SKILL.md units needed for new automated functionalities.

What is skill creation scaffolding and when do I need it?

Skill creation scaffolding is the process of generating boilerplate code and file structures for new automation capabilities. You need it when identifying a requirement for new automated tasks within the agent framework, such as setting up a meeting note summarizer.

How do I generate boilerplate files for developer tools automatically?

To generate boilerplate files for developer tools automatically, you use an internal skill creator to instantiate new skill units. It quickly sets up the basic framework by copying template files and updating log entries to track the skill lifecycle.

Can I track the lifecycle of newly created skills within the agent framework?

You can track the lifecycle of newly created skills within the agent framework through log management. The skill creation process automatically records creation requests and their approval status to maintain an accurate log of automated functionalities.

Does the skill scaffolding process require external code generation dependencies?

The skill scaffolding process does not require external code generation dependencies. It operates independently by copying internal template files to generate the required SKILL.md and basic script structures for new automation capabilities.