DeepSeek Harness plugin

dsh-meego

DeepSeek Harness tools for Feishu Project (Meego): query, plan, create, update, and transition work items.

Jump to install

Source facts

Repository
Lilien-xu/dsh-meego
Latest update
Aug 17, 2026
Category
Remote & Mobile
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Lilien-xu/dsh-meego
Plugin: dsh-meego
Author: Lilien-xu

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

dsh-meego

DeepSeek Harness plugin for Feishu Project (Meego). It gives the agent a small, explicit tool surface for finding projects, querying work items, checking personal todos, and—only after user confirmation—creating, updating, or transitioning work items.

中文说明:README.zh-CN.md

中文简介

dsh-meego 是一个面向飞书项目(Meego)的 DeepSeek Harness 插件,支持查找项目、查询工作项、查看个人待办,以及在用户确认后创建、更新或流转工作项。

插件通过本机已登录的 meegle CLI 工作,不会收集、保存或转发 OAuth 凭证。安装前请先完成 Meego CLI 登录,再按下方命令安装和启动插件。

What it does

  • meego_project_search — resolve a project name to its authoritative project key.
  • meego_workitem_get — inspect a work item.
  • meego_workitem_query — run focused MQL queries.
  • meego_mywork_todo — list todo/done/overdue/this-week items.
  • meego_workitem_create — create a work item.
  • meego_workitem_update — update fields.
  • meego_workitem_transition_state — move a status-flow work item.

The plugin calls the locally installed meegle CLI. OAuth tokens remain in the Meego CLI credential store; this package does not collect, persist, or forward them. Set MEEGLE_BIN only when the CLI is installed under a non-standard path.

Install

Prerequisites:

1. Node.js 22.13+. 2. The meegle CLI on PATH. 3. A logged-in Meego CLI profile.

meegle auth login --host project.feishu.cn
npx -y @deepseek-ai/dsh plugin --profile web add dsh-meego
npx -y @deepseek-ai/dsh --profile web

If your organization uses another Meego host, pass that host to meegle auth login.

For a GitHub-only install before publishing to npm, push this repository as a public repo and use:

npx -y @deepseek-ai/dsh plugin --profile web add github:Lilien-xu/dsh-meego

Safety contract

The plugin performs an auth-status check before every call. Read-only tools are safe to use for discovery. Create/update/transition tools are marked as mutating in their descriptions and should only be called after the user confirms the exact target and change. Before creating or updating, fetch Meego metadata so field keys and value formats are correct.

Meego field values follow the CLI's string protocol: scalar values are strings, and arrays/objects must be JSON-stringified inside field_value.

Development

The runtime entry is dsh/index.js. It intentionally uses only Node built-ins and the DSH raw tool registration surface, so the package can be built and inspected without bundling credentials or a second API client.

License

MIT.