·dust-call-agent
@

dust-call-agent

调用 Dust 代理来获取信息(读取 slack 线程、概念 URL、Google Drive 文档...)、执行操作(向 slack 发布消息、创建日历事件...)、提供有关 Dust 的任何主题的上下文(公司、当前讨论、客户...),或者通常让 Dust 代理执行给定任务。

23安装·1热度·@dust-tt

安装

$npx skills add https://github.com/dust-tt/dust --skill dust-call-agent

如何安装 dust-call-agent

通过命令行快速安装 dust-call-agent AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/dust-tt/dust --skill dust-call-agent
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:dust-tt/dust。

SKILL.md

查看原文

Access Dust agents that have context on all the company, e.g. recent projects, engineering, sales, marketing, etc., via the Dust CLI non-interactively, e.g.: $ dust chat -a issueBot -m "create an issue for this: ..." $ dust chat -a deep-dive -m "Research all info we have on kubernetes probe failures in recent weeks."

A conversation with an agent can be continued after the first message using the argument -c CONVERSATIONSTRINGID. The conversation id will be returned in the JSON result from the initial call.

$ dust chat -a issueBot -c 'TdWyn4aDt1' -m "also add a subsequent issue about this: ..."

调用 Dust 代理来获取信息(读取 slack 线程、概念 URL、Google Drive 文档...)、执行操作(向 slack 发布消息、创建日历事件...)、提供有关 Dust 的任何主题的上下文(公司、当前讨论、客户...),或者通常让 Dust 代理执行给定任务。 来源:dust-tt/dust。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/dust-tt/dust --skill dust-call-agent
分类
@协作工具
认证
收录时间
2026-02-26
更新时间
2026-03-10

Browse more skills from dust-tt/dust

快速解答

什么是 dust-call-agent?

调用 Dust 代理来获取信息(读取 slack 线程、概念 URL、Google Drive 文档...)、执行操作(向 slack 发布消息、创建日历事件...)、提供有关 Dust 的任何主题的上下文(公司、当前讨论、客户...),或者通常让 Dust 代理执行给定任务。 来源:dust-tt/dust。

如何安装 dust-call-agent?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dust-tt/dust --skill dust-call-agent 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/dust-tt/dust