Skip to content

feat(plugin-anthropic): add Anthropic Claude AI plugin for BuilderBot#1223

Open
leifermendez wants to merge 3 commits intobuilderbotfrom
claude/create-claude-plugin-1aHUk
Open

feat(plugin-anthropic): add Anthropic Claude AI plugin for BuilderBot#1223
leifermendez wants to merge 3 commits intobuilderbotfrom
claude/create-claude-plugin-1aHUk

Conversation

@leifermendez
Copy link
Copy Markdown
Member

New plugin at packages/plugins/anthropic/ that provides seamless integration
with Claude (Sonnet/Opus) for BuilderBot chatbots. Features include:

  • Configurable conversation history per user (maxHistoryLength)
  • Automatic conversation summarization when history exceeds threshold
  • Extended thinking mode with configurable token budget
  • Multimodal support: images (base64), PDF documents, audio/video notifications
  • Easy DX via createBotAnthropic() factory with sensible defaults
  • API key via constructor option or ANTHROPIC_API_KEY env variable

https://claude.ai/code/session_01LFFitxJ9LBZzKcfwzZT37W

claude added 3 commits March 26, 2026 11:18
New plugin at packages/plugins/anthropic/ that provides seamless integration
with Claude (Sonnet/Opus) for BuilderBot chatbots. Features include:

- Configurable conversation history per user (maxHistoryLength)
- Automatic conversation summarization when history exceeds threshold
- Extended thinking mode with configurable token budget
- Multimodal support: images (base64), PDF documents, audio/video notifications
- Easy DX via createBotAnthropic() factory with sensible defaults
- API key via constructor option or ANTHROPIC_API_KEY env variable

https://claude.ai/code/session_01LFFitxJ9LBZzKcfwzZT37W
…nClaw)

Add automatic credential resolution with the following precedence:
1. apiKey option passed directly
2. ANTHROPIC_API_KEY env var
3. ANTHROPIC_AUTH_TOKEN env var
4. OAuth token from ~/.claude/.credentials.json (claude setup-token)

This enables zero-config usage - developers just run `claude setup-token`
and the plugin picks up the token automatically, matching the pattern
used by OpenClaw for Anthropic authentication.

https://claude.ai/code/session_01LFFitxJ9LBZzKcfwzZT37W
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants