promptminder-cli skillA
promptminder-cli is agent-read markdown (skill) from aircrushin/promptminder: Use when running PromptMinder CLI or agent-wrapper commands, configuring its token, or debugging team-scoped JSON I/O errors..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# PromptMinder CLI
## Overview
`promptminder` is a JSON-in / JSON-out CLI for managing prompts, tags, and teams via the PromptMinder API. Every success response goes to **stdout**; every error goes to **stderr** as `{"error":{"message":"...","status":null}}`.
Requires Node.js ≥ 20. Install the CLI first:
```bash
npm i -g @aircrushin/promptminder-cli
```
To update, run `npm i -g @aircrushin/promptminder-cli@latest`; check the installed version with `npm list -g @aircrushin/promptminder-cli --depth=0`.
## Auth & Token
Choose environment auth or local login; either is sufficient. An old `PROMPTMINDER_TOKEN` overrides a newly saved login.
Token resolution order: `--token` flag -> `PROMPTMINDER_TOKEN` env var -> saved config.
```bash
# One-time interactive login (saves token to ~/.promptminder/config.json)
promptminder auth login --token pm_xxx
# CI / scripts — prefer env var, no saved state needed
export PROMPTMINDER_TOKEN=pm_xxx
promptminder prompt list
```
`promptminder auth logout` removes only the saved token, not `PROMPTMINDER_TOKEN`.
## Quick Reference
```text
promptminder auth login --token <token>
promptminder team list
…Read the whole file at its exact version.
How to install
mdr add aircrushin/promptminder/promptminder-cli@v1.0.0mdr add aircrushin/promptminder/promptminder-cli@sha256:fcd214813c7055aaPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_3s3wo5wdyysnbl6x)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v1.0.0 latest | 2026-09-21 | 5319a3e | 5,875 B | A | view · diff |
| v1.0.0 | 2026-09-10 | 8247f0e | 6,038 B | A | view · diff |
| v1.0.0 | 2026-04-06 | 66c439c | 4,179 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (5875 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
aircrushin/promptminder · 112 stars · license none · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_3s3wo5wdyysnbl6x GET https://markdownregistry.com/api/v1/resolve?ref=aircrushin/promptminder/promptminder-cli GET https://markdownregistry.com/api/v1/blob/fcd214813c7055aa8ed856a4a21c5342acbc14ab8d64e68bc4856e217d8a659b
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from aircrushin/promptminder
Every file in aircrushin/promptminder