Prompt Fox!

Prompt Management for Google Chrome + WordPress

Prompt Fox is a powerful two-part system combining a WordPress plugin and Chrome extension to capture, organize, and reuse AI prompts efficiently.

This innovative solution bridges the gap between web browsing and content management, making building and maintaining your prompt library easier than ever.

Core Components

1. A WordPress Plugin (Prompt Fox Server)

The WordPress plugin serves as the secure backend, providing:

  • Custom REST API endpoints for prompt storage and retrieval
  • Application password authentication for secure access
  • Flexible categorization system for prompts
  • Advanced search capabilities
  • Efficient prompt organization through WordPress’s native post system

2. A Chrome Extension (Prompt Fox Client)

Capture text on any page for use a prompt in ChatGPT

The browser extension acts as your prompt capture and management tool:

  • One-click text selection and capture from any webpage
  • Direct integration with your WordPress site
  • Quick prompt insertion into any text field
  • Real-time prompt search and preview
  • Copy and paste functionality for captured prompts

Key Features

Text Capture

  • Select any text on any webpage
  • Automatically capture and store selected content
  • Categorize prompts during the capture
  • Preview before saving

Prompt Management

  • Organize prompts by categories
  • Search through your entire prompt library
  • View prompt history with timestamps
  • Quick preview of stored prompts

Prompt Reuse

  • Insert prompts directly into any text field
  • Copy prompts to the clipboard
  • Preview before insertion
  • Works with any text input or content-editable area

Use Cases

Content Creation

  • Save successful AI prompts for reuse
  • Build prompt templates
  • Share prompts across teams
  • Track prompt effectiveness

Research

  • Capture important context
  • Store reference material
  • Build prompt libraries
  • Organize research findings

Development

  • Store code snippets
  • Save testing prompts
  • Maintain documentation
  • Share technical references

Benefits

Efficiency

  • Reduce time spent rewriting prompts
  • Quick access to your prompt library
  • Streamlined workflow
  • Less context switching

Organization

  • Centralized prompt storage
  • Categorized content
  • Searchable database
  • Version tracking

Accessibility

  • Access prompts from any device
  • Share across teams
  • Browser-based interface
  • WordPress Integration

This innovative system combines the power of WordPress’s content management capabilities with the convenience of browser-based capture, creating a seamless, prompt management solution for modern AI workflows.

Technical Implementation

WordPress Integration

The plugin extends WordPress with:

  • Custom post types for prompt storage
  • REST API endpoints for CRUD operations
  • Taxonomies for categorization
  • Admin interface for management

Chrome Extension Features

The extension provides:

  • Context menu integration
  • Text selection handlers
  • Secure credential management
  • Cross-domain communication

Security

  • Secure WordPress application password authentication
  • CORS protection
  • Safe credential storage
  • Encrypted communication

Open Source

Download, customize, and build new features!

https://github.com/sethshoultes/prompt-fox

Project Structure

wordpress-shortcode-manager/
├── manifest.json
├── popup/
│   ├── popup.html
│   ├── popup.js
│   └── styles.css
├── background.js
└── icons/
    ├── icon16.png
    ├── icon48.png
    └── icon128.png

Building from Source

  1. Install dependencies:npm install
  2. Make your modifications to the source files
  3. Build the extension:npm run build

Contributing

  1. Fork the repository
  2. Create a new branch for your feature
  3. Submit a pull request

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *