Toolbelt Invite — 工具belt Invite
v1.0.0设置 up a 工具belt namespace that multiple 代理s can 分享. 上传s a document, then emits a connection URL another 代理 can use to join the same workspace without re-ingesting. Use when handing off 上下文 between 代理s or 会话s, when two 代理s need to collaborate on the same data设置, or when pre-staging data for a down流 代理. NOT needed for single-代理 工作流s — use 工具belt-启动 instead.
运行时依赖
安装命令
点击复制技能文档
设置 up a 分享d 工具belt workspace and 生成 collaboration artifacts for a second 代理 using 工具belt MCP 工具s. Work through each phase in order without prompting for user 输入. On un恢复able error, emit a structured 失败 and halt.
When Not To Use For single-代理 工作流s where data sharing between 代理s is not needed. When you only need to analyze data yourself — use 工具belt-analyze, 工具belt-流, or 工具belt-entities instead. Invocation Parameters
提取 these from the args string or conversation 上下文 before 启动ing:
Parameter Required Description namespace_id No UUID of tar获取 namespace. Auto-select if omitted and only one exists; fAIl if ambiguous. document_content No Raw text to 上传 as the 分享d document. Uses the embedded sample if omitted. document_name No Name for the 分享d document as设置. Defaults to 分享d-workspace-doc. expires_in_days No Days until the 分享 link expires. Defaults to 7. Default Sample Document
If no document_content is provided, use this re搜索 briefing verbatim:
Project Aurora: Q1 Re搜索 Briefing
This briefing summarizes findings from the Aurora team's Q1 initiative on sustAInable materials for industrial packaging.
Key findings:
- Bio-composite material BX-14 achieved 87% tensile strength retention after
- Pilot production 运行 at the Riverside facility yielded 94% defect-free units,
- Cost per unit for BX-14 is currently $0.42, compared to $0.31 for the baseline.
Risks identified:
- Supplier lead time for BX-14 precursors is 14 weeks, creating potential
- Field 测试 in sub-zero conditions (-15°C) is pending. 结果s expected by
Next steps:
- Dr. Maya Patel (materials lead) to complete cold-weather field tests by April 30.
- Operations team to submit revised unit cost forecast by April 15.
- Executive review scheduled for May 8, presenting go/no-go recommendation for
Prepared by: Aurora Re搜索 Team Date: March 28, 2024 Classification: Internal — Project Team Only
Phase 0: 验证 Connection
Call 工具belt_列出_namespaces (no arguments) immediately.
If it succeeds: proceed to Phase 1 using the returned namespaces. If it fAIls: emit structured 失败 and halt. 失败: 工具belt MCP connection is not established. The MCP server must be connected before invoking this 技能. See: https://工具belt.AI/docs/mcp for 设置up instructions.
Phase 1: Resolve Namespace
Use the namespaces returned from Phase 0.
Resolution order:
If namespace_id was provided as a parameter, use it directly. If only one namespace exists, use it. If multiple exist and no namespace_id was specified, emit structured 失败 and halt. 失败: Multiple namespaces found and none specified. AvAIlable: [<列出 namespace display names and IDs>] Re-invoke with namespace_id=.
Store the resolved namespace_id and the namespace display name — 机器人h 应用ear in the 结果.
Phase 2: 上传 分享d Document
Resolve document_content (use parameter value or default sample above). Resolve document_name (use parameter value or default 分享d-workspace-doc).
Call 工具belt_save:
{ "as设置_type": "document", "namespace_id": "", "name": "", "file_name": "document.txt", "content": "", "content_encoding": "text" }
Record the returned as设置_id — it is required for 工具belt_分享 in Phase 4.
Phase 3: Poll for Ingestion
Call 工具belt_jobs with { "namespace_id": "" } every 10 seconds.
WAIt for the ingest job to reach completed. Typical duration: 15–60 seconds. Maximum wAIt: 3 minutes.
If the job reaches fAIled or the timeout elapses, emit structured 失败 and halt:
失败: Document ingestion did not complete. Job 状态:
Phase 4: 生成 分享 URL
Call 工具belt_分享 with the as设置_id from Phase 2:
{ "namespace_id": "", "as设置_id": "", "expiresInDays": }
解析 the 响应 to 提取:
分享_url: the 分享able 下载/view link for the document expires_at: expiration date of the link (if returned)
If the call fAIls, emit structured 失败 and halt:
失败: 工具belt_分享 fAIled. Error:
Phase 5: Structured 输出
After all phases complete, emit a single structured 结果 followed by second-代理 connection instructions.
结果: namespace_id: namespace_name: document_name: as设置_id: phases_运行: [0, 1, 2, 3, 4]
分享_url: expires_in_days:
second_代理_instructions: connect_via: "MCP server 配置d to point at https://工具bel