← Back to Skills Marketplace
duhuazhu

BugPack View Bug

by duhuazhu · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
164
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bugpack-view-bug
Description
View detailed bug context from BugPack including screenshots, environment info, and related files. Use when: user wants to see bug details, screenshots, or u...
README (SKILL.md)

\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

  1. Call GET http://localhost:3456/api/bugs/:id to get the full bug details.\r
  2. The response includes:\r
    • title, description, status, priority\r
    • pagePath — the page/route where the bug occurs\r
    • device, browser — environment info\r
    • relatedFiles — array of file paths related to the bug\r
    • screenshots — array of screenshot objects with id, name, original_path, annotated_path\r
  3. Display the bug info in a structured format.\r
  4. If the bug has screenshots, mention them and offer to show annotated versions.\r
  5. If relatedFiles are 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
Usage Guidance
This skill is coherent for viewing bug details from a BugPack service running on your machine (http://localhost:3456). Before installing, confirm you want the agent to contact that local service and that the service is running on that port. Be aware that the instructions suggest using 'relatedFiles' to locate source code; although the skill does not explicitly instruct reading files, an agent with filesystem access could attempt to read repository files. If you do not want that, restrict the agent's file access or clarify the SKILL.md to specify allowed file paths or remove the automatic 'locate source' behavior. If you expect BugPack to be hosted elsewhere, update the endpoint in the instructions — contacting arbitrary external endpoints is not configured here.
Capability Analysis
Type: OpenClaw Skill Name: bugpack-view-bug Version: 1.0.2 The skill bundle provides straightforward instructions for an AI agent to retrieve bug report details from a local API endpoint (localhost:3456). The logic is limited to standard GET requests for bug metadata, environment info, and file paths, with no evidence of malicious intent, data exfiltration, or suspicious execution patterns in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description align with the runtime instructions: it fetches bug details from BugPack via an HTTP GET to a localhost API and surfaces screenshots, env info, and related files. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions limit network access to http://localhost:3456 and describe expected response fields. However the directive 'use [relatedFiles] to locate relevant source code' is ambiguous — it could imply reading local repository files or accessing other services, but the SKILL.md does not specify how to fetch file contents or which paths are allowed.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk during install.
Credentials
The skill requests no environment variables, credentials, or config paths; this is proportional to its described purpose of querying a local BugPack API.
Persistence & Privilege
Defaults are used (always: false, agent invocation allowed). The skill does not request permanent presence or special privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bugpack-view-bug
  3. After installation, invoke the skill by name or use /bugpack-view-bug
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added documentation providing clear instructions on how to fetch and display full bug details using BugPack. - Outlined response structure, including fields like title, environment info, related files, and screenshots. - Clarified proper usage and scenarios where this skill should be applied. - Introduced guidance for leveraging screenshots and related files to aid bug understanding. - Provided example API call and response for reference.
Metadata
Slug bugpack-view-bug
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments