Install and configure TwinMind Chrome extension, mobile app, and API access. Use when setting up TwinMind for meeting transcription, configuring calendar integration, or initializing TwinMind in your workflow. Trigger with phrases like "install twinmind", "setup twinmind", "twinmind auth", "configure twinmind", "twinmind chrome extension".
Set up TwinMind meeting AI across Chrome extension, mobile apps, and API integration.
https://chromewebstore.google.com/detail/twinmind-chat-with-tabs-m/agpbjhhcmoanaljagpoheldgjhclepdj
Click "Add to Chrome" and confirm permissions
Pin the extension to your toolbar for quick access
// TwinMind automatically syncs with authorized calendars
// After OAuth, meetings appear in the extension sidebar
// Calendar integration provides:
// - Meeting participant names
// - Meeting agenda/description
// - Automatic transcription start/stop
Authorize calendars in Settings > Integrations:
Grant microphone access when prompted:
iOS:
https://apps.apple.com/us/app/twinmind-ai-notes-memory/id6504585781
Android:
https://play.google.com/store/apps/details?id=ai.twinmind.android
set -euo pipefail
# Set environment variable for API access
export TWINMIND_API_KEY="your-api-key"
# Or create .env file
echo 'TWINMIND_API_KEY=your-api-key' >> .env
# Verify API access
curl -H "Authorization: Bearer $TWINMIND_API_KEY" \
https://api.twinmind.com/v1/health
// Test transcription with a short recording
// 1. Start a test meeting or voice memo
// 2. Click TwinMind extension
// 3. Click "Start Transcribing"
// 4. Speak for 10-15 seconds
// 5. Click "Stop" and verify transcript appears
| Error | Cause | Solution | |-------|-------|----------| | Microphone access denied | Permissions not granted | Enable in browser/OS settings | | Calendar sync failed | OAuth token expired | Re-authorize in Settings | | Extension not loading | Browser compatibility | Update Chrome to latest version | | API key invalid | Incorrect or expired key | Regenerate key in TwinMind dashboard | | Transcription not starting | Audio source not detected | Check microphone selection |
# Check microphone permissions
tccutil list com.google.Chrome
# Check PulseAudio is running
pulseaudio --check
pactl list sources | grep -i "name:"
| Feature | Free | Pro ($10/mo) | Enterprise | |---------|------|--------------|------------| | Transcription | Unlimited | Unlimited | Unlimited | | Languages | 140+ | 140+ (premium quality) | 140+ (premium) | | AI Models | Basic | GPT-4, Claude, Gemini | Custom models | | Context Tokens | 500K | 2M | Unlimited | | Support | Community | 24-hour | Dedicated | | On-premise | No | No | Yes |
After successful setup, proceed to twinmind-hello-world for your first meeting transcription.
Basic usage: Apply twinmind install auth to a standard project setup with default configuration options.
Advanced scenario: Customize twinmind install auth for production environments with multiple constraints and team-specific requirements.
npx skills add jeremylongshore/twinmind-install-auth下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity