← Back to Skills Marketplace
tarasinghrajput

PMS Task

by Tara Singh Kharwad · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
362
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pms-task
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pms-task
  3. After installation, invoke the skill by name or use /pms-task
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug pms-task
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 362 downloads so far.

How do I install PMS Task?

Run "/install pms-task" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is PMS Task free?

Yes, PMS Task is completely free (open-source). You can download, install and use it at no cost.

Which platforms does PMS Task support?

PMS Task is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created PMS Task?

It is built and maintained by Tara Singh Kharwad (@tarasinghrajput); the current version is v1.0.0.

💬 Comments