AI Agent Hub
Back to plugins
🤖

dsh-meego

Model Inference Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Lilien-xu/dsh-meego

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Lilien-xu/dsh-meego inside DeepSeek Harness to install the plugin; the source repository is at https://github.com/Lilien-xu/dsh-meego .

About this plugin

When an AI agent needs to interact with a project-management platform during a workflow, the tool surface is often too broad, the operation boundaries too vague, and credentials tend to scatter across multiple layers. dsh-meego addresses exactly this: it gives a DeepSeek Harness agent a small, explicit set of Meego tools so the agent can work with projects, work items, and todos in a controlled way, instead of calling a full API client directly.

The core capabilities cover the full day-to-day collaboration loop: resolve a project name to its authoritative key, run focused MQL queries against work items, and pull personal todo, done, and overdue lists. After the user explicitly confirms the target and the change, the agent can also create work items, update fields, or transition a status-flow item along its lifecycle. Every call goes through the locally logged-in meegle CLI; OAuth tokens stay in Meego's own credential store, and the plugin collects, persists, and forwards none of them. An auth-status check runs before every single call, and all mutating tools are clearly labelled in their descriptions so the agent cannot trigger side effects without user awareness.

If you are building agent workflows with DeepSeek Harness and rely on Feishu Meego for project management, dsh-meego is a lightweight, transparent, zero-credential-handling bridge that keeps the agent's project operations both sufficient and within bounds.

Use Cases

  • Agent queries work item status and summarizes progress
  • Agent creates, updates, or transitions work items after user confirmation
  • Pulls personal todos and overdue items to draft a quick daily report

Best For

  • Developers building agent workflows with DeepSeek Harness
  • Engineering teams relying on Feishu Meego for project management
  • Engineers who want zero credential handling in agent tooling