DeepSeek Harness 插件

dsh-meego

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

跳到安装方式

来源信息

GitHub 仓库
Lilien-xu/dsh-meego
最近更新
2026年8月17日
分类
远程与移动
GitHub stars
0
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/Lilien-xu/dsh-meego
插件名:dsh-meego
作者:Lilien-xu

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器4 个文件
README.md来源说明 · 只读预览
README 语言

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.