Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions extensions/minds/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"printWidth": 120
}
Comment thread
greptile-apps[bot] marked this conversation as resolved.
8 changes: 8 additions & 0 deletions extensions/minds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Minds Changelog

## [Initial Version] - 2026-08-16
Comment thread
greptile-apps[bot] marked this conversation as resolved.
Outdated

- Browse and search research Groups.
- Ask an existing Group a question.
- Create a reviewable, non-executing Panel study plan.
- Check Panel study progress and results.
20 changes: 20 additions & 0 deletions extensions/minds/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minds for Raycast

Bring synthetic-audience research into Raycast. Browse Groups, ask an existing Group a question, create a reviewable Panel study plan, and check Panel progress without leaving the launcher.

## Setup

1. Create a Minds API key in **Settings → API Keys**.
2. Open the Minds extension preferences in Raycast.
3. Paste the key into **Minds API Key**.

The extension connects to the production Minds MCP endpoint over HTTPS. It never stores the key outside Raycast preferences.

## Commands

- **Browse Research Groups** lists and searches the synthetic audiences in your workspace.
- **Ask a Research Group** sends one question to an existing Group and creates a private one-Group Panel.
- **Plan a Panel Study** prepares a non-executing draft for review. It never starts the study.
- **Check Panel Status** returns current progress and completed results for a Panel.

Learn more in the [Minds MCP setup guide](https://getminds.ai/mcp/setup).
Binary file added extensions/minds/assets/minds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions extensions/minds/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { defineConfig } from "eslint/config";
import raycastConfig from "@raycast/eslint-config";

export default defineConfig([...raycastConfig]);
Loading
Loading