promptminder-cli skillA
promptminder-cli is agent-read markdown (skill) from aircrushin/promptminder: Use when running promptminder or promptminder-agent commands, setting PROMPTMINDER_TOKEN, passing --team for workspace scoping, handling JSON stderr errors like "Missing token" or HTTP 401, or using the agent wrapper with dot-notation actions and --input JSON..
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 and 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@git:20260910.8247f0emdr add aircrushin/promptminder/promptminder-cli@sha256:7f17488c1f0c78f0Pin 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_xheqmis5jmsxqwnh)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260910.8247f0e latest | 2026-09-10 | 8247f0e | 5,989 B | A | view · diff |
| git:20260406.0bf6655 | 2026-04-06 | 0bf6655 | 4,142 B | A | view · diff |
| git:20260405.b55bf95 | 2026-04-05 | b55bf95 | 4,124 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 (5989 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_xheqmis5jmsxqwnh GET https://markdownregistry.com/api/v1/resolve?ref=aircrushin/promptminder/promptminder-cli GET https://markdownregistry.com/api/v1/blob/7f17488c1f0c78f05db2e6de9a896247698beb2421220ef430ba2d0a18749861
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