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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install workspace - 安装完成后,直接呼叫该 Skill 的名称或使用
/workspace触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Workspace 是什么?
Manage your self-hosted Jira work logs by logging time, creating daily templates, listing issues, testing connection, and setting Apple Reminders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 Workspace?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install workspace」即可一键安装,无需额外配置。
Workspace 是免费的吗?
是的,Workspace 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Workspace 支持哪些平台?
Workspace 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Workspace?
由 AliGhotbizadeh(@polarali)开发并维护,当前版本 v1.0.0。