Contributing
Make CoClaw better
CoClaw exists to make OpenClaw installation, configuration, and troubleshooting more searchable, reusable, and maintainable. Contributions of all sizes are welcome.
Last updated: March 11, 2026
Quick start
- Pick an issue or propose a small improvement.
- Keep changes focused, with clear repro steps or before/after screenshots.
- Run lint/build locally before opening a PR.
$
pnpm install
pnpm dev
Before PR:
pnpm lint
pnpm format:check
pnpm build
Ways to contribute
Improve docs
Fix typos, clarify steps, add missing edge cases, and include screenshots.
Add troubleshooting
Turn solved issues into reproducible solutions with logs and exact fixes.
Write guides
Share complete setups and best practices that save others time.
UI and tools
Improve UI polish, accessibility, performance, or build new helpers.
Content authoring
- Content lives in
src/content/**. - Keep titles action-oriented (what problem it solves).
- Include exact error messages/logs and the concrete fix.
- Try to keep URLs stable; renames should be rare.
Need help choosing a task?
Open an issue describing what you want to improve, or email us and we will point you to a good first contribution.