AI Prompts Library
A WordPress plugin to create, organize, and reuse AI prompts with advanced management features.
by Gustavo Bordoni · github.com/bordoni/ai-prompts-library · website
★ 3stars
3release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/bordoni/ai-prompts-library/releases/download/1.0.1/ai-prompts-library.1.0.1.zipFrom the readme
AI Prompts Library
A WordPress plugin to create, organize, and reuse AI prompts with advanced management features.
Description
AI Prompts Library helps you manage and organize your AI prompts in WordPress. Create a searchable library of prompts for ChatGPT, Claude, and other AI tools.
Features
- Custom Post Type - Dedicated post type for managing AI prompts
- Compatibility Taxonomy - Tag prompts with compatible AI tools (Claude, ChatGPT, Cursor, etc.)
- Custom Gutenberg Block - Block for displaying and editing prompt content with dual-mode behavior
- Copy to Clipboard - Easy one-click copying of prompts from the block toolbar
- Import/Export - Backup and share prompts via JSON format
- REST API - Programmatic access to your prompts
- Advanced Search - Search across prompt titles and content
- Character/Word Count - Automatic tracking of prompt statistics
- Block Bindings API - Seamless integration with WordPress 6.7+ Block Bindings
Requirements
- WordPress 6.7 or higher (required for Block Bindings API)
- PHP 7.4 or higher
- Node.js 20 (for development)
Installation
From GitHub
1. Download the latest release from the releases page
2. Upload the plugin files to /wp-content
Read the full README on GitHub →