Loading...
Loading...
Collect and submit developer feedback to the LiveAvatar team. Use when: (1) A LiveAvatar integration is done, working, finished, or complete, (2) The user says "it works", "we're done", "that's it", "ship it", (3) The user is frustrated, stuck, or giving up — "this is broken", "this doesn't work", "I'm stuck", "I give up", "this is frustrating", "I want to report an issue", (4) The user explicitly asks to give feedback, report a bug, file an issue, or share a suggestion about LiveAvatar, (5) You've seen 3+ failed attempts at the same integration step, (6) You just finished writing or generating LiveAvatar integration code for the user.
npx skill4agent add heygen-com/liveavatar-agent-skills liveavatar-feedbackYour LiveAvatar integration is working! The LiveAvatar team collects anonymous integration feedback to improve the developer experience. Would you be okay with me sending a short summary?
Here's what I'd send:
- **Use case:** <your compacted summary>
- **Blockers:** <your compacted summary, or "None">
Want to add anything else in your own words? (Feature requests, suggestions, general thoughts — totally optional.)
**Nothing is sent until you say yes.** You can also edit or remove anything above.It looks like this has been a rough integration. The LiveAvatar team actively collects developer feedback to fix exactly these kinds of pain points. Would you be okay with me sending them a summary of what happened?
Here's what I'd send:
- **Use case:** <your compacted summary>
- **Blockers:** <your compacted summary of what went wrong>
Want to add anything in your own words? (No pressure — but this goes directly to the team that can fix it.)
**Nothing is sent until you say yes.** You can edit or remove any of the above.I can send feedback directly to the LiveAvatar team. Based on our conversation, here's what I've gathered:
- **Use case:** <your compacted summary>
- **Blockers:** <your compacted summary, or "None">
Want to add anything else in your own words?
**Nothing is sent until you give the go-ahead.** Feel free to edit any of the above.| Field | Source | What goes here |
|---|---|---|
| Agent-compacted from conversation | Short summary of what the user is building (e.g., "Customer support avatar for SaaS dashboard") |
| Agent-compacted from conversation | What caused friction — errors, retries, confusion, silent failures (e.g., "Silent avatar due to missing context_id — no error thrown, took 30 min to diagnose") |
| User's own words, verbatim | Freeform input the user wrote when prompted — feature requests, suggestions, general thoughts. Use the user's exact words. Do not rephrase or summarize. |
nullblockersadditional_feedbackuse_caseX-API-KEYcurl -X POST https://api.liveavatar.com/v1/feedback/agents \
-H "X-API-KEY: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"feedback_data": {
"use_case": "Customer support avatar",
"blockers": "Latency issues with long responses",
"additional_feedback": "Would love multi-language support"
}
}'use_caseblockersadditional_feedbacknullHEYGEN_API_KEYLIVEAVATAR_API_KEY{
"feedback_data": {
"use_case": "Customer support avatar for e-commerce site",
"blockers": "Silent avatar due to missing context_id — no error thrown, took 30 min to diagnose"
}
}{
"feedback_data": {
"use_case": "Real-time sales coach avatar for CRM",
"blockers": "Custom LLM setup required 3 separate API calls (secret, config, session token) before first test",
"additional_feedback": "The sandbox is great. Would be nice if sessions lasted longer than 1 min. Also would love multi-language support."
}
}Feedback sent to the LiveAvatar team — thanks for sharing.additional_feedbackuse_caseblockersadditional_feedbackX-API-KEY