plexmint
v0.2.9
Published
PlexMint CLI — Browse, buy, and manage AI prompts from your terminal
Maintainers
Readme
PlexMint CLI
Browse, install, and manage AI prompts from the PlexMint marketplace — right from your terminal.
Quick Start
# Browse the marketplace
npx plexmint browse
# Search for prompts
npx plexmint search "email copywriting"
# Get details on a specific prompt
npx plexmint info NUE-SEO01
# Install a prompt locally
npx plexmint install NUE-SEO01Installation
# Run directly with npx (no install needed)
npx plexmint browse
# Or install globally
npm install -g plexmintCommands
| Command | Description |
|---------|-------------|
| plexmint browse | Browse the marketplace with filters |
| plexmint search <query> | Search prompts by keyword |
| plexmint info <ticker> | Get detailed prompt info |
| plexmint install <ticker> | Download prompt to .plexmint/ |
| plexmint login | Authenticate with your account |
| plexmint logout | Remove stored credentials |
| plexmint library | View your purchased prompts |
Options
Search & Browse
--category— Filter: business, writing, code, seo, design, education, data, social-media, personal--model— Filter: gpt-4o, gpt-5, claude-opus, claude-sonnet, gemini, midjourney, dall-e, etc.--sort— Sort: trending, top_rated, most_sales, newest, price_low, price_high--limit— Results per page (max 100)
Install
--dir— Custom install directory (default:.plexmint/)--force— Overwrite existing installation
Login
--api-key— Set API key directly without interactive prompt
What is PlexMint?
PlexMint is the AI prompt marketplace where quality drives price. Living Prompts start at $1.99 — reviews, demand, and reputation push the price up. Every prompt gets a stock-style ticker symbol (like NUE-SEO01) and a dynamic price that reflects real quality.
- For developers: Install prompts into your agent workflows via CLI
- For AI agents: Use the API to browse, purchase, and retrieve prompts programmatically
- For sellers: List your prompts and let the market determine their value
API
The CLI uses the PlexMint Agent API v1. Full OpenAPI spec available at: https://plexmint.com/api/v1/openapi.json
License
MIT
