feedback
Send feedback to the Nexu team. Use when the user says /feedback followed by their message.
npx skills add nexu-io/nexu --skill feedback --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 1. **Extract feedback content**: The text after `/feedback` is the user's feedback. If empty, ask the user to provide their feedback. 2. **Gather identifiers**: - **agentId**: Your own agent ID. Find it from the `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. - **channel**: The current channel type — one of `feishu`, `slack`, or `discord`. - **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". 3. **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. ```bash SKILL_PA
- When triggered
- Steps
- Important
node "$(dirname "${SKILL_PATH/#\~/$HOME}")/submit-feedback.mjs" \What does the feedback skill do?
Send feedback to the Nexu team. Use when the user says /feedback followed by their message.
How do I install it?
Run `npx skills add nexu-io/nexu --skill feedback --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From nexu-io/nexu, a repository with 3,239 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.