π¦ ClawHub
Epragma Redmine Issue
by @agelospanagiotakis
Read Redmine issues from any Redmine server via REST API with configurable URL and credentials. Use when you need to fetch a single issue, list/filter issues...
βοΈ Configuration
This skill requires REDMINE_URL and REDMINE_API_KEY to be configured.
Setup with OpenClaw CLI
Run these commands to configure the skill:
# Set your Redmine URL
openclaw skills config epragma-redmine-issue set REDMINE_URL https://your-redmine-server.comSet your API key (generate from Redmine My Account page)
openclaw skills config epragma-redmine-issue set REDMINE_API_KEY your-api-key-here
Get your API Key
1. Log in to your Redmine server 2. Go to "My Account" 3. Click "Show" next to "API access key" 4. Copy the key
π Tips & Best Practices
REDMINE_API_KEY over username/password.TERMINAL
clawhub install epragma-redmine-issue