🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Speak AI

by @speakai

Capture meetings, search thousands of recordings, run async voice and video surveys, create clips, and automate workflows with Speak AI through MCP. 83 tools...

πŸ“‹ Tips & Best Practices

  • Prefer bulk tools. Use bulk_move_media, bulk_update_transcript_speakers, export_multiple_media instead of looping single-item calls. Always preview affected records before bulk execution.
  • Use include on list_media. Pass include: ["transcription"] to fetch transcripts inline and avoid N+1 calls to get_transcript.
  • Cache stable data. Folder lists, field definitions, and supported languages rarely change within a session.
  • IDs are different. Use folderId (string) for folder operations, not _id (ObjectId). Media uses mediaId (returned as _id in lists).
  • Polling pattern for uploads. upload_and_analyze returns media_id immediately. Poll get_media_status until processed, then call get_media_insights.
  • Respect privacy. Only fetch the records needed for the user's request. Don't enumerate the whole library when a search filter would do.
  • View on ClawHub
    TERMINAL
    clawhub install speakai

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’