← All plugins
circleback
v1.0.2Circleback helps teams get the most out of every conversation with AI-powered meeting notes, action items,...
Codex
by Circleback AI, Inc.MIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/circleback/ inside the repository.
Layout
plugins/circleback/
└── .codex-plugin/plugin.json
Manifests1
plugins/circleback/.codex-plugin/plugin.json
{
"name": "circleback",
"version": "1.0.2",
"description": "Circleback helps teams get the most out of every conversation with AI-powered meeting notes, action items,...",
"author": {
"name": "Circleback AI, Inc.",
"url": "https://circleback.ai"
},
"homepage": "https://circleback.ai",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Circleback",
"shortDescription": "Circleback helps teams get the most out of every conversation with AI-powered meeting notes, action items,...",
"longDescription": "Circleback helps teams get the most out of every conversation with AI-powered meeting notes, action items, automations, and search.\n\nSearch and access data from in-person and online meetings you've recorded in Circleback, including meeting notes, action items, transcripts, people, and companies as well as your calendar and email.",
"developerName": "Circleback AI, Inc.",
"category": "Communication",
"capabilities": [],
"websiteURL": "https://circleback.ai",
"privacyPolicyURL": "https://circleback.ai/privacy",
"termsOfServiceURL": "https://circleback.ai/terms",
"defaultPrompt": [
"Have I met anyone from Initech"
],
"screenshots": [],
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png"
}
}