← Back to Skills Marketplace
polarali

Workspace

by AliGhotbizadeh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
123
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install workspace
Description
Manage your self-hosted Jira work logs by logging time, creating daily templates, listing issues, testing connection, and setting Apple Reminders.
README (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
Usage Guidance
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.
Capability Analysis
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'.
Capability Tags
cryptorequires-walletcan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install workspace
  3. After installation, invoke the skill by name or use /workspace
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug workspace
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments