Home / aircrushin / promptminder · promptminder-cli-skill/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}}`.

Install the CLI first:

```bash
npm i -g @aircrushin/promptminder-cli
```

## Auth and Token

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 the saved token.

## Quick Reference

```text
promptminder auth login --token <token>
promptminder team list
promptminder prompt list   [--team <id>] [--tag <tag>] [--search <text>] [--page <n>] [--limit <n>]
promptminder prompt get    <id> [--team <id>]
promptminder prompt create --title <text> --content <text> [--description <text>] [--tags <csv>] [--version <text>] [--team <id>]
promptminder prompt update <id> [--title <text>] [--content <text>] [--team <id>]
…

Read the whole file at its exact version.

How to install

Latest version
mdr add aircrushin/promptminder/promptminder-cli@git:20260921.5319a3e
Exact content
mdr add aircrushin/promptminder/promptminder-cli@sha256:30a8db3c05c1b5eb

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.5319a3e latest2026-09-21 5319a3e 4,007 BA view · diff
git:20260406.0bf66552026-04-06 0bf6655 4,142 BA view · diff
v1.0.02026-04-06 d844015 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 (4007 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_yq6t2biapwtuxrp3
GET https://markdownregistry.com/api/v1/resolve?ref=aircrushin/promptminder/promptminder-cli
GET https://markdownregistry.com/api/v1/blob/30a8db3c05c1b5eb3f23190b6b083835f54b2918cfc1316755755e5972f41b90

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 · 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

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 · 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

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