agentsclimarketplace

Twinmind install auth

Skill jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/twinmind-pack/skills/twinmind-install-auth

'Install and configure TwinMind Chrome extension, mobile app, and API access.From its SKILL.md

Install
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill twinmind-install-auth

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

5.0 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it

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
  1. Click "Add to Chrome" and confirm permissions

  2. 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

// 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)

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

// 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

ErrorCauseSolution
Microphone access deniedPermissions not grantedEnable in browser/OS settings
Calendar sync failedOAuth token expiredRe-authorize in Settings
Extension not loadingBrowser compatibilityUpdate Chrome to latest version
API key invalidIncorrect or expired keyRegenerate key in TwinMind dashboard
Transcription not startingAudio source not detectedCheck microphone selection

Platform-Specific Notes

macOS

# Check microphone permissions
tccutil list com.google.Chrome

Windows

  • Ensure "Allow apps to access microphone" is enabled
  • Add Chrome to allowed apps list

Linux

# Check PulseAudio is running
pulseaudio --check
pactl list sources | grep -i "name:"

Account Tiers

FeatureFreePro ($10/mo)Enterprise
TranscriptionUnlimitedUnlimitedUnlimited
Languages140+140+ (premium quality)140+ (premium)
AI ModelsBasicGPT-4, Claude, GeminiCustom models
Context Tokens500K2MUnlimited
SupportCommunity24-hourDedicated
On-premiseNoNoYes

Resources

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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.