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

|
3 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.
  • One-Click Optimization — Paste or type your prompt, click "Optimize", and get an improved version instantly.
  • 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

  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.

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