feedback

Submit user feedback with conversation context to the Nexu API.

3.2k|259|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/nexu-io/nexu --skill feedback-nexu-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feedback
Source: https://github.com/nexu-io/nexu/tree/main/skills/nexubot/feedback
Command: npx skills add https://github.com/nexu-io/nexu --skill feedback-nexu-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collects user feedback and forwards it to the Nexu team, automatically extracting conversation history and attached images so you don't need to manually copy-paste content.

Core Features & Use Cases

  • Automatic extraction of the latest conversation context and attachments when submitting feedback
  • Gathers identifiers (agentId, channel type, sender) for proper routing and traceability
  • Submits a structured payload to the internal feedback API, including optional images or files

Quick Start

Type /feedback <your message> to send feedback to the Nexu team with surrounding context.

Frequently Asked Questions about feedback

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I submit user feedback to an API with conversation context automatically?

You can submit user feedback to an API with conversation context automatically by typing /feedback <message>. The system extracts the current conversation history, agentId, channel type, and sender, then posts a structured payload to the internal feedback API.

Can I include images or files when submitting feedback to the API?

You can include images or files when submitting feedback to the API. The system automatically gathers attachments from the current session and encodes optional images or files as base64 before posting the structured payload.

What is the best way to forward user feedback with conversation history for traceability?

Forwarding user feedback with conversation history for traceability is handled by triggering the /feedback command. It automatically collects identifiers like agentId, channel type, and sender to ensure proper routing and full traceability of the submission.

Does the feedback submission process require manual copy-pasting of context?

The feedback submission process does not require manual copy-pasting of context. It automatically extracts the latest conversation context and any attached images or files, packaging everything into a structured payload sent to the internal feedback API.

How to send structured feedback payloads with sender and channel type metadata?

To send structured feedback payloads with sender and channel type metadata, use the /feedback <message> command. It automatically gathers these identifiers from the environment and includes them in the API submission for proper routing and traceability.