
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
@robinpath/anthropic
Advanced tools
Anthropic Claude integration — messages API with vision, tool use, and system prompts. Uses the encrypted credential vault for API keys.
Anthropic module for RobinPath.
The anthropic module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
robinpath add @robinpath/anthropic
1. Set up credentials
anthropic.setCredentials "your-credentials"
2. createMessage
anthropic.createMessage
| Function | Description |
|---|---|
anthropic.setCredentials | Configure anthropic credentials. |
anthropic.createMessage | createMessage |
anthropic.chat | chat |
anthropic.summarize | summarize |
anthropic.translate | translate |
anthropic.extract | extract |
anthropic.classify | classify |
anthropic.analyzeImage | analyzeImage |
anthropic.countTokens | countTokens |
anthropic.listModels | listModels |
anthropic.createBatch | createBatch |
anthropic.getBatch | getBatch |
anthropic.listBatches | listBatches |
anthropic.cancelBatch | cancelBatch |
anthropic.getBatchResults | getBatchResults |
anthropic.complete | complete |
anthropic.generateCode | generateCode |
anthropic.createMessage
anthropic.chat
anthropic.summarize
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/anthropic";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
anthropic.setCredentials "your-credentials"
anthropic.createMessage
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/openai — OpenAI module for complementary functionality@robinpath/ai — AI module for complementary functionality@robinpath/deepl — DeepL module for complementary functionality@robinpath/translate — Translate module for complementary functionality@robinpath/json — JSON module for complementary functionalityMIT
FAQs
Anthropic Claude integration — messages API with vision, tool use, and system prompts. Uses the encrypted credential vault for API keys.
The npm package @robinpath/anthropic receives a total of 43 weekly downloads. As such, @robinpath/anthropic popularity was classified as not popular.
We found that @robinpath/anthropic demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.