Skip to main content

@keeb/anthropic

v2026.04.22.3

Generate text with Anthropic's Claude models via the Messages API from swamp workflows.

Repository

https://github.com/keeb/swamp-anthropic

Labels

anthropicclaudeaillm

Contents

Quality score

How well-documented and verifiable this extension is.

100%

Grade A

  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned

Install

$ swamp extension pull @keeb/anthropic

Security Notice

This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.

@keeb/anthropic/claudev2026.02.14.1claude.ts

Global Arguments

ArgumentTypeDescription
apiKeystringAnthropic API key
modelstringModel ID to use
systemPrompt?stringSystem prompt for the conversation
maxTokensnumberMaximum tokens in response
generateGenerate text with Claude
ArgumentTypeDescription
promptstringThe user message to send to Claude

Resources

result(infinite)— Claude API response

anthropic1 file