← 返回 Skills 市场
162
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bugpack-list-bugs
功能描述
List all tracked bugs from BugPack with status and project filtering. Use when: user asks about bugs, pending issues, bug lists, or wants to see what needs f...
使用说明 (SKILL.md)
\r \r
BugPack - List Bugs\r
\r Query the BugPack local server to list all tracked bugs.\r \r
Instructions\r
\r
- Call
GET http://localhost:3456/api/bugsto fetch all bugs.\r- Optional query param:
?project_id=\x3Cid>to filter by project.\r
- Optional query param:
- Parse the JSON response. Each bug has:
id,title,description,status,priority,project_id,created_at,updated_at.\r - Present the list in a readable table format, grouped by status (
open/fixed/closed).\r - If no bugs are found, tell the user there are no tracked bugs.\r \r
Example\r
\r
GET http://localhost:3456/api/bugs\r
```\r
\r
Response:\r
\r
```json\r
{\r
"ok": true,\r
"data": [\r
{\r
"id": "abc-123",\r
"title": "Button click not working",\r
"status": "open",\r
"priority": "high",\r
"created_at": "2026-03-15T10:00:00Z"\r
}\r
]\r
}\r
```\r
安全使用建议
This skill will make an HTTP GET to http://localhost:3456/api/bugs and display the returned JSON as a table. That is consistent with its purpose and it asks for no credentials or installs. Before using it, ensure you actually run a trusted BugPack server on port 3456 (otherwise requests will fail or hit an unexpected local service). If you are concerned about any agent making requests to localhost, restrict or review skill invocation settings — the skill will perform the network request when invoked.
功能分析
Type: OpenClaw Skill
Name: bugpack-list-bugs
Version: 1.0.2
The skill bundle is a straightforward tool for listing bugs from a local BugPack server. It provides instructions for the agent to perform a GET request to a localhost endpoint (http://localhost:3456/api/bugs) and format the JSON response into a table. There are no signs of malicious intent, data exfiltration, or suspicious execution patterns in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name and description match the instructions. The skill's declared purpose (listing bugs) legitimately requires an HTTP GET to a BugPack server; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are narrow and specific: call GET http://localhost:3456/api/bugs, parse JSON, and present results grouped by status. The instructions do not request reading files, other env vars, or sending data to external endpoints.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or installed.
Credentials
No environment variables, credentials, or config paths are requested; the access requested (local HTTP endpoint) is proportional to the stated task.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent privileges. Autonomous invocation is allowed (platform default) but is not combined with other concerning privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bugpack-list-bugs - 安装完成后,直接呼叫该 Skill 的名称或使用
/bugpack-list-bugs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Improved skill instructions and usage guidance in SKILL.md.
- Clarified when to use this skill and when to use related skills (bug viewing/fixing).
- Added step-by-step instructions and example API request/response.
- Ensured users are informed if no bugs are found.
- No changes to file structure or functionality described.
元数据
常见问题
BugPack List Bugs 是什么?
List all tracked bugs from BugPack with status and project filtering. Use when: user asks about bugs, pending issues, bug lists, or wants to see what needs f... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。
如何安装 BugPack List Bugs?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bugpack-list-bugs」即可一键安装,无需额外配置。
BugPack List Bugs 是免费的吗?
是的,BugPack List Bugs 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
BugPack List Bugs 支持哪些平台?
BugPack List Bugs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 BugPack List Bugs?
由 duhuazhu(@duhuazhu)开发并维护,当前版本 v1.0.2。
推荐 Skills