Good shape overall. A few tweaks would push it into the top tier.
将 AI 命令行工具以最为原生的方式,集成到微信 ClawBot 中,目前支持集成 Codex、Claude Code、OpenCode。 支持微信和本地终端线程(thread/session)共享、双向对话,支持将本地文件传输至微信,微信也支持发送文件到终端。现已支持多cli切换、微信表情绑定指令。
Documentation
81
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under AGPL-3.0.
Engineering
56
No CI configuration detected in this repository.
→ If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Lockfile present (bun.lock). Installs are reproducible.
Test files detected (test).
Linter or formatter configured (eslint.config.mjs).
Project health
100
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 36Forks
- 11Releaseslatest 29d ago
Community
- —Community health
- —authors own >50% of commits
- 368Watchers
Responsiveness
- <1hMedian issue response
- 3d 6hMedian PR merge time
- 5Open issues
Repository files19 root entries
- bin
- docs
- scripts
- src
- testGood: Test files detected (test).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .npmignore
- AGENTS.md
- bun.lockGood: Lockfile present (bun.lock). Installs are reproducible.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- eslint.config.mjsGood: Linter or formatter configured (eslint.config.mjs).
- LICENSE.txtGood: Licensed under AGPL-3.0.
- package-lock.json
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- tsconfig.build.json
- tsconfig.json
- tsconfig.typecheck.src.json