Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Prompt AlchemyNew to Visual Studio Code? Get it now.
Prompt Alchemy

Prompt Alchemy

easy-tools

|
21 installs
| (0) | Free
A lightweight VSCode extension for optimizing AI prompts using configurable LLM providers.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Prompt Alchemy

A lightweight VS Code extension for optimizing AI prompts using configurable LLM providers.

Main App Screenshot

Features

  • Model Configuration — Support for OpenAI, Gemini, DeepSeek, and custom providers with secure API key storage.
  • Optimization Types — Choose between Basic, Professional, and Step-by-Step optimization modes, each with dedicated prompts.
  • Full Internationalization (i18n) — All UI labels support Chinese/English switching based on language settings.
  • One-Click Optimization — Paste or type your prompt, click "Optimize", and get an improved version instantly.
  • Optimize from Clipboard — Copy text anywhere (editor, Webview, external app), press Ctrl+Alt+M (⌘⌥M on Mac), and paste the optimized result.
  • Editor Integration — Right-click selected text in the editor to send it directly to the optimizer sidebar.
  • One-Click Copy — Copy the optimized prompt to your clipboard with a single click.

Getting Started

Installation

  1. Open VS Code
  2. Press Ctrl+Shift+X to open the Extensions panel
  3. Search for Prompt Alchemy
  4. Click Install

Configuration

  1. Click the Prompt Alchemy icon in the Activity Bar to open the sidebar
  2. Expand the Model Configuration section
  3. Select your Provider (OpenAI, Gemini, DeepSeek, or Custom)
  4. Enter your API Key
  5. (Optional) Modify the Base URL if using a custom endpoint
  6. Set the Model Name (e.g., gpt-4o, gemini-1.5-pro, deepseek-chat)
  7. Click Save

Usage

Sidebar Workflow

  1. Open the Prompt Alchemy sidebar
  2. Enter your prompt in the Original Prompt text area
  3. Click Optimize
  4. View the improved prompt in the Optimized Prompt section
  5. Click Copy to copy the result to your clipboard

You can also select text in the editor, right-click, and choose Send to Prompt Alchemy to fill the input automatically.

Clipboard Optimization (Works Everywhere)

This feature lets you optimize text without opening the sidebar — works from any context.

Step Action Windows / Linux macOS
1 Copy the text you want to optimize Ctrl+C ⌘C
2 Press the shortcut to trigger optimization Ctrl+Alt+M ⌘⌥M
3 Paste the optimized result Ctrl+V ⌘V

How it works: The extension reads the clipboard content, sends it to your configured LLM for optimization, and writes the result back to the clipboard.

Supported Providers

Provider Default Base URL
OpenAI https://api.openai.com/v1
Gemini https://generativelanguage.googleapis.com/v1beta
DeepSeek https://api.deepseek.com/v1
Custom (user-defined)

Development

Prerequisites

  • Node.js v18+
  • VS Code v1.85+

Build

npm install
npm run build

Watch

npm run watch

Package

npm run package

Lint

npm run lint

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft