List all Prompts
Thelist command is perfect for getting a quick, high-level overview of your entire library. The default view is compact, while the --wide flag provides more detail.
- CLI
- Python
Search for a Specific Prompt
When your library is large, direct search is the fastest way to find what you need. The defaultfuzzy search is fast, requires no setup, and intelligently searches names, descriptions, and tags.
Checkout advanced searching methods like Semantic or Fuzzy based at Advanced Search & Discovery.
- CLI
- Python
The Organized Tree
If you’ve organized your prompts withnamespaces (e.g., namespace: [agents, support]), the tree command visualizes your library in a familiar, folder-like structure. This is the best way to browse prompts by category.
- CLI
NoteThe tree command is purely a CLI visualization tool and does not have a direct SDK equivalent, as the SDK’s list_prompts() method provides the raw data needed to build any custom tree structure programmatically.
Next Steps
You now know the three primary ways to find prompts in your library.Fetch and Run
Learn how pick up a prompt and test it quickly.
