miduo-ticket-lobster-skill

Fetch MiDou ticket lists, details, and transitions via API.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/MiDouTech/myTapd --skill miduo-ticket-lobster-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: miduo-ticket-lobster-skill
Source: https://github.com/MiDouTech/myTapd/tree/main/ticket-platform/docs/lobster-skill
Command: npx skills add https://github.com/MiDouTech/myTapd --skill miduo-ticket-lobster-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables accessing 米多内部工单 via personal API keys from an IDE, allowing you to list tickets, view details, add comments, and perform transitions to streamline defect investigation and fix communication.

Core Features & Use Cases

  • Ticket listing: Retrieve paged lists of tickets for a view (e.g., 我的待办).
  • Detail and comments: Open ticket details, view attachments and comments, and add notes.
  • Workflow transitions: Execute allowed transitions to progress tickets and sync fixes.
  • Security & setup: Use a personal API key; configure baseUrl; header X-Api-Key.

Quick Start

Configure MIDUO_TICKET_API_KEY and baseUrl in your IDE environment, then trigger the skill using the appropriate trigger phrases to fetch a ticket list and details.

Frequently Asked Questions about miduo-ticket-lobster-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage internal tickets directly from my IDE?

To manage internal tickets from your IDE, configure your personal API key and the base URL in the environment, then trigger the skill to fetch ticket lists, view details, and execute workflow transitions.

What header is required to fetch internal ticket details via API?

Fetching internal ticket details requires the X-Api-Key header in all requests. You must also configure the baseUrl to point to the /api root for successful authentication and ticket retrieval.

Can I perform workflow transitions on tickets without leaving the IDE?

Yes, you can perform workflow transitions without leaving the IDE. The skill executes allowed transitions to progress tickets, streamlining defect investigation and synchronizing fix communications directly in your editor.

Do I need a personal API key to list tickets for my pending tasks?

Yes, you need a personal API key to list tickets for your pending tasks. Configuring your personal API key allows the skill to securely retrieve paged ticket lists for views like my todos.

What is the best way to add comments to a ticket during defect investigation?

The best way to add comments during defect investigation is using the IDE skill to open ticket details and append notes. This keeps fix communication synchronized directly within your development workflow.