← 返回 Skills 市场
polarali

Workspace

作者 AliGhotbizadeh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
123
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install workspace
功能描述
Manage your self-hosted Jira work logs by logging time, creating daily templates, listing issues, testing connection, and setting Apple Reminders.
使用说明 (SKILL.md)

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

  1. Jira API Token from https://id.atlassian.com/manage/api-tokens
  2. Self-hosted Jira instance (e.g., https://jira.neor.space)
  3. Python 3.7+ with requests library

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/email
  • api_token: Your API token
  • jira_url: https://jira.neor.space
  • default_project: Your main project key
  • timezone: 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:

  1. API-based Jira integration using Python requests
  2. Interactive CLI for easy work logging
  3. Daily log templates for tracking work
  4. Reminder system using Apple Reminders
  5. Simple configuration with JSON files

Files

  • jira_config.json - Your Jira credentials (DO NOT SHARE)
  • jira_tools.py - Python API client
  • jira_log.sh - CLI wrapper script
  • create_daily_log.sh - Daily log creator
  • daily_log_template.md - Log template
  • daily_logs/ - Generated daily logs

Security Notes

  1. Never commit jira_config.json to version control
  2. Use API tokens instead of passwords
  3. Keep the workspace secure with proper permissions
  4. 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

  1. Webhook integration for automatic logging
  2. Time tracking with automatic reminders
  3. Reporting for weekly/monthly summaries
  4. Integration with calendar for meeting tracking
  5. Mobile notifications for logging prompts
安全使用建议
Do not install this as-is with real Jira credentials. Ask the publisher for a minimal Jira-only package, confirm jira_config.json and any hard-coded passwords have been removed and rotated, and avoid starting any TaskFlow/autostart/background service unless you explicitly want persistent reminders and understand how to stop them.
功能分析
Type: OpenClaw Skill Name: workspace Version: 1.0.0 The skill bundle exhibits several high-risk behaviors and significant functional discrepancies. It contains hardcoded Gmail credentials and Selenium-based browser automation in 'create_google_doc.py' and 'format_google_doc_selenium.py', which poses a severe security risk. It also implements system persistence on macOS by installing LaunchAgents via 'install_autostart.sh' and 'install_permanent_service.sh'. Furthermore, the bundle includes a massive, unrelated dump of the 'pip' package manager source code within the 'jira_venv' directory, and the majority of the functional code (Microsoft Word automation for a specific user's BSc report) is entirely unrelated to the Jira Work Log purpose stated in 'SKILL.md'.
能力标签
cryptorequires-walletcan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The Jira work-log capability is coherent, but the artifact bundle is much broader than that purpose, including Word/Google Docs/BSc-report automation, service installers, embedded virtualenvs, and agent workspace memory files.
Instruction Scope
SKILL.md presents mostly user-invoked Jira commands, but other visible files instruct background services, auto-restart behavior, GUI automation, and persistent agent memory outside the stated Jira-only scope.
Install Mechanism
The registry says there is no install spec and no declared requirements, while SKILL.md instructs a pip install with '--break-system-packages' and the package already includes large embedded Python environments and many runnable scripts.
Credentials
A Jira API token is expected for this skill, but the artifacts also suggest a working credential config is included and static scanning flags an unrelated hard-coded password; bundled GUI automation can also modify local documents.
Persistence & Privilege
Visible documentation describes 24/7 background services, auto-restart, active heartbeat tasks, and 'works forever' behavior that is not clearly disclosed in the main skill metadata or SKILL.md.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workspace
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workspace 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Jira Work Log Skill for OpenClaw: - Log and manage work time on self-hosted Jira instances via CLI. - Interactive commands to test connection, list issues, and log work. - Daily log creation and reminder setup with Apple Reminders. - Simple configuration through a single JSON file. - Includes troubleshooting steps and security best practices.
元数据
Slug workspace
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论