Skip to main content

Capacium

Release License Python Tests

[!NOTE] Public mirror. The canonical repository is hosted on our self-hosted git. This GitHub copy is a read-only mirror kept in sync for visibility and installation. Bug reports are welcome via Issues; pull requests are applied upstream and synced back here.

Capability-native packaging for the AI agent era.

One capability package, any agent framework.

Capacium defines a standard manifest format (capability.yaml), a CLI (cap) for package management, and a trust model based on SHA-256 fingerprinting and Ed25519 signing. Framework adapters bridge the gap between the package format and where capabilities actually run — OpenCode, Claude Code, Gemini CLI, Cursor, and Continue.dev. Includes native MCP (Model Context Protocol) Server support.

Works fully offline from local paths. The Exchange layer (separate repo) adds remote registry discovery with taxonomy, trust states, and crawler-based capability discovery.

Installation

1. Python Global (Recommended)

You can install Capacium globally in an isolated environment using pipx.

pipx install git+https://github.com/Capacium/capacium.git@v1.0.0

# Or with optional signing and YAML support:
pipx install "capacium[yaml,signing] @ git+https://github.com/Capacium/capacium.git@v1.0.0"

Or from PyPI:

pip install capacium

2. Standalone Binaries

If you don't use Python, you can download standalone executables directly from the GitHub Releases page. Extract the archive and place cap in your $PATH.

3. Docker (GHCR)

Run Capacium safely in a container with your directories mounted:

docker run --rm -v ~/.capacium:/root/.capacium -v $(pwd):/workspace ghcr.io/capacium/cap:1.0.0

4. macOS / Linux (Homebrew)

brew install capacium/tap/capacium

Quickstart

# Install a capability
cap install code-reviewer --source ./my-skill

# Create a new capability (interactive)
cap init

# Create a new capability (non-interactive)
cap init --name my-skill --kind skill --version 0.1.0

# Package for distribution
cap package

# Publish to the Exchange registry
cap publish ./dist/my-skill-0.1.0.tar.gz

# List installed capabilities
cap list

# Verify integrity
cap verify --all

# Diagnose missing host runtimes for installed MCP capabilities
cap doctor

# List runtimes Capacium knows about (uv, node, python, docker, …)
cap runtimes list

# Print the install command for a runtime (does NOT execute it)
cap runtimes install uv

# Search the exchange
cap search code-review

# Start the marketplace web UI
cap marketplace

# Generate signing keys
cap key generate mykey

# Sign a capability
cap sign my-skill --key mykey

Publishing Your Skills in 5 Minutes

Got an agent skill, prompt, or MCP server? Publish it on Capacium.

# 1. Create the manifest
cap init
# → name: my-skill
# → kind: skill
# → version: 0.1.0
# → description: Does amazing things

# 2. Package it
cap package
# ✓ Created dist/local-my-skill-0.1.0.tar.gz

# 3. Publish to Exchange
export CAPACIUM_API_TOKEN="cp_..."
cap publish ./dist/local-my-skill-0.1.0.tar.gz
# ✓ Published my-skill v0.1.0

# Users can now install it:
# cap install my-org/my-skill

More in Publishing — CI integration, versioning, signing, and registry setup.

Documentation

Guide Description
Getting Started Installation, quickstart, examples
CLI Reference Complete command reference
Manifest Format capability.yaml reference
Signing & Keys Ed25519 signing and verification
Marketplace Web UI and registry server
Bundle Support Multi-capability bundles
Lock Files Dependency pinning
Framework Adapters Cross-framework installation
Runtimes Host runtime resolver, cap doctor, cap runtimes
Publishing Full lifecycle: dev → CI → Exchange publish
Registry Local and remote registry
API Spec Remote registry protocol

Capability Kinds

Kind Description Example
skill Agent skill/prompt Code review, doc generator
bundle Collection of sub-capabilities Dev toolkit, skill suite
tool Function/tool definition Web search, calculator
prompt Reusable prompt template System prompts, instructions
template Project/code template Skill scaffold, adapter template
workflow Multi-step agent workflow CI pipeline, data chain
mcp-server MCP Server MCP filesystem, db-connector
connector-pack Tool/Service integration Slack, GitHub, Jira connector pack

Features

  • Agent-agnostic — Same package works across OpenCode, Claude Code, Gemini CLI, Cursor, Continue.dev
  • First-class MCP Support — Deploy and discover MCP servers as native capabilities.
  • Eight capability kinds — Skills, bundles, tools, prompts, templates, workflows, mcp-servers, connectors.
  • Manifest-first — Standard capability.yaml with metadata, dependencies, and framework targets
  • Trust & Governance — SHA-256 fingerprinting and Ed25519 signing for integrity verification.
  • Registry-optional — Works fully offline; remote registry adds discovery and distribution.
  • Lock filescapability.lock pins exact versions and fingerprints for reproducible installs.
  • Zero external deps (core) — Uses only Python stdlib (argparse, sqlite3, hashlib, urllib)

Comparison

Capability Direct copy/script Framework-specific Capacium
Cross-framework format No No Yes
Manifest standard No Partial Yes
Fingerprint verification No No Yes
Cryptographic signing No No Yes
Dependency resolution Manual No Yes
Offline operation Yes Partial Yes
Registry discovery No Vendor lock-in Optional

License

Apache-2.0. See LICENSE.

Development

Canonical repository: self-hosted Forgejogit.langevc.com/capacium/capacium (git clone git@git.langevc.com:capacium/capacium.git). Develop against the Forgejo clone and open pull requests there. The GitHub copy is a read-only mirror.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

capacium-1.0.0.tar.gz (364.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

capacium-1.0.0-py3-none-any.whl (297.2 kB view details)

Uploaded Python 3

File details

Details for the file capacium-1.0.0.tar.gz.

File metadata

  • Download URL: capacium-1.0.0.tar.gz
  • Upload date:
  • Size: 364.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for capacium-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e959fb90df7939911f10fb05d88dfc071ac197ef75451f4fdddb25da175f8f27
MD5 29c486f6498d3b61681f23054c026833
BLAKE2b-256 5317b0e97990fe1ca7fcb975493423b972ae77ef13442db1cfb08ffcdf2b47d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for capacium-1.0.0.tar.gz:

Publisher: publish.yml on Capacium/capacium

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file capacium-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: capacium-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 297.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for capacium-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bcb1674c387d3a809324eb0bb074747c374399a65662e964b18e8d3a32fac203
MD5 f1d12c5438da020a4c57da3cac5e230e
BLAKE2b-256 e6575e1c8e6e442d98f3c6a29cfb896d0087554b29ce91c45f2ee4908478fe6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for capacium-1.0.0-py3-none-any.whl:

Publisher: publish.yml on Capacium/capacium

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.0.0 This release

2 files

0.18.0

2 files

0.17.1

2 files

0.16.0

2 files

0.15.1

2 files

0.15.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page