circleback

Circleback conversational context integration. Search and access meetings, emails, calendar events, and more.

Content Preview
{
  "name": "circleback",
  "description": "Circleback conversational context integration. Search and access meetings, emails, calendar events, and more.",
  "category": "productivity",
  "source": {
    "source": "url",
    "url": "https://github.com/circlebackai/claude-code-plugin.git"
  },
  "homepage": "https://github.com/circlebackai/claude-code-plugin.git"
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/circleback.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at .claude-plugin/marketplace.json

Related Skills