atrium-publish

Publishes queued skills to the Atrium marketplace via CLI with provenance and pricing metadata.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill atrium-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atrium-publish
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/atrium-publish
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill atrium-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publishes designated local skills to Atrium's on-chain marketplace with provenance and per-call pricing, enabling operators to monetize evolved or created skills automatically.

Core Features & Use Cases

  • Queued publishing: publishes only skills explicitly opted into the queue with DID-signed provenance.
  • Bootstrap-safe: gracefully handles missing sources and bootstraps necessary secrets at runtime.
  • End-to-end publishing workflow: builds publish requests, validates metadata, executes Atrium CLI publishes, and records results for traceability.

Quick Start

Publish the next batch of queued skills to Atrium using the configured CLI.

Frequently Asked Questions about atrium-publish

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

FAQPage Schema
How do I publish skills to an on-chain marketplace with per-call pricing?

Publishing skills to an on-chain marketplace with per-call pricing is done by constructing metadata frontmatter and executing the flow via the Atrium CLI. The process builds publish requests with DID-signed provenance and records results to memory.

What is DID-signed provenance and why is it needed for skill monetization?

DID-signed provenance is a cryptographic attribution record embedded in skill frontmatter during the publishing workflow. It is needed for on-chain monetization to verify the author_did and establish traceable ownership of published skills.

How do I queue local skills for batch publishing to Atrium?

Queue local skills for batch publishing by explicitly opting designated skills into the queue before execution. The publishing workflow operates only on these queued skills, processing them sequentially and handling secrets management for scalable monetization.

Can I publish skills to Atrium if local sources or secrets are missing?

Yes, you can publish skills when local sources or secrets are missing because the workflow is bootstrap-safe. It gracefully handles missing sources and automatically bootstraps necessary secrets at runtime during the CLI execution.

What metadata frontmatter is required to monetize skills on-chain?

Required metadata frontmatter to monetize skills on-chain includes name, version, author_did, description, tags, categories, language, runtime, price_per_call_usdc, parent_skills, created_at, and derivation_method. This frontmatter is constructed and validated before publishing.

Does the Atrium CLI handle queue management and secrets for scalable skill publishing?

Yes, the Atrium CLI handles queue management and secrets for scalable skill publishing. The workflow manages the queue of opted-in skills and bootstraps secrets at runtime, ensuring graceful processing and traceable recording of publish results.