The package manager for Agent SKILLs.

The easiest way to install AI Skills and Agents. Everything you love about package managers, purpose-built for AI Agent Skills.

taito-cli — bash
$
Core Principles

Built with compliance in mind.

taito.spec

taito.spec is a format for describing a standardized schema for defining metadata for AI Agents/SKILLs.

oci.packaging

We dont reinvent the wheel. taito packages are built as OCI. Allowing multiple SKILLs, Agents and dependencies to be packaged together and stored in any OCI compliant registry.

always.uptodate

taito-cli will allow you to update all your installed SKILLs and Agents with a single command.

The art of taito

The naming "taito" comes from Norwegian language and stands for knowledge. taito is therefore a package manager for this knowledge. Allowing for packaging, sharing and installing AI Agent SKILLs.

  • 01
    The easiest way to install your AI Agents/SKILLs!
  • 02
    List all installed Agent Skills in one place! And update them!
  • 03
    Know exactly what you install and what's inside!
taito.cli

Package your own OCI taitos

View quickstart for bundles

$ taito package oci.registry.xyz/bundle:v1.0.0

Searching taito.spec...

[OK] Found 14 skills in bundle..

[OK] Found 2 agents in bundle..

[OK] Packaging taito oci package..

[OK] Successfully packaged oci.registry.xyz/bundle:v1.0.0

sha256:abc123def456gh789...

taito.spec

Skill packaging description

View on Github
taito.spec
digest
version
sbom
and more

One Command. Global Sync.

Install SKILLs and Agents across all your systems with a single command. Keep your fleet in sync and up to date.

$ taito install github.com/lackeyjb/playwright-skill update --all install larszi/technial-writer

Open Source at Heart

We believe the best software is built in public. Join us as contributors shaping the future of engineering workflow.

// contribute.sh
git clone https://github.com/taito-project/taito
cd taito
Ready to build? Let's go.