什么是 pica-claude-agents?
使用 Anthropic SDK (Claude Agents) 将 PICA 集成到应用程序中。通过 @anthropic-ai/sdk 将 PICA 工具添加到 Claude 代理、使用 Anthropic TypeScript SDK 设置 PICA MCP 或当用户使用 Claude Agents SDK 提及 PICA 时使用。 来源:picahq/skills。
使用 Anthropic SDK (Claude Agents) 将 PICA 集成到应用程序中。通过 @anthropic-ai/sdk 将 PICA 工具添加到 Claude 代理、使用 Anthropic TypeScript SDK 设置 PICA MCP 或当用户使用 Claude Agents SDK 提及 PICA 时使用。
通过命令行快速安装 pica-claude-agents AI 技能到你的开发环境
来源:picahq/skills。
PICA provides a unified API platform that connects AI agents to third-party services (CRMs, email, calendars, databases, etc.) through MCP tool calling.
PICA exposes its capabilities through an MCP server distributed as @picahq/mcp. It uses stdio transport — it runs as a local subprocess via npx.
Always store the PICA secret in an environment variable, never hardcode it:
使用 Anthropic SDK (Claude Agents) 将 PICA 集成到应用程序中。通过 @anthropic-ai/sdk 将 PICA 工具添加到 Claude 代理、使用 Anthropic TypeScript SDK 设置 PICA MCP 或当用户使用 Claude Agents SDK 提及 PICA 时使用。 来源:picahq/skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/picahq/skills --skill pica-claude-agents使用 Anthropic SDK (Claude Agents) 将 PICA 集成到应用程序中。通过 @anthropic-ai/sdk 将 PICA 工具添加到 Claude 代理、使用 Anthropic TypeScript SDK 设置 PICA MCP 或当用户使用 Claude Agents SDK 提及 PICA 时使用。 来源:picahq/skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/picahq/skills --skill pica-claude-agents 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/picahq/skills