prompts-gpt pull
Download prompt packs from your prompts-gpt.com project library as local Markdown files.
Usage
prompts-gpt pull [--query <text>] [--category <name>] [--limit <n>] [--out <dir>] [--overwrite]
Options
| Flag | Description |
|---|---|
--query <text> | Search query for the library |
--q <text> | Alias for --query |
--category <name> | Filter by category |
--tool <name> | Filter by supported tool |
--output-type <name> | Filter by output type |
--limit <n> | Max results (1–100) |
--out <dir> | Output directory. Default: .prompts-gpt |
--overwrite | Replace existing files |
--token <token> | Override token |
--api-url <url> | Override API URL |
--cwd <path> | Project directory |
Difference from sync
pull downloads prompt Markdown files only. sync also generates agent-specific files (AGENTS.md, .cursor/rules, etc.) and updates the manifest.
Examples
prompts-gpt pull
prompts-gpt pull --category "Security" --limit 10
prompts-gpt pull --query "error handling" --overwrite
See Also
- sync — Pull + agent file generation