/install bugpack-view-bug
\r \r
BugPack - View Bug Details\r
\r Fetch full bug context from BugPack, including description, screenshots, environment info, and related files.\r \r
Instructions\r
\r
- Call
GET http://localhost:3456/api/bugs/:idto get the full bug details.\r - The response includes:\r
title,description,status,priority\rpagePath— the page/route where the bug occurs\rdevice,browser— environment info\rrelatedFiles— array of file paths related to the bug\rscreenshots— array of screenshot objects withid,name,original_path,annotated_path\r
- Display the bug info in a structured format.\r
- If the bug has screenshots, mention them and offer to show annotated versions.\r
- If
relatedFilesare listed, use them to locate relevant source code.\r \r
Example\r
\r
GET http://localhost:3456/api/bugs/abc-123\r
```\r
\r
Response:\r
\r
```json\r
{\r
"ok": true,\r
"data": {\r
"id": "abc-123",\r
"title": "Button click not working",\r
"description": "The submit button on the login page does not respond to clicks",\r
"status": "open",\r
"priority": "high",\r
"pagePath": "/login",\r
"device": "Desktop",\r
"browser": "Chrome 120",\r
"relatedFiles": ["src/pages/Login.tsx", "src/components/SubmitButton.tsx"],\r
"screenshots": [\r
{\r
"id": "ss-001",\r
"name": "login-bug.png",\r
"original_path": "/uploads/MyProject/original.png",\r
"annotated_path": "/uploads/MyProject/annotated.png"\r
}\r
]\r
}\r
}\r
```\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bugpack-view-bug - After installation, invoke the skill by name or use
/bugpack-view-bug - Provide required inputs per the skill's parameter spec and get structured output
What is BugPack View Bug?
View detailed bug context from BugPack including screenshots, environment info, and related files. Use when: user wants to see bug details, screenshots, or u... It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.
How do I install BugPack View Bug?
Run "/install bugpack-view-bug" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is BugPack View Bug free?
Yes, BugPack View Bug is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does BugPack View Bug support?
BugPack View Bug is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created BugPack View Bug?
It is built and maintained by duhuazhu (@duhuazhu); the current version is v1.0.2.