一键导入
sq-feedback
Share feedback about the SideQuest quest experience
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Share feedback about the SideQuest quest experience
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deprecated alias for /sidequest:sq-update. Forwards to the new name.
Update SideQuest to the latest version. Downloads the latest plugin + native app via the hosted installer and replaces your current installation. Use when the user asks 'update sidequest', 'upgrade sidequest', 'reinstall sidequest', 'get the latest version', or sees an update-available banner at session start.
Do Not Disturb mode — pause quests for 2 hours. Use this when the user says 'stop showing me stuff', 'too many quests', 'quest fatigue', 'these are annoying', 'I'm getting too many notifications', 'not now', 'leave me alone', 'stop interrupting', 'I need a break', 'pause quests for a bit', 'quiet mode', 'mute notifications', or expresses frustration about quest frequency.
Authenticate with SideQuest using Google OAuth
Retrigger the last SideQuest notification on your screen
Enable or disable SideQuest quests. Use this when the user says 'turn off quests', 'stop sidequest', 'enable sidequest', 'disable the plugin', 'turn off the plugin', 'disable quests', 'stop showing quests', 'I want to pause quests permanently', 'disable the sidequest plugin', or similar requests to permanently toggle the plugin on/off.
| name | sq-feedback |
| description | Share feedback about the SideQuest quest experience |
Ask the user what feedback they'd like to share about the quest experience, then send it to the server.
${CLAUDE_PLUGIN_DATA}/config.jsoncurl -s -X POST https://api.trysidequest.ai/feedback \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json" \
-d '{"text": "<USER_FEEDBACK>"}'
If no token exists, tell the user to run /sidequest:sq-login first.