twinmind-upgrade-migration

Featured

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

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# TwinMind Upgrade & Migration ## Current State !`npm list 2>/dev/null | head -20` !`pip freeze 2>/dev/null | head -20` ## Overview Guide for upgrading TwinMind tiers and migrating configurations between environments. ## Prerequisites - Active TwinMind account - Admin access for billing changes - Backup of current configurations ## Plan Comparison | Feature | Free | Pro ($10/mo) | Enterprise (Custom) | |---------|------|--------------|---------------------| | Transcription | Unlimited | Unlimited | Unlimited | | Languages | 140+ | 140+ (Premium Ear-3) | 140+ (Premium) | | AI Models | Basic | GPT-4, Claude, Gemini | Custom + Fine-tuned | | Context Tokens | 500K | 2M | Unlimited | | API Access | No | Yes | Yes + Priority | | Rate Limits | 30/min | 60/min | 300/min | | Concurrent Jobs | 1 | 3 | 10+ | | Support | Community | 24-hour | Dedicated | | SSO/SAML | No | No | Yes | | On-Premise | No | No | Yes | | Custom Models | No | No | Yes | | SLA | None | 99.5% | 99.9% | ## Instructions ### Step 1: Audit Current Usage ```typescript // scripts/usage-audit.ts import { getTwinMindClient } from '../src/twinmind/client'; async function auditUsage() { const client = getTwinMindClient(); // Get current plan info const account = await client.get('/account'); console.log('Current Plan:', account.data.plan); console.log('Plan Started:', account.data.plan_started_at); // Get usage statistics const usage = await client.get('/usage', { params: { period: 'last_...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category