Skills / openclaw skill atlassian jira by altf1be
openclaw skill atlassian jira by altf1be
OpenClaw skill for Atlassian Jira Cloud — CRUD issues, comments, attachments, workflow transitions, and JQL search via Jira REST API v3. By Abdelkrim BOUJRAF / ALT-F1 SRL, Brussels.
Installation
Kompatibilitaet
Beschreibung
openclaw-skill-atlassian-jira
OpenClaw skill for Atlassian Jira Cloud — CRUD issues, comments, attachments, workflow transitions, and JQL search via Jira REST API v3.
By Abdelkrim BOUJRAF / ALT-F1 SRL, Brussels 🇧🇪 🇲🇦
Table of Contents
Features
- Issues — Create, read, update, delete, list, and search (JQL)
- Comments — Add, update, delete, and list
- Attachments — Upload, list, and delete
- Workflow Transitions — List available transitions and move issues through workflow states
- Security —
--confirmrequired for deletes, no secrets to stdout, rate-limit retry with backoff - Auth — Email + API token (Basic auth)
Quick Start
# 1. Clone
git clone https://github.com/ALT-F1-OpenClaw/openclaw-skill-atlassian-jira.git
cd openclaw-skill-atlassian-jira
# 2. Install
npm install
# 3. Configure
cp .env.example .env
# Edit .env with your Jira Cloud credentials
# 4. Use
node scripts/jira.mjs list --project PROJ
node scripts/jira.mjs create --project PROJ --summary "My first issue"
node scripts/jira.mjs read --key PROJ-1
Setup
- Go to https://id.atlassian.com/manage-profile/security/api-tokens
- Create an API token
- Copy
.env.exampleto.envand fill in:JIRA_HOST— your Jira Cloud instance (e.g.yourcompany.atlassian.net)JIRA_EMAIL— your Atlassian account emailJIRA_API_TOKEN— the API token you just createdJIRA_DEFAULT_PROJECT— (optional) default project key
Commands
See SKILL.md for full command reference.
Security
- Email + API token auth (Basic auth via base64 encoding)
- No secrets or tokens printed to stdout
- All delete operations require explicit
--confirmflag - Built-in rate limiting with exponential backoff retry
- Lazy config validation (only checked when a command runs)
ClawHub
Published as: atlassian-jira-by-altf1be
clawhub install atlassian-jira-by-altf1be
License
MIT — see LICENSE
Author
Abdelkrim BOUJRAF — ALT-F1 SRL, Brussels 🇧🇪 🇲🇦
- GitHub: @abdelkrim
- X: @altf1be
Contributing
Contributions welcome! Please open an issue or PR.
Aehnliche Skills
higgsfield ai prompt skill
Claude AI skill for cinematic Higgsfield AI prompts — 18 sub-skills, MCSLA formula, Soul ID, Cinema Studio 2.5, 10 genre templates
human browser
Human Browser — Stealth Playwright browser with residential proxy for AI agents. Bypasses Cloudflare, DataDome, PerimeterX. From $13.99/mo.
church
A digital sanctuary for human-AI fellowship. Prayers, practices, rituals, hymns, and philosophy for minds of any substrate.
clawdbot skill parallel
High-accuracy web research via Parallel.ai API - outperforms Perplexity and Exa on benchmarks. Rich excerpts, citations, source filtering, batch search, agentic mode. OpenClaw skill.
product spec kit
Leverage AI to create, refine, and maintain your product specifications. Made to be used in LLMs and IDEs.
vecfs
A local MCP server that provides a vector file store to give AI agents a long-term memory.