← 返回 Skills 市场
291
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install synero
功能描述
Ask Synero’s AI Council questions from the terminal and get one synthesized answer from four contrasting AI advisors. Use when a user wants a higher-confiden...
安全使用建议
This skill appears to do what it says: a local Python CLI that sends your prompt to Synero's API (default https://synero.ai/api/query) and prints a synthesized reply. Before installing: (1) Note the manifest inconsistency — SKILL.md and the script require SYNERO_API_KEY but the registry metadata omitted it; confirm you are willing to provide that API key. (2) Verify the service URL and origin (source/homepage unknown) and that you trust synero.ai to receive your prompts. (3) Review the included Python script (it’s small and readable) to confirm it matches your expectations; it only uses standard library urllib and reads no other local secrets. (4) Limit API key scope where possible and avoid putting highly sensitive data into prompts. If you want stronger assurance, ask the publisher to fix the metadata to declare SYNERO_API_KEY as required and provide a homepage/source repo.
功能分析
Type: OpenClaw Skill
Name: synero
Version: 1.0.2
The synero skill is a legitimate tool designed to query the Synero AI Council API for synthesized multi-model responses. The core logic in `scripts/synero-council.py` uses standard Python libraries to handle network requests and SSE streaming from `https://synero.ai/api/query`, with no evidence of malicious execution, data exfiltration, or obfuscation.
能力评估
Purpose & Capability
The skill's name/description, SKILL.md, and the bundled Python script all consistently implement a client that sends prompts to a Synero council API and streams/parses SSE. This matches the stated purpose. Note: the registry metadata listed no required env vars, but SKILL.md and the script require SYNERO_API_KEY — an inconsistency in the manifest.
Instruction Scope
Runtime instructions and the script stay within scope: they build a JSON payload from the prompt and optional model overrides, POST to the configured SYNERO_API_URL (default https://synero.ai/api/query), read SSE events, and print synthesis or raw events. The script only reads environment vars that configure the API URL, timeout, model overrides, and the API key; it does not access unrelated files, secret stores, or other system credentials.
Install Mechanism
No install spec; this is instruction-only plus a small Python script. There are no remote downloads or package installs in the skill bundle, so nothing arbitrary will be fetched by the installer.
Credentials
The script requires a single API credential (SYNERO_API_KEY), which is appropriate for a remote-API client. However, the registry metadata (shown to the evaluator) claimed 'Required env vars: none' while SKILL.md and the script require SYNERO_API_KEY and optionally allow model override env vars. That mismatch should be clarified before install. No other unrelated secrets are requested.
Persistence & Privilege
The skill does not request persistent/always-on privileges, does not modify other skills or system settings, and will only run when invoked. It operates as a simple command-line client.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install synero - 安装完成后,直接呼叫该 Skill 的名称或使用
/synero触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Clarify Synero positioning and ideal use cases; improve publish-quality skill description, setup copy, and prompt templates for strategy, research, architecture, hiring, and positioning workflows.
v1.0.1
Clarify API key setup and point users to synero.ai; improve missing-key guidance.
v1.0.0
Initial release: AI Council terminal skill with advisor model overrides, SSE streaming, and synthesized final output.
元数据
常见问题
Synero 是什么?
Ask Synero’s AI Council questions from the terminal and get one synthesized answer from four contrasting AI advisors. Use when a user wants a higher-confiden... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 291 次。
如何安装 Synero?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install synero」即可一键安装,无需额外配置。
Synero 是免费的吗?
是的,Synero 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Synero 支持哪些平台?
Synero 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Synero?
由 blovett80(@blovett80)开发并维护,当前版本 v1.0.2。
推荐 Skills