twinmind-install-auth
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".
Best use case
twinmind-install-auth is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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".
Teams using twinmind-install-auth should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/twinmind-install-auth/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How twinmind-install-auth Compares
| Feature / Agent | twinmind-install-auth | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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".
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
ChatGPT vs Claude for Agent Skills
Compare ChatGPT and Claude for AI agent skills across coding, writing, research, and reusable workflow execution.
Top AI Agents for Productivity
See the top AI agent skills for productivity, workflow automation, operational systems, documentation, and everyday task execution.
SKILL.md Source
# TwinMind Install & Auth ## Overview Set up TwinMind meeting AI across Chrome extension, mobile apps, and API integration. ## Prerequisites - Chrome browser (latest version) for extension - iOS 15+ or Android 10+ for mobile apps - Google account for calendar integration - TwinMind account (Free, Pro, or Enterprise) ## Instructions ### Step 1: Install Chrome Extension 1. Visit Chrome Web Store: ``` https://chromewebstore.google.com/detail/twinmind-chat-with-tabs-m/agpbjhhcmoanaljagpoheldgjhclepdj ``` 2. Click "Add to Chrome" and confirm permissions 3. Pin the extension to your toolbar for quick access ### Step 2: Create Account & Authenticate 1. Click the TwinMind extension icon 2. Sign up with Google or email 3. Complete onboarding questionnaire for personalization ### Step 3: Configure Calendar Integration ```javascript // 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: - Google Calendar (recommended) - Microsoft Outlook - Apple Calendar ### Step 4: Configure Audio Permissions Grant microphone access when prompted: - Chrome: Settings > Privacy > Microphone - macOS: System Preferences > Security > Microphone - Windows: Settings > Privacy > Microphone ### Step 5: Install Mobile App (Optional) **iOS:** ``` https://apps.apple.com/us/app/twinmind-ai-notes-memory/id6504585781 ``` **Android:** ``` https://play.google.com/store/apps/details?id=ai.twinmind.android ``` ### Step 6: Configure API Access (Pro/Enterprise) ```bash 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 ``` ### Step 7: Verify Installation ```javascript // 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 ``` ## Output - Chrome extension installed and authenticated - Calendar integration configured - Mobile apps installed (optional) - API key configured (Pro/Enterprise) - Test transcription successful ## Error Handling | 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 | ## Platform-Specific Notes ### macOS ```bash # Check microphone permissions tccutil list com.google.Chrome ``` ### Windows - Ensure "Allow apps to access microphone" is enabled - Add Chrome to allowed apps list ### Linux ```bash # Check PulseAudio is running pulseaudio --check pactl list sources | grep -i "name:" ``` ## Account Tiers | 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 | ## Resources - [TwinMind Website](https://twinmind.com) - [Chrome Extension Tutorial](https://twinmind.com/ce-tutorial) - [iOS App Store](https://apps.apple.com/us/app/twinmind-ai-notes-memory/id6504585781) - [Android Play Store](https://play.google.com/store/apps/details?id=ai.twinmind.android) ## Next Steps After successful setup, proceed to `twinmind-hello-world` for your first meeting transcription. ## Examples **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.
Related Skills
validating-authentication-implementations
Validate authentication mechanisms for security weaknesses and compliance. Use when reviewing login systems or auth flows. Trigger with 'validate authentication', 'check auth security', or 'review login'.
workhuman-install-auth
Workhuman install auth for employee recognition and rewards API. Use when integrating Workhuman Social Recognition, or building recognition workflows with HRIS systems. Trigger: "workhuman install auth".
wispr-install-auth
Wispr Flow install auth for voice-to-text API integration. Use when integrating Wispr Flow dictation, WebSocket streaming, or building voice-powered applications. Trigger: "wispr install auth".
windsurf-install-auth
Install Windsurf IDE and configure Codeium authentication. Use when setting up Windsurf for the first time, logging in to Codeium, or configuring API keys for team/enterprise deployments. Trigger with phrases like "install windsurf", "setup windsurf", "windsurf auth", "codeium login", "windsurf API key".
webflow-install-auth
Install the Webflow JS SDK (webflow-api) and configure OAuth 2.0 or API token authentication. Use when setting up a new Webflow integration, configuring access tokens, or initializing the WebflowClient in your project. Trigger with phrases like "install webflow", "setup webflow", "webflow auth", "configure webflow API token", "webflow OAuth".
vercel-install-auth
Install Vercel CLI and configure API token authentication. Use when setting up Vercel for the first time, creating access tokens, or initializing a project with vercel link. Trigger with phrases like "install vercel", "setup vercel", "vercel auth", "configure vercel token", "vercel login".
veeva-install-auth
Veeva Vault install auth with REST API and VQL. Use when integrating with Veeva Vault for life sciences document management. Trigger: "veeva install auth".
vastai-install-auth
Install and configure Vast.ai CLI and REST API authentication. Use when setting up a new Vast.ai integration, configuring API keys, or initializing Vast.ai GPU cloud access in your project. Trigger with phrases like "install vastai", "setup vastai", "vastai auth", "configure vastai API key", "vastai gpu setup".
twinmind-webhooks-events
Handle TwinMind meeting events including transcription completion, action item extraction, and calendar sync notifications. Use when implementing webhooks events, or managing TwinMind meeting AI operations. Trigger with phrases like "twinmind webhooks events", "twinmind webhooks events".
twinmind-upgrade-migration
Upgrade between TwinMind plan tiers and migrate configurations. Use when upgrading from Free to Pro, Pro to Enterprise, or migrating between TwinMind environments. Trigger with phrases like "upgrade twinmind", "twinmind pro", "twinmind enterprise", "migrate twinmind", "twinmind tier change".
twinmind-security-basics
Security best practices for TwinMind: on-device audio processing, encrypted cloud backups, microphone permissions, and data privacy controls. Use when implementing security basics, or managing TwinMind meeting AI operations. Trigger with phrases like "twinmind security basics", "twinmind security basics".
twinmind-sdk-patterns
Apply production-ready TwinMind SDK patterns for TypeScript and Python. Use when implementing TwinMind integrations, refactoring API usage, or establishing team coding standards for meeting AI integration. Trigger with phrases like "twinmind SDK patterns", "twinmind best practices", "twinmind code patterns", "idiomatic twinmind".