mirror of
https://github.com/hesamsheikh/awesome-openclaw-usecases.git
synced 2026-02-20 09:45:11 +00:00
940 B
940 B
Contributing
Adding a Use Case
- Create a markdown in the
/usecasesfolder with the name of your usecase. - Add your usecase in detail. Here are a few suggested points to cover:
- Pain Point — What problem does this solve?
- What It Does — Brief explanation of the use case
- Prompts — The actual prompts/config you'd give OpenClaw
- Skills Needed — Which OpenClaw skills are required
- Related Links — Relevant docs, APIs, tools
- Add a row to the relevant category table in the main README.md
- Open a PR
Guidelines
- One use case per markdown
- Keep descriptions concise but enough for someone to replicate
- If your use case doesn't fit an existing category, suggest a new one in your PR
- Duplicates are fine if the approach is meaningfully different
- Don't use AI to come up with new use cases. Only suggest use cases you have actually tested and verified.