feedback
Installation
SKILL.md
Feedback
Collect user feedback and forward it to the Nexu team. Conversation history and images are extracted automatically by a script — you do NOT need to copy-paste messages or scan for image URLs.
When triggered
The user sends /feedback <message> to share feedback, report issues, or make suggestions about the Nexu platform.
Steps
-
Extract feedback content: The text after
/feedbackis the user's feedback. If empty, ask the user to provide their feedback. -
Gather identifiers:
- agentId: Your own agent ID. Find it from the
Runtime:line in your system prompt — it appears asagent=XXXXXX. It is a cuid2 string likey9cnvdlucvyaokp20mqrsoa9. Do NOT use "main" or other placeholder values. - channel: The current channel type — one of
feishu,slack, ordiscord. - sender: The sender's display name or username as shown in the conversation. If you only have a user ID, use that. Do NOT use generic "user" or "User".
- agentId: Your own agent ID. Find it from the
-
Run the submit script: Use the exec tool to run the following command. The script automatically reads your conversation history and any images from the session file — you do NOT need to provide them manually.