skill-creator

Creates modular AgentSkills with guidelines, scripts, and resources for Codex.

23|10|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/deepgram/dglabs-deepclaw --skill skill-creator-deepgram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/deepgram/dglabs-deepclaw/tree/main/skills/skill-creator
Command: npx skills add https://github.com/deepgram/dglabs-deepclaw --skill skill-creator-deepgram

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill assists in the creation, structuring, and packaging of AgentSkills, simplifying the process of extending Codex's capabilities with domain-specific knowledge and tools.

Core Features & Use Cases

  • Skill Creation Guidance: Provides comprehensive instructions for designing, structuring, and packaging skills.
  • Script Integration: Facilitates the inclusion of scripts for deterministic tasks and automation.
  • Resource Management: Offers structured organization for references and assets to enhance skill functionality.
  • Use Case: Ideal for developers and AI practitioners looking to build custom skills for Codex to enhance its capabilities within specific domains.

Quick Start

Use the skill-creator skill to generate a new skill template with the command: openclaw onboard skill-creator --path ./new_skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package custom AI skills for Codex?

To create and package custom AI skills for Codex, use the `skill-creator` skill to generate a new skill template with the command `openclaw onboard skill-creator --path ./new_skill`, which provides guidelines, scripts, and resource management structures for modular skill design.

What is the best way to structure resources and scripts for an AgentSkill?

The best way to structure resources and scripts for an AgentSkill is to organize them into modular, self-contained components, separating deterministic scripts, references, and assets to ensure clean resource management and skill functionality within the Codex framework.

Can I include deterministic scripts in my skill for automation tasks?

Yes, you can include deterministic scripts in your skill for automation tasks. The skill-creator facilitates script integration, allowing developers to add scripts that perform specific deterministic tasks and automation within the packaged AgentSkill.

Do I need prior experience with the Codex AI framework to design skills?

You do not need extensive prior experience with the Codex AI framework to design skills, as the skill-creator provides comprehensive instructions, templates, and structured organization for references and assets, making it suitable for developers building custom skills.

When should I package domain-specific knowledge into a modular skill?

You should package domain-specific knowledge into a modular skill when you need to extend Codex's capabilities with specialized tools and references, ensuring the knowledge remains self-contained, reusable, and properly managed within the AI framework.