Overview
- Skill Key
- agelospanagiotakis/epragma-redmine-issue
- Author
- agelospanagiotakis
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/agelospanagiotakis/epragma-redmine-issue
- Latest Commit SHA
- 6178cf56e7aac9a01c8d2f8c933c17a798f69224
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, or inspect issue fields for change planning; supports deployment to different Redmine instances via environment variables.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 epragma-redmine-issue 技能。 若已安装,则直接安装 epragma-redmine-issue 技能。
# ePragma Redmine Issue
Read Redmine issues through REST API.
## Configuration
This skill requires `REDMINE_URL` and `REDMINE_API_KEY` to be configured.
### Setup with OpenClaw CLI
Run these commands to configure the skill:
```bash
# Set your Redmine URL
openclaw skills config epragma-redmine-issue set REDMINE_URL https://your-redmine-server.com
# Set 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
## Get one issue
```bash
node {baseDir}/scripts/issues.mjs get --id 123
```
## List issues
```bash
node {baseDir}/scripts/issues.mjs list
node {baseDir}/scripts/issues.mjs list --project-id my-project --status-id open --limit 20 --offset 0
node {baseDir}/scripts/issues.mjs list --assigned-to-id me --sort "updated_on:desc"
node {baseDir}/scripts/issues.mjs list --project my-project
```
## List projects
```bash
node {baseDir}/scripts/issues.mjs projects
```
## List statuses
```bash
node {baseDir}/scripts/issues.mjs statuses
```
## Update one issue
```bash
node {baseDir}/scripts/issues.mjs update --id 123 --status-id 2 --notes "this is ok"
node {baseDir}/scripts/issues.mjs update --id 123 --assigned-to-id 6 --priority-id 3
node {baseDir}/scripts/issues.mjs update --id 123 --done-ratio 50 --notes "done 50%"
```
## Add comment to issue
```bash
node {baseDir}/scripts/issues.mjs comment --id 123 --notes "This is a comment"
```
## Create new issue
```bash
# Required: --project-id (or project name), --subject
# Optional: --description, --tracker-id, --priority-id, --assigned-to-id, --status-id, --start-date, --due-date, --done-ratio, --estimated-hours
node {baseDir}/scripts/issues.mjs create --project-id 1 --subject "New issue title"
node {baseDir}/scripts/issues.mjs create --project-id epragma --subject "Bug report" --description "Det...
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.