Send feedback to the Nexu team. Use when the user says /feedback followed by their message.
72
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
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.
The user sends /feedback <message> to share feedback, report issues, or make suggestions about the Nexu platform.
Extract feedback content: The text after /feedback is the user's feedback. If empty, ask the user to provide their feedback.
Gather identifiers:
Runtime: line in your system prompt — it appears as agent=XXXXXX. It is a cuid2 string like y9cnvdlucvyaokp20mqrsoa9. Do NOT use "main" or other placeholder values.feishu, slack, or discord.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.
SKILL_PATH="<SKILL_LOCATION>"
node "$(dirname "${SKILL_PATH/#\~/$HOME}")/submit-feedback.mjs" \
--content "<ESCAPED_FEEDBACK>" \
--sender "<SENDER>" \
--channel "<CHANNEL_TYPE>" \
--agent-id "<AGENT_ID>"Important:
<SKILL_LOCATION> with the exact path from the <location> tag in your system prompt (may contain ~)${SKILL_PATH/#\~/$HOME} expansion handles tilde (~) → absolute path conversion automatically<...> placeholders with actual values BEFORE running the command'\'', etc.){"ok":true}, reply: "Thanks for your feedback! It has been forwarded to the Nexu team."dadfb1c
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.