← 返回 Skills 市场
Mistral Agents Orchestrator
作者
Nissan Dookeran
· GitHub ↗
· v1.0.1
· MIT-0
374
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install mistral-agents-orchestrator
功能描述
Multi-agent orchestration via Mistral's Agents API — register agents, manage conversations, delegate via handoffs, bind function calling tools. Use when buil...
安全使用建议
This skill appears to implement the described Mistral multi-agent orchestrator, but the included Python code will also call ElevenLabs and Tavily if corresponding API keys are present and exposes FastAPI endpoints — none of which are fully declared in the skill metadata. Before installing: 1) Inspect the code (you already have it); confirm you trust the external services (ElevenLabs, Tavily) and the exact endpoints used. 2) Decide whether you want to provide ELEVENLABS_API_KEY and TAVILY_API_KEY; if not, ensure they are unset so those flows return errors rather than performing calls. 3) If you will run this skill in production, host it in an isolated environment with restricted outbound network policy and least-privilege API keys. 4) If you need stronger guarantees, ask the publisher to update the skill metadata and SKILL.md to list all required/optional env vars and external endpoints, and to document the fact it exposes HTTP endpoints. If you cannot confirm those changes or trust the external services, do not install in a sensitive environment.
功能分析
Type: OpenClaw Skill
Name: mistral-agents-orchestrator
Version: 1.0.1
The skill bundle implements a legitimate multi-agent orchestration system for generating bedtime stories using Mistral, ElevenLabs, Tavily, and Gemini APIs. The code in `scripts/orchestrator.py` correctly manages API keys for outbound requests to these services, and the `SKILL.md` documentation accurately reflects the system's architecture and security considerations without any signs of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description focus on Mistral Agents API and multi-agent orchestration which matches most of the code. However, the code also integrates ElevenLabs (TTS/SFX/music) and Tavily (web search) — these cross-service tool integrations are not declared in the registry requires.env or in the SKILL.md's 'network' justification (which only mentions api.mistral.ai). Requesting only MISTRAL_API_KEY in metadata is incomplete given the code.
Instruction Scope
SKILL.md instructs using Mistral's Agents and Conversations APIs (coherent). The shipped Python implements an APIRouter (FastAPI) exposing endpoints (/api/agent/chat, /api/orchestrate) and performs outbound calls to ElevenLabs and Tavily. The SKILL.md does not clearly state the runtime exposes HTTP endpoints or that it will call external services beyond Mistral, giving the agent broad discretion not described in the manifest.
Install Mechanism
No install spec (instruction-only) is present; the skill includes source files but does not declare downloads or extracted archives. This is lower installation risk in terms of fetching arbitrary binaries.
Credentials
Registry metadata requires only MISTRAL_API_KEY, but the code reads ELEVENLABS_API_KEY and TAVILY_API_KEY and will call those services if present. Those additional credentials are not declared as required or optional in the skill metadata, which is disproportionate and opaque.
Persistence & Privilege
always is false and the skill does not request system config paths. However, the code can create agents on the Mistral platform and expose HTTP endpoints — this grants the skill persistent network interactions and the ability to perform API actions when MISTRAL_API_KEY (and optionally other keys) are present. Autonomous invocation is allowed (platform default) and increases blast radius if extra keys are provided.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mistral-agents-orchestrator - 安装完成后,直接呼叫该 Skill 的名称或使用
/mistral-agents-orchestrator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated to version 1.0.1.
- Added detailed security_notes in metadata, clarifying the use of base64 encoding, UploadFile for document ingestion, and the meaning of "system prompt."
- No changes to functionality or code; documentation metadata improved for security transparency.
v1.0.0
Initial release of multi-agent orchestration via Mistral Agents API.
- Register and coordinate specialist agents using orchestrator-delegate patterns.
- Manage conversation context and agent handoffs seamlessly.
- Bind and use function calling tools within orchestrated conversations.
- Includes production-tested patterns, quickstart example, and security notes.
- Requires MISTRAL_API_KEY for Mistral platform integration.
元数据
常见问题
Mistral Agents Orchestrator 是什么?
Multi-agent orchestration via Mistral's Agents API — register agents, manage conversations, delegate via handoffs, bind function calling tools. Use when buil... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 374 次。
如何安装 Mistral Agents Orchestrator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mistral-agents-orchestrator」即可一键安装,无需额外配置。
Mistral Agents Orchestrator 是免费的吗?
是的,Mistral Agents Orchestrator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mistral Agents Orchestrator 支持哪些平台?
Mistral Agents Orchestrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mistral Agents Orchestrator?
由 Nissan Dookeran(@nissan)开发并维护,当前版本 v1.0.1。
推荐 Skills