Install
openclaw skills install rejection-loggerCaptures and logs choices, options, or prompts that the agent evaluated and decided NOT to execute. Use whenever you skip a task, reject an approach, or choo...
openclaw skills install rejection-loggerTransparency isn't just about showing what you did; it's about explaining what you didn't do. This skill helps you document rejected paths.
When you evaluate multiple ways to solve a problem and pick one, or when you decide a user request is unsafe/out of scope, log it.
Append to .learnings/REJECTIONS.md (create if missing):
## [REJ-YYYYMMDD-XXX] <short_title>
**Timestamp**: ISO-8601
**Target**: <What was requested or considered>
**Decision**: REJECTED
**Reason**: <Why it was rejected (e.g., safety, complexity, better alternative)>
**Alternative**: <What was done instead>