create-command

Create SKILL.md files for new OpenAnima platform skills.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/BingChanCN/OpenAnima --skill create-command-bingchancn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/BingChanCN/OpenAnima/tree/main/.agents/skills/create-command
Command: npx skills add https://github.com/BingChanCN/OpenAnima --skill create-command-bingchancn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for a streamlined process to create new skills within the OpenAnima platform, simplifying the development and integration of additional functionalities for digital life and active assistants.

Core Features & Use Cases

  • Skill Creation: Facilitates the creation of new Codex skills based on user specifications.
  • Customization: Allows users to define the skill name and description, tailoring the skill to their specific needs.
  • Automated Setup: Automates the generation of SKILL.md files with a minimal required structure, including name and description, and optional instructions.

Quick Start

Execute the command $create-command <skill-name> <description> to create a new skill with the specified name and description.

Frequently Asked Questions about create-command

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

FAQPage Schema
How do I create a new skill on the OpenAnima platform?

Creating a new skill on the OpenAnima platform is automated by executing the command `$create-command <skill-name> <description>`, which guides you through defining the skill name and description to generate the required file structure.

What is a SKILL.md file and when do I need it for AI module setup?

A SKILL.md file is the minimal required structure for initializing new Codex skills on the OpenAnima platform. You need it during AI module setup to define the skill's name, description, and optional instructions for active assistants.

Can I customize the description and name when generating a command-line skill?

Yes, you can customize the skill name and description when generating a command-line skill by passing them as arguments in the `$create-command` execution, tailoring the automated SKILL.md file output to your specific requirements.

What's the best way to automate AI module setup for digital life platforms?

The best way to automate AI module setup for digital life platforms is using an automated initialization command that generates the required SKILL.md file, streamlining the integration of additional functionalities for active assistants without manual file creation.

Does Codex skill management require any dependencies to initialize a new skill?

No, Codex skill management does not require any dependencies to initialize a new skill. The setup process is self-contained and directly generates the SKILL.md file based on your provided skill name and description inputs.