← 返回 Skills 市场
duhuazhu

BugPack View Bug

作者 duhuazhu · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
164
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bugpack-view-bug
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bugpack-view-bug 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug bugpack-view-bug
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。

如何安装 BugPack View Bug?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bugpack-view-bug」即可一键安装,无需额外配置。

BugPack View Bug 是免费的吗?

是的,BugPack View Bug 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

BugPack View Bug 支持哪些平台?

BugPack View Bug 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 BugPack View Bug?

由 duhuazhu(@duhuazhu)开发并维护,当前版本 v1.0.2。

💬 留言讨论