TW

twinmind-install-auth

Streamline TwinMind installation across browser, mobile, and API interfaces for automated meeting documentation.

Install

mkdir -p .claude/skills/twinmind-install-auth && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6647" && unzip -o skill.zip -d .claude/skills/twinmind-install-auth && rm skill.zip

Installs to .claude/skills/twinmind-install-auth

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Install and configure TwinMind Chrome extension, mobile app, and API
68 charsno explicit “when” trigger
Beginner

Key capabilities

  • Install Chrome extension
  • Configure calendar synchronization
  • Authorize microphone access
  • Initialize API keys for integration
  • Verify transcription functionality

How it works

The setup process links the browser extension and mobile apps to a user account, enabling calendar-based meeting triggers and audio transcription.

Inputs & outputs

You give it
User authentication and microphone access
You get back
Initialized TwinMind environment

When to use twinmind-install-auth

  • Install and authorize TwinMind browser extension
  • Set up automatic meeting calendar synchronization
  • Configure mobile access for voice transcription
  • Initialize API keys for workflow integration

About this skill

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.

When not to use it

  • Using unsupported browser versions
  • Operating without microphone permissions

Prerequisites

Chrome browserGoogle accountTwinMind account

Limitations

  • Microphone access denied
  • Calendar sync failed
  • Extension not loading

How it compares

This provides a guided path for ecosystem integration rather than manual configuration of individual components.

Compared to similar skills

twinmind-install-auth side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
twinmind-install-auth (this skill)127dCautionBeginner
webapp-testing3533moReviewIntermediate
resolve-conflicts818moReviewIntermediate
telegram-bot-builder1066moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

More by jeremylongshore

View all by jeremylongshore

analyzing-logs

jeremylongshore

Analyze application logs to detect performance issues, identify error patterns, and improve stability by extracting key insights.

14123

ollama-setup

jeremylongshore

Configure auto-configure Ollama when user needs local LLM deployment, free AI alternatives, or wants to eliminate hosted API costs. Trigger phrases: "install ollama", "local AI", "free LLM", "self-hosted AI", "replace OpenAI", "no API costs". Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

1167

backtesting-trading-strategies

jeremylongshore

Backtest crypto and traditional trading strategies against historical data. Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves, and optimizes strategy parameters. Use when user wants to test a trading strategy, validate signals, or compare approaches. Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance", "simulate trades", "optimize parameters", or "validate signals".

1071

generating-database-seed-data

jeremylongshore

Process this skill enables AI assistant to generate realistic test data and database seed scripts for development and testing environments. it uses faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. u... Use when working with databases or data models. Trigger with phrases like 'database', 'query', or 'schema'.

1033

cursor-codebase-indexing

jeremylongshore

Execute set up and optimize Cursor codebase indexing. Triggers on "cursor index setup", "codebase indexing", "index codebase", "cursor semantic search". Use when working with cursor codebase indexing functionality. Trigger with phrases like "cursor codebase indexing", "cursor indexing", "cursor".

885

testing-mobile-apps

jeremylongshore

Execute mobile app testing on iOS and Android devices/simulators. Use when performing specialized testing. Trigger with phrases like "test mobile app", "run iOS tests", or "validate Android functionality".

810

You might also like

webapp-testing

anthropics

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

353585

resolve-conflicts

antinomyhq

Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.

81334

telegram-bot-builder

davila7

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.

106130

dev-browser

SawyerHood

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.

53176

openspec-onboard

studyzy

Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.

10207

codex-cli-bridge

alirezarezvani

Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools

9180

Search skills

Search the agent skills registry