Skip to content
Skillv1.0.0

twinmind-enterprise-rbac

Configure TwinMind Enterprise with on-premise deployment, custom AI models, SSO integration, and team-wide transcript sharing. Use when implementing enterprise rbac, or managing TwinMind meeting AI op

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (plugins/saas-packs/twinmind-pack/skills/twinmind-enterprise-rbac/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill twinmind-enterprise-rbac. Copyright stays with the author (MIT).

TwinMind Enterprise RBAC

Overview

Configure TwinMind Enterprise with on-premise deployment, custom AI models, SSO integration, and team-wide transcript sharing. TwinMind uses the Ear-3 speech model (5.26% WER, 3.8% DER) for transcription, with GPT-4, Claude, and Gemini for AI summarization.

Prerequisites

  • TwinMind account (Free, Pro $10/mo, or Enterprise)
  • Chrome extension installed and authenticated
  • API access (Pro/Enterprise tier)

Instructions

Step 1: Enterprise Configuration

TwinMind Enterprise supports on-premise deployment, custom AI models, and unlimited context tokens.

// TwinMind configuration
const config = {
  apiKey: process.env.TWINMIND_API_KEY,
  model: "ear-3", // Transcription model
  aiModels: ["gpt-4", "claude", "gemini"], // Summary models
};

Step 2: Role Configuration

// TwinMind Enterprise RBAC implementation
// Enterprise tier features
const twinmind = {
  ssoProvider: "okta",
  teamSharing: true,
  customModels: ["gpt-4-turbo"],
  onPremise: true,
};

// Configure team access
async function configureTeam() {
  const team = await twinmind.createTeam({ name: "Engineering", members: ["user1", "user2"] });
  console.log("Team configured:", team.id);
}

Step 3: Verification

# Verify TwinMind enterprise setup
curl -H "Authorization: Bearer $TWINMIND_API_KEY" https://api.twinmind.com/v1/team/members | jq .

Key TwinMind Specifications

Feature Specification
Transcription model Ear-3 (5.26% WER)
Speaker diarization 3.8% DER
Languages 140+ supported
Audio processing On-device (no recordings stored)
AI models GPT-4, Claude, Gemini (auto-routed)
Platforms Chrome extension, iOS, Android
Pricing Free / Pro $10/mo / Enterprise custom

Output

  • TwinMind Enterprise RBAC configured and verified
  • TwinMind integration operational
  • Enterprise features enabled

Error Handling

Error Cause Solution
Microphone access denied Browser permissions not granted Enable in Chrome settings
Transcription not starting Audio source not detected Check microphone selection
API key invalid Incorrect or expired key Regenerate in TwinMind dashboard
Sync failed Network interruption Check connection, retry
Calendar disconnect OAuth token expired Re-authorize in Settings

Resources

Next Steps

See twinmind-observability for monitoring setup.

Examples

Basic: Configure enterprise rbac with default TwinMind settings for standard meeting workflows.

Enterprise: Deploy on-premise with custom AI models and SSO for team-wide meeting intelligence.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-twinmind-ente-79c3d0/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-twinmind-ente-79c3d0.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-twinmind-ente-79c3d0",
  "kind": "skill",
  "name": "twinmind-enterprise-rbac",
  "description": "Configure TwinMind Enterprise with on-premise deployment, custom AI models, SSO integration, and team-wide transcript sharing. Use when implementing enterprise rbac, or managing TwinMind meeting AI operations. Trigger with phrases like \"twinmind enterprise rbac\", \"twinmind enterprise rbac\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "saas",
      "twinmind",
      "rbac",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Configure TwinMind Enterprise with on-premise deployment, custom AI models, SSO integration, and team-wide transcript sharing. Use when implementing enterprise rbac, or managing TwinMind meeting AI operations. Trigger with phrases like \"twinmind enterprise rbac\", \"twinmind enterprise rbac\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "plugins/saas-packs/twinmind-pack/skills/twinmind-enterprise-rbac/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/plugins/saas-packs/twinmind-pack/skills/twinmind-enterprise-rbac/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/plugins/saas-packs/twinmind-pack/skills/twinmind-enterprise-rbac/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Write,",
      "Edit,",
      "Bash(npm:*),",
      "Bash(curl:*),",
      "Grep"
    ],
    "license": "MIT"
  },
  "instructions": "# TwinMind Enterprise RBAC\n\n## Overview\n\nConfigure TwinMind Enterprise with on-premise deployment, custom AI models, SSO integration, and team-wide transcript sharing. TwinMind uses the Ear-3 speech model (5.26% WER, 3.8% DER) for transcription, with GPT-4, Claude, and Gemini for AI summarization.\n\n## Prerequisites\n\n- TwinMind account (Free, Pro $10/mo, or Enterprise)\n- Chrome extension installed and authenticated\n- API access (Pro/Enterprise tier)\n\n## Instructions\n\n### Step 1: Enterprise Configuration\n\nTwinMind Enterprise supports on-premise deployment, custom AI models, and unlimited context",
  "cost": {
    "context_tokens": 763
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-twinmind-ente-79c3d0/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

twinmind-enterprise-rbac - Skill - OpenSmartRoute