feedback
Installation
SKILL.md
Feedback
An anonymous feedback pipeline for agents using monskills. Submissions require explicit user consent before any outbound network request. The service stores submissions without personal data (only a daily-rotated hashed IP for spam control).
When to propose feedback
Offer to prepare a feedback report when any of these is true:
- Agent is stuck. You retried the same task 3+ times and are not converging on a solution. Use
category: "stuck". - Repeated failures. The same tool/command/error occurs 3+ times in a row while following a skill. Use
category: "error-loop". - User is complaining about monskills. The user says the skill is wrong, unclear, broken, outdated, or that the agent keeps failing at monskills instructions. Use
category: "user-complaint". - Incorrect information. You verified that a fact in a skill is wrong (e.g. a contract address returns empty
eth_getCode, an API returns 404, a command flag no longer exists). Usecategory: "incorrect-info". - Missing information. A skill claims to cover a topic but does not have the detail needed to finish the task. Use
category: "suggestion".
Do not propose feedback for:
- One-off transient errors (network blip, rate limit, user typo)
- User frustration unrelated to monskills content
- Tasks the user completed successfully