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

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

Latest version
mdr add aircrushin/promptminder/promptminder-cli@git:20260910.8247f0e
Exact content
mdr add aircrushin/promptminder/promptminder-cli@sha256:7f17488c1f0c78f0

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_xheqmis5jmsxqwnh.svg)](https://markdownregistry.com/a/art_xheqmis5jmsxqwnh)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260910.8247f0e latest2026-09-10 8247f0e 5,989 BA view · diff
git:20260406.0bf66552026-04-06 0bf6655 4,142 BA view · diff
git:20260405.b55bf952026-04-05 b55bf95 4,124 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 (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

GitHub

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

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
promptminder-cli skill
aircrushin/promptminder · .agents/skills/promptminder-cli/SKILL.md · Use when running PromptMinder CLI or agent-wrapper commands, configuring its token, or debugging team-scoped JSON I/O…
v1.0.0 · 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 · 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 · .agents/skills/promptminder-cli/SKILL.md · Use when running PromptMinder CLI or agent-wrapper commands, configuring its token, or debugging team-scoped JSON I/O…
v1.0.0 · 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.