← Back to Skills Marketplace
Snowsand Jira
by
snowsand-enterprises
· GitHub ↗
· v1.0.0
· MIT-0
258
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install snowsand-jira
Description
Interact with Jira Cloud via REST API. Use for searching issues (JQL), viewing issue details, creating/updating issues, adding comments, transitioning status...
Usage Guidance
This skill appears to be a normal Jira Cloud CLI that will need your Jira instance URL, your Atlassian account email, and an API token. However:
- The registry metadata incorrectly lists no required environment variables; do not assume no credentials are needed. The SKILL.md and script require JIRA_BASE_URL, JIRA_USER_EMAIL, and JIRA_API_TOKEN.
- The source is anonymous (no homepage). Prefer skills with a verifiable repository or publisher. Ask the publisher for the repository or inspect the full script before use.
- Treat JIRA_API_TOKEN as sensitive: set it only in a secure secret store, grant least privilege, and rotate it if exposed.
- Because the bundle contains executable Python, consider testing in a sandbox or review the entire script (the provided script is consistent with the docs, but part of the file was truncated in the package listing). Confirm there are no hidden network endpoints or logging of environment variables.
- If you proceed, verify the token scope and audit actions performed by the skill (e.g., who can create/update issues) and ensure your agent will not leak credentials in logs or external messages.
Capability Analysis
Type: OpenClaw Skill
Name: snowsand-jira
Version: 1.0.0
The snowsand-jira skill is a standard integration for interacting with Jira Cloud via its REST API. The core logic in scripts/jira.py uses the Python standard library to perform legitimate issue tracking and project management tasks, with authentication handled securely through environment variables. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The SKILL.md and scripts/jira.py implement a Jira Cloud REST client and clearly require JIRA_BASE_URL, JIRA_USER_EMAIL, and JIRA_API_TOKEN. However the registry metadata lists no required environment variables or primary credential, which is inconsistent and could mislead users about needed credentials.
Instruction Scope
Runtime instructions and the included Python script are scoped to Jira operations (search, create/update issues, comments, transitions, boards, sprints, worklogs). The SKILL.md and script only reference Jira-related env vars and endpoints; they do not instruct reading unrelated local files or calling external endpoints outside JIRA_BASE_URL.
Install Mechanism
There is no install spec or external download. The skill is instruction-plus-script only (scripts bundled in the skill). No URL downloads, package registry installs, or extract operations are present.
Credentials
The three sensitive environment variables required (JIRA_BASE_URL, JIRA_USER_EMAIL, JIRA_API_TOKEN) are appropriate and proportionate for a Jira integration. The concern is that the skill metadata omitted declaring these required env vars and primary credential, increasing risk of accidental exposure or misconfiguration by users who rely on registry metadata.
Persistence & Privilege
The skill does not request 'always: true' or other elevated persistence. It performs network calls to the Jira instance only and does not attempt to modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install snowsand-jira - After installation, invoke the skill by name or use
/snowsand-jira - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of snowsand-jira skill (version 1.0.0).
- Provides command-line interface to interact with Jira Cloud via REST API.
- Supports searching, viewing, creating, and updating Jira issues; adding comments; status transitions; sprint and board queries; and worklog operations.
- Includes usage documentation, examples, setup instructions, and error handling guidance.
- Enables both scripted workflows and direct raw API access for advanced Jira Cloud tasks.
Metadata
Frequently Asked Questions
What is Snowsand Jira?
Interact with Jira Cloud via REST API. Use for searching issues (JQL), viewing issue details, creating/updating issues, adding comments, transitioning status... It is an AI Agent Skill for Claude Code / OpenClaw, with 258 downloads so far.
How do I install Snowsand Jira?
Run "/install snowsand-jira" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Snowsand Jira free?
Yes, Snowsand Jira is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Snowsand Jira support?
Snowsand Jira is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Snowsand Jira?
It is built and maintained by snowsand-enterprises (@snowsand-enterprises); the current version is v1.0.0.
More Skills