欢迎关注我的推特
摘要: OpenCode 配置文件支持 JSON 和 JSONC(带注释的 JSON)格式,不过还是建议直接用JSON 提供商 /connect 如果要指定自定义的,需要先自己写个opencode.json配置好,才能在connect的other里面选自己的供应商 vim ~/.config/opencod 阅读全文
posted @ 2026-03-18 19:36 服务号AwesomeAITools 阅读(6) 评论(0) 推荐(0)
摘要: 最好的是 GPT 5.4 (100万token的上下文窗口),世界知识很厉害。 写代码还是Sonnet 4.6,Opus 4.6用不起 也可以使用Github Copilot的订阅 不过每次会话会消耗你的高级请求次数。10美金一月的Pro订阅一月才300次高级请求。 所以平时的聊天agents.de 阅读全文
posted @ 2026-03-14 22:12 服务号AwesomeAITools 阅读(11) 评论(0) 推荐(0)
摘要: 别用什么npm了 苹果和Linux就是 curl -fsSL https://openclaw.ai/install.sh | bash windows就用管理员打开PowerShell iwr -useb https://openclaw.ai/install.ps1 | iex 上面会自动帮你安 阅读全文
posted @ 2026-03-14 21:27 服务号AwesomeAITools 阅读(5) 评论(0) 推荐(0)
摘要: Build production AI agents with Claude Code as a library 使用 Claude Code 作为库构建生产级 AI 代理 The Claude Code SDK has been renamed to the Claude Agent SDK. C 阅读全文
posted @ 2026-03-02 14:05 服务号AwesomeAITools 阅读(115) 评论(0) 推荐(0)
摘要: OpenCode 是一个开源的 AI 编码代理。它提供终端界面、桌面应用和 IDE 扩展等多种使用方式。 Installation 安装 # YOLO 一次性 curl -fsSL https://opencode.ai/install | bash # Package managers npm i 阅读全文
posted @ 2026-02-28 09:57 服务号AwesomeAITools 阅读(96) 评论(0) 推荐(0)
摘要: OpenClaw is a personal AI assistant you run on your own devices. It answers you on the channels you already use (WhatsApp, Telegram, Slack, Discord, G 阅读全文
posted @ 2026-02-27 14:56 服务号AwesomeAITools 阅读(42) 评论(0) 推荐(0)
摘要: Agent Skills extend Claude's capabilities through organized folders of instructions, scripts, and resources. This guide shows you how to use both pre- 阅读全文
posted @ 2026-02-25 19:45 服务号AwesomeAITools 阅读(12) 评论(0) 推荐(0)
摘要: Learn how to write effective Skills that Claude can discover and use successfully. 学习如何编写 Claude 可以成功发现和使用的有效技能。 Good Skills are concise, well-structu 阅读全文
posted @ 2026-02-16 17:01 服务号AwesomeAITools 阅读(115) 评论(0) 推荐(0)
摘要: Learn how to use Agent Skills to create documents with the Claude API in under 10 minutes. 如何在 10 分钟内 通过 Claude API 使用Agent Skills 创建文档。 This tutorial 阅读全文
posted @ 2026-02-16 12:11 服务号AwesomeAITools 阅读(93) 评论(0) 推荐(0)
摘要: Agent Skills are modular capabilities that extend Claude's functionality. Each Skill packages instructions, metadata, and optional resources (scripts, 阅读全文
posted @ 2026-02-16 11:55 服务号AwesomeAITools 阅读(51) 评论(0) 推荐(0)