Workspace
/install workspace
Jira Work Log Skill
Manage your self-hosted Jira work logs through OpenClaw. This skill helps you never forget to log your time and provides easy access to Jira work logging.
Prerequisites
- Jira API Token from https://id.atlassian.com/manage/api-tokens
- Self-hosted Jira instance (e.g., https://jira.neor.space)
- Python 3.7+ with
requestslibrary
Setup
1. Install Python Dependencies
python3 -m pip install requests --proxy http://localhost:2080 --user --break-system-packages
2. Configure Jira Credentials
# Copy the example config
cp jira_config.example.json jira_config.json
# Edit with your credentials
nano jira_config.json
Fill in:
username: Your Jira username/emailapi_token: Your API tokenjira_url: https://jira.neor.spacedefault_project: Your main project keytimezone: Asia/Tehran
Commands
Test Connection
/jira test
Tests the connection to your Jira instance.
List Recent Issues
/jira list
Shows your recent issues that need work logging.
Quick Log Work
/jira log
Interactive work logging with issue selection.
Create Daily Log
/jira today
Creates a daily work log template.
Set Reminders
/jira reminder
Sets up Apple Reminders for daily work logging.
Usage Examples
# Test your Jira connection
/jira test
# Log 1.5 hours to issue PROJ-123
/jira log --issue PROJ-123 --time "1h 30m" --comment "Fixed authentication bug"
# Interactive logging
/jira log
# Create today's work log
/jira today
Integration with OpenClaw
This skill provides the following capabilities:
- API-based Jira integration using Python requests
- Interactive CLI for easy work logging
- Daily log templates for tracking work
- Reminder system using Apple Reminders
- Simple configuration with JSON files
Files
jira_config.json- Your Jira credentials (DO NOT SHARE)jira_tools.py- Python API clientjira_log.sh- CLI wrapper scriptcreate_daily_log.sh- Daily log creatordaily_log_template.md- Log templatedaily_logs/- Generated daily logs
Security Notes
- Never commit
jira_config.jsonto version control - Use API tokens instead of passwords
- Keep the workspace secure with proper permissions
- Regularly rotate API tokens for security
Troubleshooting
Connection Issues
# Test connection
./jira_log.sh test
# Check config file
cat jira_config.json | python3 -m json.tool
Python Issues
# Check Python version
python3 --version
# Install requests with proxy
python3 -m pip install requests --proxy http://localhost:2080 --user --break-system-packages
Permission Issues
# Make scripts executable
chmod +x *.sh
Future Enhancements
- Webhook integration for automatic logging
- Time tracking with automatic reminders
- Reporting for weekly/monthly summaries
- Integration with calendar for meeting tracking
- Mobile notifications for logging prompts
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install workspace - After installation, invoke the skill by name or use
/workspace - Provide required inputs per the skill's parameter spec and get structured output
What is Workspace?
Manage your self-hosted Jira work logs by logging time, creating daily templates, listing issues, testing connection, and setting Apple Reminders. It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.
How do I install Workspace?
Run "/install workspace" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Workspace free?
Yes, Workspace is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Workspace support?
Workspace is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Workspace?
It is built and maintained by AliGhotbizadeh (@polarali); the current version is v1.0.0.