← 返回 Skills 市场
PMS Task
作者
Tara Singh Kharwad
· GitHub ↗
· v1.0.0
362
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pms-task
功能描述
Create PMS tasks (bugs or features) on GitHub and sync to Google Sheets. Use when user says 'PMS Bug addition' for bugs or 'PMS Feature addition' for feature...
安全使用建议
This skill will run gh and gog CLI commands that create GitHub issues and edit two specific Google Sheets. Before installing, confirm: (1) you or the agent will have authenticated GitHub CLI and Google Sheets CLI access — the skill does not declare or request credentials explicitly; (2) you are OK with the skill creating issues in repo roshanasingh4/apni-pathshala-pms and assigning them to user roshanasingh4; (3) you trust updates to the two Sheet IDs listed (verify the IDs correspond to the intended documents); (4) test in a sandbox account/repo or with read-only access if possible. Ask the publisher to update the skill metadata to declare required binaries (gh, gog, jq) and the credential expectations, and to remove or parameterize hard-coded assignees and emails. These changes would reduce ambiguity and raise confidence.
功能分析
Type: OpenClaw Skill
Name: pms-task
Version: 1.0.0
The `SKILL.md` file contains shell commands that dynamically incorporate user-provided input (e.g., issue title, description) into arguments for `gh` and `gog` CLI tools, and into JSON payloads for Google Sheets updates. This direct interpolation of unsanitized user input creates a significant shell injection vulnerability and potential JSON injection vulnerability. A malicious user could craft input to execute arbitrary commands on the OpenClaw agent's host system (Remote Code Execution) or manipulate data in the target GitHub repository (`roshanasingh4/apni-pathshala-pms`) and Google Sheets (`1O07SzGzQa2FwpkBE7h2SUDWZlxsUpz8DxCpyxKjRi8U`, `1GgRgfVBrF-ReGPRmntT6Cm2BjiLzJ3JiBaC4lMfrMQs`). While the skill's stated purpose is benign, the lack of input sanitization exposes a critical attack surface.
能力评估
Purpose & Capability
SKILL.md's stated purpose is to create GitHub issues and update Google Sheets. The runtime instructions call out the GitHub CLI (gh) and a 'gog' CLI for Sheets and reference a specific repo (roshanasingh4/apni-pathshala-pms), two Google Sheet IDs, hard-coded assignees and reporter email. However, the skill metadata declares no required binaries, no required environment variables, and no primary credential — a mismatch: creating issues and editing Sheets requires authenticated CLI access, so the declared requirements are incomplete and inconsistent with the actual actions.
Instruction Scope
The instructions explicitly tell the agent to run commands that will create issues in a specific GitHub repo and mutate two specific Google Sheets. They also instruct to parse sheet contents (to increment task IDs) and to append/update cells. While these actions fit the described purpose, the instructions assume pre-existing authenticated CLIs and hard-code external resource identifiers and assignees, which expands the skill's effective privileges without declaring them. There is no step to prompt the user to confirm credentials or ownership of the target repo/sheets before making changes.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing will be downloaded or written to disk by the skill bundle itself. That lowers installation risk compared to pull-and-execute installers.
Credentials
The workflow requires access to GitHub (gh) and Google Sheets (gog) credentials or authenticated CLI sessions, but the skill declares no env vars or primary credential. It also hard-codes repository, sheet IDs, an assignee (roshanasingh4) and an assigned email ([email protected]) — these are external account targets that the user may not intend to grant access to. The lack of declared credential requirements is disproportionate and unclear.
Persistence & Privilege
The skill is not marked always:true and does not request to modify other skills or system-wide agent settings. Autonomous invocation is allowed (platform default) but there is no indication of additional persistent privileges in the bundle itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pms-task - 安装完成后,直接呼叫该 Skill 的名称或使用
/pms-task触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
pms-task 1.0.0
- Initial release providing automated PMS bug and feature addition workflow.
- Detects trigger phrases in user messages to create GitHub issues (bugs or features) with appropriate templates and labels.
- Syncs newly created issues to the PMS Task Tracker Google Sheet and the Team Daily Update sheet with detailed mapping and formatting.
- Handles task ID auto-incrementation and field assignments based on organizational rules.
- Includes comprehensive reference and instructions for usage, field mapping, and priority guidelines.
元数据
常见问题
PMS Task 是什么?
Create PMS tasks (bugs or features) on GitHub and sync to Google Sheets. Use when user says 'PMS Bug addition' for bugs or 'PMS Feature addition' for feature... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 362 次。
如何安装 PMS Task?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pms-task」即可一键安装,无需额外配置。
PMS Task 是免费的吗?
是的,PMS Task 完全免费(开源免费),可自由下载、安装和使用。
PMS Task 支持哪些平台?
PMS Task 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PMS Task?
由 Tara Singh Kharwad(@tarasinghrajput)开发并维护,当前版本 v1.0.0。
推荐 Skills