treg
superdesigndev/treg
给 Agent 的工具目录:按「要做的事」检索约 2,600 个外部接口(SEO 与 SERP、外链、社交、人物与公司信息补全、广告库、抓取),查看参数与单次调用价格后直接调用,凭据由服务端注入。附带技能,MCP 行在未设置 TREG_TOKEN 前保持禁用。
DeepSeek Harness 插件
人工协作工具(`human_task` / `human_task_ready_check`):让 Agent 暂停等待用户完成现实操作或返回观察结果(GUI 操作、游戏测试、视觉验证、硬件检查等),内置会话同意与 AFK 在场两级门控,通过 Web 任务窗返回结构化 JSON 结果。
跳到安装方式默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。
复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。
请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。
插件页面:https://deepseekplugins.org/zh/plugins/ywgATustcbbs/dsh-human-task~23dsh-human-task
GitHub:https://github.com/ywgATustcbbs/dsh-human-task/tree/main/packages/dsh-human-task
插件名:dsh-human-task#dsh-human-task
作者:ywgATustcbbs
安装命令:dsh plugin --profile web add github:ywgATustcbbs/dsh-human-task#path:/packages/dsh-human-task
确认前不要执行安装命令。安装前先看这个插件目录里的 README 和其他文件。
{
"name": "dsh-human-task",
"description": "Human-in-the-loop capability seam (ctx.humanTasks): pause an agent tool until the human performs a real-world task or returns an observation",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./types": {
"types": "./lib/types.d.ts",
"default": "./lib/types.js"
},
"./typert": {
"types": "./lib/typert.host.d.ts",
"default": "./lib/typert.host.js"
},
"./remote": {
"types": "./lib/typert.remote-client.d.ts",
"default": "./lib/typert.remote-client.js"
},
"./src/*": "./src/*",
"./cordis.patch.yml": "./cordis.patch.yml",
"./package.json": "./package.json"
},
"files": [
"lib/index.js",
"lib/index.d.ts",
"lib/service.js",
"lib/service.d.ts",
"lib/types.js",
"lib/types.d.ts",
"lib/typert.host.js",
"lib/typert.host.d.ts",
"lib/typert.remote-client.js",
"lib/typert.remote-client.d.ts",
"cordis.patch.yml"
],
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"license": "MIT",
"dependencies": {
"dsh-human-task-tools": "^0.1.1",
"dsh-human-task-client": "^0.1.1"
},
"peerDependencies": {
"@deepseek-ai/cordis": "^4.0.1",
"@deepseek-ai/dsh-typert-protocol": "^0.1.0-rc.6"
}
}