---
name: feedbackplusplus
version: 0.9.0
description: Query, triage, and update Feedback++ website feedback through the fbpp CLI or Feedback++ Agent API.
---

# Feedback++ Agent Skill

- Feedback++ URL: https://feedbackpp.com
- App build: 20260726.1
- AI triage available: no (manual feedback workflow is active)
- Token: configure it as FBPP_TOKEN or through ./fbpp config.

## Install CLI

```bash
curl -fsSL https://feedbackpp.com/cli/fbpp.mjs -o fbpp
chmod +x fbpp
./fbpp config --url https://feedbackpp.com --token <YOUR_FBPP_TOKEN>
./fbpp sites list
./fbpp feedback list --site <SITE_KEY> --status new
./fbpp feedback show <id>
./fbpp feedback screenshot <id> --output feedback-<id>-screenshot.png
```

Preserve the original user message. Set status to in_progress when work starts and done only after verification.