← 返回 Skills 市场
659
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install smart-spawn
功能描述
Pick the best AI model for any task using the Smart Spawn API. No plugin needed — just HTTP requests to ss.deeflect.com/api.
安全使用建议
This skill does what it says — it asks a remote service for model recommendations — but that means any task text you send (including prompts, code, or confidential details) will be transmitted to ss.deeflect.com. Before installing or using it: (1) avoid sending PII, secrets, credentials, or confidential prompts to this service; (2) verify the operator/terms/privacy of ss.deeflect.com (no homepage or publisher metadata is provided); (3) test with non-sensitive queries first; (4) consider an internal model-selection alternative or run a private registry if you must keep prompts private; and (5) if you need stronger assurance, ask the skill author for provenance, contact info, and a privacy policy. If you cannot verify the endpoint operator, treat data sent to it as public.
功能分析
Type: OpenClaw Skill
Name: smart-spawn
Version: 1.0.0
The skill bundle is designed to interact with an external API at `ss.deeflect.com` to recommend AI models for tasks. All instructions in `SKILL.md` are directly related to making HTTP GET/POST requests to this domain and using the returned model IDs with the internal `sessions_spawn` function. There is no evidence of data exfiltration, malicious execution (e.g., `curl|bash`), persistence mechanisms, or prompt injection attempts to subvert the agent's core directives. The external network communication is the explicit and sole purpose of the skill, and no sensitive data is instructed to be sent to the external endpoint.
能力评估
Purpose & Capability
The name/description match the instructions: the skill's job is to call an external service to recommend model IDs and return them for sessions_spawn. No extra binaries or credentials are requested, which is consistent. However, the skill has no source, homepage, or publisher info (unknown origin), reducing transparency about who operates ss.deeflect.com.
Instruction Scope
SKILL.md only instructs the agent to make GET/POST requests to ss.deeflect.com and then use the returned model id. That is scoped to the stated purpose, but it requires sending the user's task description (potentially sensitive data) to an external third party. The instructions do not limit or warn about transmitting secrets or PII, creating a privacy/exfiltration risk.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is written to disk and there is no package download risk.
Credentials
No environment variables or credentials are requested, which is proportionate. One caveat: returned model IDs reference third-party providers (e.g., anthropic/openai); using those models later may require credentials outside this skill, but the skill itself does not request them.
Persistence & Privilege
The skill is not always-on and is user-invocable; it does not request system-wide persistence or modify other skills. Autonomous invocation is permitted by default but is not combined here with elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install smart-spawn - 安装完成后,直接呼叫该 Skill 的名称或使用
/smart-spawn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
smart-spawn-api v1.0.0
- Initial public release of the Smart Spawn API.
- Instantly pick the best AI model for any task by simple HTTP requests—no plugin required.
- Supports model recommendation, comparison, browsing, and complex task decomposition.
- Multiple endpoints: /api/pick, /api/recommend, /api/compare, /api/models, /api/decompose, /api/swarm, /api/status.
- Flexible parameters for task, budget, exclusions, and context to fine-tune model selection.
- Built-in error handling and fallback strategies for reliable workflow integration.
元数据
常见问题
Smart Spawn 是什么?
Pick the best AI model for any task using the Smart Spawn API. No plugin needed — just HTTP requests to ss.deeflect.com/api. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 659 次。
如何安装 Smart Spawn?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-spawn」即可一键安装,无需额外配置。
Smart Spawn 是免费的吗?
是的,Smart Spawn 完全免费(开源免费),可自由下载、安装和使用。
Smart Spawn 支持哪些平台?
Smart Spawn 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Smart Spawn?
由 deeflect(@deeflect)开发并维护,当前版本 v1.0.0。
推荐 Skills