Home / aircrushin / promptminder · .agents/skills/promptminder-cli/SKILL.md · GitHub

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

Latest version
mdr add aircrushin/promptminder/promptminder-cli@v1.0.0
Exact content
mdr add aircrushin/promptminder/promptminder-cli@sha256:fcd214813c7055aa

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_3s3wo5wdyysnbl6x.svg)](https://markdownregistry.com/a/art_3s3wo5wdyysnbl6x)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.0.0 latest2026-09-21 5319a3e 5,875 BA view · diff
v1.0.02026-09-10 8247f0e 6,038 BA view · diff
v1.0.02026-04-06 66c439c 4,179 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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

impeccable skill
aircrushin/promptminder · .agents/skills/impeccable/SKILL.md · Use for frontend UI design, UX audits, responsive layout, accessibility, motion, or visual polish. Not for backend-only…
git:20260921.5319a3e · audit A · 112 stars
AGENTS.md agents
aircrushin/promptminder · AGENTS.md
git:20260921.5319a3e · audit A · 112 stars
CLAUDE.md claude
aircrushin/promptminder · CLAUDE.md
git:20260921.5319a3e · audit A · 112 stars
DESIGN.md design
aircrushin/promptminder · DESIGN.md · Monochrome prompt workbench for confident, precise AI workflow control
git:20260728.9af7023 · audit A · 112 stars
promptminder-cli skill
aircrushin/promptminder · packages/promptminder-cli/skills/promptminder-cli/SKILL.md · Use when running promptminder or promptminder-agent commands, setting PROMPTMINDER_TOKEN, passing --team for workspace…
git:20260910.8247f0e · audit A · 112 stars
promptminder-cli skill
aircrushin/promptminder · promptminder-cli-skill/SKILL.md · Use when running PromptMinder CLI or agent-wrapper commands, configuring its token, or debugging team-scoped JSON I/O…
git:20260921.5319a3e · audit A · 112 stars

Every file in aircrushin/promptminder

Other files named promptminder-cli

promptminder-cli skill
aircrushin/promptminder · packages/promptminder-cli/skills/promptminder-cli/SKILL.md · Use when running promptminder or promptminder-agent commands, setting PROMPTMINDER_TOKEN, passing --team for workspace…
git:20260910.8247f0e · audit A · 112 stars
promptminder-cli skill
aircrushin/promptminder · promptminder-cli-skill/SKILL.md · Use when running PromptMinder CLI or agent-wrapper commands, configuring its token, or debugging team-scoped JSON I/O…
git:20260921.5319a3e · audit A · 112 stars

Browse by kind, by grade A, or by owner.