记录一次用 AI Agent 自动完成 GitHub DMCA 侵权举报的完整过程。
我的开源项目 jackwener/opencli 遭到 nashsu/opencli-rs 完整抄袭:
- 项目描述、README、命令文档、代码结构全部照搬
- 未保留版权声明
记录一次用 AI Agent 自动完成 GitHub DMCA 侵权举报的完整过程。
我的开源项目 jackwener/opencli 遭到 nashsu/opencli-rs 完整抄袭:
| name | orchestrating-swarms |
|---|---|
| description | Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns. |
Master multi-agent orchestration using Claude Code's TeammateTool and Task system.
脚本版本: v4.1.2 更新日期: 2026-01-31 适用系统: Debian/Ubuntu(systemd)
参考官方文档(建议先快速扫一遍):
- Gateway runbook: https://docs.openclaw.ai/gateway
- 配置规范(openclaw.json):https://docs.openclaw.ai/gateway/configuration
- Model providers / Antigravity OAuth:https://docs.openclaw.ai/concepts/model-providers
| # CLIProxyAPI 高性能配置文件 | |
| host: "" | |
| port: 8317 | |
| # TLS 设置 (配合 Cloudflare Full 模式) | |
| tls: | |
| enable: true | |
| cert: "/CLIProxyAPI/certs/cert.pem" | |
| key: "/CLIProxyAPI/certs/key.pem" |
| description | Interview me about the plan | |
|---|---|---|
| argument-hint |
|
|
| model | opus |
Read this plan file $1 and interview me in detail using the AskUserQuestionTool about literally anything: technical implementation, UI & UX, concerns, tradeoffs, etc. but make sure the questions are not obvious.