← 返回 Skills 市场
Snowsand Jira
作者
snowsand-enterprises
· GitHub ↗
· v1.0.0
· MIT-0
258
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install snowsand-jira
功能描述
Interact with Jira Cloud via REST API. Use for searching issues (JQL), viewing issue details, creating/updating issues, adding comments, transitioning status...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install snowsand-jira - 安装完成后,直接呼叫该 Skill 的名称或使用
/snowsand-jira触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Snowsand Jira 是什么?
Interact with Jira Cloud via REST API. Use for searching issues (JQL), viewing issue details, creating/updating issues, adding comments, transitioning status... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 258 次。
如何安装 Snowsand Jira?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install snowsand-jira」即可一键安装,无需额外配置。
Snowsand Jira 是免费的吗?
是的,Snowsand Jira 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Snowsand Jira 支持哪些平台?
Snowsand Jira 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Snowsand Jira?
由 snowsand-enterprises(@snowsand-enterprises)开发并维护,当前版本 v1.0.0。
推荐 Skills