欢迎关注
摘要: This guide covers common patterns for working with the Messages API, including basic requests, multi-turn conversations, prefill techniques, and visio 阅读全文
posted @ 2026-02-01 10:41 github.com/starRTC 阅读(6) 评论(0) 推荐(0)
摘要: Make your first API call to Claude and build a simple web search assistant下面我们通过向 Claude 发起第一个 API 调用,并构建一个简单的网络搜索助手 # Prerequisites 先决条件 An Anthropic 阅读全文
posted @ 2026-01-31 15:35 github.com/starRTC 阅读(5) 评论(0) 推荐(0)
摘要: Use the Agent SDK to run Claude Code programmatically from the CLI, Python, or TypeScript.使用 Agent SDK 从 CLI、Python 或 TypeScript 中通过编程运行 Claude Code。 阅读全文
posted @ 2026-01-29 19:54 github.com/starRTC 阅读(17) 评论(0) 推荐(0)
摘要: Learn how to customize and extend Claude Code’s behavior by registering shell commands学习如何通过注册 Shell 命令来自定义和扩展 Claude Code 的行为 Claude Code hooks are u 阅读全文
posted @ 2026-01-29 14:41 github.com/starRTC 阅读(6) 评论(0) 推荐(0)
摘要: Adapt Claude Code for uses beyond software engineering将Claude Code 用于软件以外的其它地方 Output styles allow you to use Claude Code as any type of agent while k 阅读全文
posted @ 2026-01-29 09:24 github.com/starRTC 阅读(12) 评论(0) 推荐(0)
摘要: Claude Code技能系统允许用户通过创建、管理和共享技能来扩展Claude的功能。技能以SKILL.md文件为核心,包含YAML配置和Markdown指令,可通过/skill-name直接调用或由Claude自动触发。 阅读全文
posted @ 2026-01-25 16:18 github.com/starRTC 阅读(47) 评论(0) 推荐(0)
摘要: 本文介绍了ClaudeCode插件系统的使用方法和功能。插件可以为ClaudeCode添加新的命令、代理和功能,提升开发效率和体验。 阅读全文
posted @ 2026-01-25 12:37 github.com/starRTC 阅读(68) 评论(0) 推荐(0)
摘要: 本文介绍了如何为ClaudeCode创建自定义插件来扩展其功能。 阅读全文
posted @ 2026-01-25 09:39 github.com/starRTC 阅读(22) 评论(0) 推荐(0)
摘要: ClaudeCode中的子代理系统允许创建专门的AI助手来处理特定任务,提高工作效率和上下文管理。子代理在自己的独立环境中运行,具有自定义提示、工具权限和模型选择。 阅读全文
posted @ 2026-01-24 19:40 github.com/starRTC 阅读(85) 评论(0) 推荐(0)
摘要: Slack集成ClaudeCode功能摘要:该功能允许用户直接在Slack工作空间中委派编码任务。 阅读全文
posted @ 2026-01-24 13:33 github.com/starRTC 阅读(13) 评论(0) 推荐(0)