Publisher CLI for evaluating and publishing Aptitude skills
Project description
Aptitude Publisher
Review-first CLI for validating and publishing Aptitude skills.
Install
Install the published package as a CLI tool:
uv tool install aptitude-publisher
aptitude-publisher --help
Run it without a persistent install:
uvx aptitude-publisher --help
The package installs this console command:
aptitude-publisher
Configure Registry Access
Publisher uploads require a registry publish token:
export APTITUDE_PUBLISH_TOKEN=publisher-token
The default registry URL is http://127.0.0.1:8000. Override it for production or self-hosted registries:
export APTITUDE_REGISTRY_URL=https://api.aptitude-registry.dev
Relationship and existing-skill checks can also use a read token:
export APTITUDE_READ_TOKEN=reader-token
Usage
Launch the guided publisher wizard:
aptitude-publisher menu
Inspect a skill folder before publishing:
aptitude-publisher inspect /path/to/skill
Run the full local flow and stop before upload:
aptitude-publisher publish /path/to/skill --dry-run
Publish a skill to the configured registry:
aptitude-publisher publish /path/to/skill --intent create_skill
Upload multiple skills concurrently with an admin-scoped registry token:
export APTITUDE_ADMIN_TOKEN=admin-token
aptitude-publisher admin-batch-upload /path/to/skill-a /path/to/skill-b --intent create_skill
Batch upload runs local scans and uploads in the background, then prints only a final summary.
Publish a new version of an existing skill:
aptitude-publisher publish /path/to/skill --intent publish_version
Override identity fields when needed:
aptitude-publisher publish /path/to/skill \
--slug my-skill \
--version 1.0.0 \
--publisher-identity my-team
Skill Folder Contract
A publish-ready source is a local skill folder with a required SKILL.md file. The publisher reads the SKILL.md frontmatter for registry identity, version, metadata, schemas, and relationships.
Generated files under .publisher_artifacts/ are local trace artifacts. They are not source files to author, and they are excluded from the immutable upload bundle.
What Works Today
- guided inspect and publish menu
- skill-root discovery from local folders or explicit paths
- registry identity derivation from
SKILL.mdfrontmatter - create-skill and publish-version intent handling
- relationship normalization and registry existence alerts
- metadata extraction for public skill facts and generated estimates
- SKILL.md contract validation
- LLM Guard security scanning over skill text and companion files
- Upskill-backed performance evaluation when configured
- weighted publish ranking and block/allow decisions
- deterministic
tar.zstbundle creation - registry upload with multipart artifact delivery
- admin batch upload with summary-only output
Source
Source and contributor documentation live in the project repository:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aptitude_publisher-0.1.3.tar.gz.
File metadata
- Download URL: aptitude_publisher-0.1.3.tar.gz
- Upload date:
- Size: 59.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ef84f749a769a745f27414a0999352574314a4882d3c05a9528dfa85df27a75
|
|
| MD5 |
415d2d61927212919bde958456a93ea3
|
|
| BLAKE2b-256 |
eb8d00409231f50b06d412ddc3e90448c5171be8a697843b910e0bc6e636d2c4
|
File details
Details for the file aptitude_publisher-0.1.3-py3-none-any.whl.
File metadata
- Download URL: aptitude_publisher-0.1.3-py3-none-any.whl
- Upload date:
- Size: 73.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92d5f105f24322a2b53e766256c0ef5d57678fa1bd330d2e83e44fdce2e3922b
|
|
| MD5 |
67cc53fcf7427c679cc4de4600b36eb2
|
|
| BLAKE2b-256 |
5cb1a6bf2ef8b2b3357814fa430e1ee08ed2a357da0bd22e217b69dbaa86a941
|