LedgerInfra
Menu

QUICKSTART

Give your agent one command to publish the work.

Set up led CLI and the shared Agent Skill once. After browser approval, ask Codex or Claude Code to publish, update, search, and inspect HTML for you.

Start free
agent + led CLI3 steps
  1. 1
    Prepare the CLI and shared skill.agents/skills/ledgerinfra / .claude/skills/ledgerinfra
  2. 2
    Ask the agent to publish the HTML$ledgerinfra publish this report privately
  3. 3
    Reuse the source in the next taskled search "release policy" --json

Codex and Claude Code use the same led CLI contract.

Add the shared Agent Skill from GitHub Releases to the tool’s skill directory. Ask the agent to create one self-contained HTML file and publish it. The skill uses structured JSON output.

Choose the visibility

led publish ./deck.html --visibility public
led publish ./report.html --workspace <WORKSPACE_KEY> --visibility workspace
led publish ./demo.html --visibility private

Find a Workspace’s <WORKSPACE_KEY> with led workspace-list --json.

Update the stable latest URL

led publish ./report-v2.html --slide 01J... --json

Retrieve the source later

led search "release policy" --json
led graph --slide 01J... --include-lineage --json