A Raycast extension to upload images to image hosts using PicGo-Core.
If you speak Chinese, check out 中文文档.
npm is accessible. You can configure the NPM Path in the extension preferences if it's not in the default location.Select images from the file picker or paste from the clipboard (Cmd+V) to upload.
Cmd+V).

View and manage all your uploader configurations.
enter to set as default uploader config.

Search for PicGo plugins on NPM to extend uploader functionality.

View installed plugins. You can update, uninstall, or configure them.

| Preference | Description | Default |
|---|---|---|
| Upload Timeout | Maximum time (in ms) to wait for upload completion. | 30000 |
| Upload Proxy | Custom proxy address for uploading images (e.g., http://127.0.0.1:7890). | - |
| NPM Path | Path to the NPM executable (e.g., /usr/local/bin). Do not include /npm in the path. | - |
| NPM Proxy | Proxy address for installing plugins via NPM. | - |
| NPM Mirror | Custom NPM registry mirror (e.g., https://registry.npmmirror.com). | - |
NPM Path in extension preferences. Run which npm in your terminal to find the correct path.NPM Mirror or NPM Proxy if you have network issues.checkout:
MIT