|
| 1 | +{ |
| 2 | + "schema_version": 1, |
| 3 | + "id": "io.pilot.tldr", |
| 4 | + "display_name": "Tldr", |
| 5 | + "tagline": "tldr (tlrc 1.13.1) as native, example-first documentation for agents: simplified, community-driven man pages for ~7,350+", |
| 6 | + "description_md": "tldr (tlrc 1.13.1) as native, example-first documentation for agents: simplified, community-driven man pages for ~7,350+ command-line tools, delivered to the host and fronted as typed methods. Look up a command's cheat-sheet as clean text or raw Markdown, search the whole catalog by keyword, list the directory of documented tools, refresh or inspect the local cache, render a local page, and reach every client flag (--platform, --language, --list-all, --offline, …) via a verbatim-argv passthrough. Open source — MIT client, CC-BY-4.0 pages — self-contained and offline after the first fetch, on macOS and Linux.", |
| 7 | + "vendor": { |
| 8 | + "name": "Pilot Protocol", |
| 9 | + "url": "https://pilotprotocol.network", |
| 10 | + "contact": "apps@pilotprotocol.network", |
| 11 | + "agent_usage": "Agents recall any CLI with tldr.get (clean text) or tldr.raw (raw Markdown), discover tools by task with tldr.search, browse the catalog with tldr.list, keep the cache current with tldr.update / inspect it with tldr.info, render a local page with tldr.render, and reach every client flag (--platform, --language, --list-all, --offline) via tldr.exec (verbatim argv + optional stdin). Output is clean text/Markdown, or {stdout,stderr,exit} on a non-zero exit.", |
| 12 | + "capabilities": "Delivers the official tldr-pages client (tlrc 1.13.1, MIT) as a sha-pinned, relocatable per-OS/arch bundle fronting simplified, example-first man pages for ~7,350+ commands. The ~3 MiB page catalog (CC-BY-4.0, © tldr-pages contributors) auto-downloads on first use and works offline thereafter. Repackaged unmodified from the upstream tlrc release with a thin wrapper that serves a complete, color-free command-palette reference.", |
| 13 | + "publisher_pubkey": "ed25519:PWQdFC8oGtlYsGhVtjMcR1CfOKKa0O3TtKtFD8vrD90=" |
| 14 | + }, |
| 15 | + "source_url": "https://github.com/pilot-protocol/app-template/tree/main/submissions/io.pilot.tldr", |
| 16 | + "license": "", |
| 17 | + "categories": [], |
| 18 | + "size": { |
| 19 | + "bundle_bytes": 5355931 |
| 20 | + }, |
| 21 | + "methods": [ |
| 22 | + { |
| 23 | + "name": "tldr.get", |
| 24 | + "summary": "Look up a command's tldr page and return the concise, example-first cheat-sheet as clean text (color stripped). The fastest way to recall exactly how to invoke a CLI. This is `tldr --quiet --color never <command>`. The page cache auto-downloads on first use." |
| 25 | + }, |
| 26 | + { |
| 27 | + "name": "tldr.raw", |
| 28 | + "summary": "Return a page as raw Markdown (unrendered) — the most machine-parseable form, ideal for an agent that wants to extract the example commands programmatically. This is `tldr --quiet --raw <command>`." |
| 29 | + }, |
| 30 | + { |
| 31 | + "name": "tldr.search", |
| 32 | + "summary": "Full-text search across the entire tldr catalog for a keyword and return each matching page as `language platform page`. First-class content search — find the right tool when you only know the task (\"compress\", \"screenshot\", \"json\"). This is `tldr --quiet --search <keyword>`." |
| 33 | + }, |
| 34 | + { |
| 35 | + "name": "tldr.list", |
| 36 | + "summary": "List every documented command for the current platform plus the cross-platform `common` set — a directory of all tools tldr covers, one name per line. Pair with tldr.search to explore the catalog. This is `tldr --quiet --list`. (Use tldr.exec with [\"--list-all\"] for every platform.)" |
| 37 | + }, |
| 38 | + { |
| 39 | + "name": "tldr.info", |
| 40 | + "summary": "Show cache information: the on-disk cache path, its age, the installed languages, and the total page count. This is `tldr --info`." |
| 41 | + }, |
| 42 | + { |
| 43 | + "name": "tldr.update", |
| 44 | + "summary": "Refresh the local page cache from the tldr-pages archive (downloads only the languages that changed). Needs network; the cache also auto-downloads on first use, so this is only for an explicit refresh. This is `tldr --update`." |
| 45 | + }, |
| 46 | + { |
| 47 | + "name": "tldr.render", |
| 48 | + "summary": "Render a local tldr page file (a `.md` in tldr format) as clean text — preview a page you are authoring or one written elsewhere. This is `tldr --quiet --color never --render <file>`." |
| 49 | + }, |
| 50 | + { |
| 51 | + "name": "tldr.exec", |
| 52 | + "summary": "Run the tldr client with a verbatim argv — the full surface beyond the curated methods. Payload is {\"args\":[...]} forwarded straight to `tldr`, plus optional {\"stdin\":\"...\"}. Use it for any flag or combination the curated methods don't cover: `--platform linux systemctl` to force a platform, `--list-all`/`--list-platforms`/`--list-languages`, `-L es` for another language, `--short-options`/`--long-options`, `--edit`, `--offline`, `--gen-config`, or a multi-word page as separate args. Examples: {\"args\":[\"--platform\",\"linux\",\"systemctl\"]}; {\"args\":[\"--list-all\"]}; {\"args\":[\"git\",\"commit\"]}; {\"args\":[\"-L\",\"es\",\"tar\"]}." |
| 53 | + }, |
| 54 | + { |
| 55 | + "name": "tldr.cli_help", |
| 56 | + "summary": "Return the complete tldr command-palette reference — every operation and modifier flag, its values and defaults, the platform list, cache/offline behavior, search & directory usage, worked examples, and licensing — as clean, color-free text. The full contract for what tldr.get / tldr.exec accept. This is `tldr --help`." |
| 57 | + }, |
| 58 | + { |
| 59 | + "name": "tldr.version", |
| 60 | + "summary": "Print the delivered client and tldr-client-spec version, e.g. \"tlrc v1.13.1 (implementing the tldr client specification v2.3)\". Needs no cache. This is `tldr --version`." |
| 61 | + } |
| 62 | + ], |
| 63 | + "changelog": [ |
| 64 | + { |
| 65 | + "version": "1.13.1", |
| 66 | + "notes": [ |
| 67 | + "Published v 1.13.1" |
| 68 | + ] |
| 69 | + } |
| 70 | + ] |
| 71 | +} |
0 commit comments