Quick Prompt: Enhance Your Workflow with AI Prompt Management
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Quick Prompt is an innovative browser extension designed to streamline your interactions with AI tools by providing robust prompt management and quick input capabilities. It allows users to create, organize, and rapidly insert predefined prompts into any web input field, significantly boosting productivity and efficiency. Built with TypeScript, Quick Prompt offers a seamless experience for managing your AI prompts.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Quick Prompt is an innovative browser extension designed to streamline your interactions with AI tools by providing robust prompt management and quick input capabilities. Developed by wenyuanw, this project helps users create, organize, and rapidly insert predefined prompts into any web input field, significantly boosting productivity and efficiency. Built with TypeScript, Quick Prompt offers a seamless experience for managing your AI prompts.
For those who prefer a desktop experience, a compatible Quick Prompt Raycast plugin is also available, allowing for smooth data migration.
Installation
Getting started with Quick Prompt is straightforward. You can install it via the Chrome Web Store, download a pre-built package from GitHub Releases, or build it from source.
From Chrome Web Store
The easiest way to install is directly from the Chrome Web Store:
From GitHub Releases
Alternatively, you can download the latest version from GitHub:
- Visit the GitHub Releases page.
- Download the latest built extension package.
- Unzip the downloaded file.
- Follow the instructions below to load the unpacked extension in your browser.
From Source
For developers, you can build Quick Prompt from its source code:
git clone https://github.com/wenyuanw/quick-prompt.git
cd quick-prompt
pnpm install
pnpm build
Refer to the official GitHub repository for detailed build instructions for other browsers like Firefox.
Installing a Built Extension
- Chrome / Edge:
- Open
chrome://extensionsoredge://extensions. - Enable "Developer mode".
- Click "Load unpacked".
- Select the
.output/chrome-mv3/directory from your project.
- Open
- Firefox:
- Open
about:debugging. - Click "This Firefox".
- Click "Load Temporary Add-on".
- Select the
manifest.jsonfile within the.output/firefox-mv2/directory of your project.
- Open
Examples
Quick Prompt offers several intuitive ways to access and manage your prompts:
- Quick Trigger: Simply type
/pinto any text input field on a webpage to bring up the prompt selector. - Keyboard Shortcut: Use
Ctrl+Shift+P(Windows/Linux) orCommand+Shift+P(macOS) to open the prompt selector anywhere. - Saving Prompts:
- Shortcut: Select any text, then use
Ctrl+Shift+S(Windows/Linux) orCommand+Shift+S(macOS) to quickly save it as a new prompt. - Right-Click Menu: Select text, right-click, and choose "Save this prompt" from the context menu.
- Shortcut: Select any text, then use
- Variable Support: Prompts can include variables in the format
{{variable_name}}. When you select such a prompt, a pop-up will appear, allowing you to input specific values for these variables before insertion. - Data Management: Easily export your entire prompt library to a JSON file for backup or import a JSON file to restore or merge prompts.
- Notion Sync: Synchronize your prompt library with a Notion database for centralized management.
The extension provides a clean and user-friendly interface for both prompt selection and management, as showcased in the repository's preview images.
Why Use It
Quick Prompt stands out as an essential tool for anyone frequently interacting with AI models. Its key benefits include:
- Enhanced Productivity: Drastically reduce repetitive typing by quickly inserting complex or frequently used prompts.
- Centralized Management: Keep all your AI prompts organized in one place, with support for categories, tags, and search functionality.
- Customization and Flexibility: Define custom prompts with variables, adapting them to various scenarios without needing to rewrite them each time.
- Data Portability: Secure your prompt library with easy export/import features, ensuring your data is always accessible and backed up.
- Seamless Integration: Works directly within your browser, integrating smoothly into your existing workflow.
- Notion Integration: For users leveraging Notion, the synchronization feature offers an unparalleled level of organization and accessibility for their prompt library.
Links
- GitHub Repository: https://github.com/wenyuanw/quick-prompt
- Chrome Web Store: https://chromewebstore.google.com/detail/quick-prompt/hnjamiaoicaepbkhdoknhhcedjdocpkd
- Raycast Plugin: https://github.com/wenyuanw/quick-prompt-raycast
Related repositories
Similar repositories that may be relevant next.

awesome-cli-coding-agents: A Curated Directory of Terminal-Native AI Tools
August 9, 2026
The `awesome-cli-coding-agents` repository offers a comprehensive, curated directory of over 100 terminal-native AI coding agents. These powerful tools operate directly within your command line, enabling autonomous code reading, editing, and execution. The list also covers various harnesses and orchestration solutions for managing these agents.

CubeSandbox: Instant, Concurrent, and Secure Sandbox for AI Agents
August 9, 2026
CubeSandbox, developed by TencentCloud, is a high-performance, secure sandbox service built on RustVMM and KVM, designed specifically for AI agents. It offers ultra-fast startup times, hardware-level isolation, and high-density deployment, making it ideal for scalable and secure agent execution environments. The service is also fully compatible with the E2B SDK for seamless integration.

QwenPaw: Your Personal AI Assistant for Local and Cloud Deployment
August 7, 2026
QwenPaw is a powerful personal AI assistant designed for easy installation and deployment, either on your local machine or in the cloud. It supports multiple chat applications and offers highly extensible capabilities, making it a versatile tool for various AI-driven tasks. With its robust memory system and security features, QwenPaw aims to be an intuitive and private partner in your digital life.

DeepTutor: Lifelong Personalized Tutoring with AI Agents
August 7, 2026
DeepTutor is an advanced AI-powered platform designed for lifelong personalized tutoring, integrating various learning modes into a single, extensible system. It leverages large language models and multi-agent systems to offer features like interactive chat, quiz generation, and skill development. This project provides a comprehensive environment for learners and educators seeking intelligent, adaptive educational tools.
Source repository
Open the original repository on GitHub.
11 counted GitHub visits