首页龙虾技能列表 › Jira OpenClaw — 连接 Jira Cloud 的安全 API 访问

Jira OpenClaw — 连接 Jira Cloud 的安全 API 访问

v1.0.1

该技能通过 pastewatch redaction 实现安全的 Jira Cloud API 访问,包括凭据设置、REST API 帮助脚本、JQL 模式、自动链接器和过期票据提醒等功能,适用于将 Jira 集成到 OpenClaw 代理中。

0· 517·2 当前·2 累计
by @ppiankov·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/21
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
该技能如描述般工作,连接 OpenClaw 代理到 Jira Cloud,但安装前应验证元数据和 pastewatch MCP 操作假设。
评估建议
["验证 pastewatch-cli、curl 和 python3 的安装和配置,因为 SKILL.md 需要这些依赖。","考虑使用最小权限 PAT、范围 API 令牌或系统秘密管理器代替存储明文凭据。","确认 pastewatch 正确部署并会红黑输出的日志或发送的内容。","审查 cron 计划和代理权限,因为自动任务可以读取本地秘密文件并对 Jira 进行操作。","如果希望注册清单完全反映运行时需求,请请求发布者将必需的二进制文件添加到元数据中。"]...
详细分析 ▾
用途与能力
The SKILL.md and described features (credential setup, helper script, JQL patterns, cron jobs) match the name/description: this is a Jira integration. Minor metadata mismatch: the registry metadata declared no required binaries/env but the README requires pastewatch-cli, curl, and python3.
指令范围
Instructions are focused on Jira integration and do not instruct reading unrelated system files. They do tell the agent/operator to create a local secrets file (~/.openclaw/workspace/.secrets/jira.env), a helper script that sources it, and schedule cron jobs that use those credentials. The claim that 'secrets never reach the LLM' depends on an external pastewatch MCP and proper use of pastewatch-cli; that is an operational assumption rather than a guaranteed property.
安装机制
This is an instruction-only skill with no install spec or code files, so nothing is written or downloaded by the skill itself. That keeps install risk low. However, the instructions do require external tools (pastewatch-cli) which the skill does not install or declare in registry metadata.
凭证需求
The skill does not request unrelated credentials. It stores Jira credentials locally in a file (jira.env) rather than using declared env vars or a secret manager; the SKILL.md sets restrictive file permissions (700/600). This is proportional but you should confirm you are comfortable with a plaintext file containing credentials vs using a system secret manager or least-privilege PAT.
持久化与权限
always: false and default model invocation behavior are appropriate. The skill instructs scheduling periodic cron jobs (agentTurn/isolated sessions) which is consistent with its purpose. Note: scheduled autonomous runs will have access to the stored Jira credentials, so restrict cron cadence and agent permissions as needed.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/3/5

添加 ANCC 面包屑

● 无害

安装命令 点击复制

官方npx clawhub@latest install jira-openclaw
镜像加速npx clawhub@latest install jira-openclaw --registry https://cn.clawhub-mirror.com

技能文档

连接你的 OpenClaw 代理到 Jira Cloud。秘密永远不会到达 LLM — pastewatch 在传输中红黑凭据。 要求: pastewatch-cli (MCP 服务器运行中)、curlpython3 ... (中间代码块和指令保持原样,不翻译) ...

已知问题

  • 团队管理(下一代)项目: API 返回 total: 0 但存在问题 — 遍历 issues 数组,忽略 total
  • HTTP/2 失败: Atlassian CDN 有时会丢弃 HTTP/2 请求 — --http1.1 修复它
  • PAT 与 API 令牌: 两者都使用 Basic 认证(email:token)。Bearer 认证失败,返回“无法解析 Connect 会话身份令牌”
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务