Agent skill

feedback

Send feedback to the Nexu team. Use when the user says /feedback followed by their message.

nexu95,528★ · +2,037/wk · 5 repos on radarProfile →
claude-codecodexships scriptsMIT
Install
npx skills add nexu-io/nexu --skill feedback --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: yes
Path: skills/nexubot/feedback/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: nexu-io/nexu
Stars: 3,239
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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 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

What's inside
Steps it walks through
  1. When triggered
  2. Steps
  3. Important
Ships with 1 file
  • submit-feedback.mjs
Commands it runs
node "$(dirname "${SKILL_PATH/#\~/$HOME}")/submit-feedback.mjs" \
More from nexu
All skills →
About this skill
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.

Keep going