Quick Capture
Prompts you to dictate or type an idea title. Sends it to NeuralRepo with status captured. The fastest path from thought to saved idea.
NeuralRepo provides three pre-built Siri Shortcuts for capturing ideas hands-free. Once installed, say “Hey Siri, NeuralRepo” to save an idea from anywhere — including your Apple Watch.
Quick Capture
Prompts you to dictate or type an idea title. Sends it to NeuralRepo with status captured. The fastest path from thought to saved idea.
Share Sheet Capture
Appears in the iOS/macOS Share Sheet. Share a URL, text selection, or note from any app and it is saved as an idea with the source URL attached.
Clipboard Capture
Reads the current clipboard contents and saves them as a new idea. Useful for grabbing text you have already copied.
Get your API key. Open the NeuralRepo web app, go to Settings > API Keys, and click Create API Key. Copy the key (it starts with nrp_). You will need this during shortcut setup.
Download the shortcuts. Tap the iCloud links below on your iPhone, iPad, or Mac:
Enter your API key. Each shortcut will prompt you to paste your NeuralRepo API key during installation. This is stored securely in the shortcut configuration.
Test it. Say “Hey Siri, NeuralRepo” or run the Quick Capture shortcut manually from the Shortcuts app.
Each shortcut sends a POST request to the NeuralRepo API:
POST https://neuralrepo.com/api/v1/ideasX-API-Key: nrp_your_key_hereContent-Type: application/json
{ "title": "Your dictated idea", "status": "captured", "source": "siri"}The Share Sheet shortcut also includes a source_url field with the URL of the shared content.
Siri Shortcuts run natively on Apple Watch (watchOS 9+). Once you install the shortcuts on your iPhone, they sync automatically to your watch.
No separate watch app is needed. The shortcut executes on the watch and makes the API call directly.
You can duplicate and modify the shortcuts to fit your workflow:
["siri", "quick"] in every request.captured to another status if you prefer.| Issue | Solution |
|---|---|
| ”Couldn’t connect to NeuralRepo” | Check your internet connection. The shortcut requires network access to reach the API. |
| ”Unauthorized” error | Your API key may be invalid or revoked. Re-enter a valid key in the shortcut settings. |
| Shortcut not appearing on Watch | Ensure the shortcut is synced: open the Watch app on iPhone > Siri > check that the shortcut is listed. |
| Siri does not recognize the command | Open the Shortcuts app, tap the shortcut, tap the share icon, and select “Add to Siri” to set a custom phrase. |
| Dictation is inaccurate | Speak clearly and pause briefly. You can also type the idea by tapping the keyboard icon when Siri is listening. |