Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
|weixin-agent-sdk|微信 AI Agent 桥接框架,通过简单的 Agent 接口将任意 AI 后端接入微信。支持 ACP 协议接入 Claude Code、Codex 等兼容 Agent,也可自定义 Agent 实现。|[Github](https://github.com/wong2/weixin-agent-sdk) ![GitHub Repo stars](https://img.shields.io/github/stars/wong2/weixin-agent-sdk?style=social)|免费|
| codex-plugin-cc | Claude Code 插件,允许用户在 Claude Code 工作流中直接使用 OpenAI Codex 进行代码审查和任务委托。提供 /codex:review、/codex:adversarial-review 等命令 | [Github](https://github.com/openai/codex-plugin-cc) ![GitHub Repo stars](https://img.shields.io/github/stars/openai/codex-plugin-cc?style=social) | 免费 |
|instructkr/claw-code|Anthropic Claude Code 代理框架的重新实现项目,目前正在用 Rust 重写以提升内存安全性。专注于构建更好的 AI 代理工具框架,采用合法合规的方式重新实现 |[Github](https://github.com/instructkr/claw-code) ![GitHub Repo stars](https://img.shields.io/github/stars/instructkr/claw-code?style=social)|免费|
| CliDeck | 本地浏览器仪表板,用于在类似WhatsApp的界面中管理多个AI编程代理(Claude Code、Codex、Gemini CLI、OpenCode)。实时状态检测、会话恢复、代理间自动导航路由,以及手机远程控制。 |[Github](https://github.com/rustykuntz/clideck) ![GitHub Repo stars](https://img.shields.io/github/stars/rustykuntz/clideck?style=social)|免费|

### Agent Skills
| 名称 | 说明 | 链接 | 费用 |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ This repo collects awesome AI tools. Welcome everyone to recommend more awesome
|weixin-agent-sdk|WeChat AI Agent bridge framework that connects any AI backend to WeChat through a simple Agent interface. Supports ACP protocol for Claude Code, Codex and other compatible agents.|[Github](https://github.com/wong2/weixin-agent-sdk) ![GitHub Repo stars](https://img.shields.io/github/stars/wong2/weixin-agent-sdk?style=social)|Free|
| codex-plugin-cc | Claude Code plugin that enables using OpenAI Codex for code reviews and task delegation directly within Claude Code workflow. Provides /codex:review, /codex:adversarial-review and other commands | [Github](https://github.com/openai/codex-plugin-cc) ![GitHub Repo stars](https://img.shields.io/github/stars/openai/codex-plugin-cc?style=social) | Free |
|instructkr/claw-code|A reimplementation of Anthropic's Claude Code agent harness, currently being rewritten in Rust for memory safety. Focuses on building a better tool harness for AI agents with legal/ethical reimplementation |[Github](https://github.com/instructkr/claw-code) ![GitHub Repo stars](https://img.shields.io/github/stars/instructkr/claw-code?style=social)|Free|
| CliDeck | Local browser dashboard for managing multiple AI coding agents (Claude Code, Codex, Gemini CLI, OpenCode) in a WhatsApp-like interface. Live status detection, session resume, autopilot routing between agents, and full control from a phone while away. |[Github](https://github.com/rustykuntz/clideck) ![GitHub Repo stars](https://img.shields.io/github/stars/rustykuntz/clideck?style=social)|Free|


### Agent Skills
Expand Down
Loading