Kit Creator

1.1.0

Author, validate and publish AKIS agent kits: manifest reference, skill authoring guidance, publishing flow and a troubleshooting map for every validator error.

metaauthoringagentkits
Install

Downloads and runs the installer. Cloning the repository is not required.

macOS, Linux and WSL

curl -fsSL https://agentkits.ominot.es/i/kit-creator | bash

Windows (PowerShell)

irm https://agentkits.ominot.es/i/kit-creator.ps1 | iex

Update an existing install

curl -fsSL https://agentkits.ominot.es/i/kit-creator | bash -s -- --update --auto

The update command recovers the token, endpoint and CLI list from the configs already on disk, so nothing has to be pasted again.

Contents

Skills

  • kit-creator

Commands

  • /kit
Notes
  • Validate any kit with: node installer/validate.mjs <kit-directory>
  • This kit registers no MCP server. Add the hub's own MCP endpoint separately if you want list_kits and search_skills.
A personal registry of agent kits, installable with one command.