Install

openclaw plugins install clawhub:@circleback/openclaw-plugin

Circleback OpenClaw plugin

Circleback plugin for OpenClaw. Search and access meetings, transcripts, emails, calendar events, and more.

Setup

  1. Install the plugin:

    text
    openclaw plugins install @circleback/openclaw-circleback
    
  2. Authenticate with Circleback:

    text
    cb auth login
    

    This opens a browser window to log in. Tokens are stored locally and refresh automatically.

    Alternatively, run cb auth login --api-key or set CIRCLEBACK_API_KEY.

Available Tools

ToolDescription
SearchMeetingsSearch meetings by keyword, date range, tags, people, or companies
ReadMeetingsGet detailed meeting info including notes and action items
SearchTranscriptsSearch meeting transcript content by keyword
GetTranscriptsForMeetingsRetrieve complete transcripts for specific meetings
SearchCalendarEventsSearch calendar events by date range
SearchEmailsSearch emails with inline filters (from:, to:, before:, after:)
FindProfilesSearch people by name
FindCompaniesSearch companies by name or domain
SearchActionItemsSearch action items with status, assignee, date, and tag filters
SearchSupportArticlesSearch Circleback support documentation
ListTagsList all tags used to organize meetings

Troubleshooting

"Not logged in" error: Run cb auth login to authenticate.

"Authentication expired" error: Run cb auth logout, then cb auth login again.