← Back to Skills Marketplace
291
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install synero
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install synero - After installation, invoke the skill by name or use
/synero - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 291 downloads so far.
How do I install Synero?
Run "/install synero" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Synero free?
Yes, Synero is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Synero support?
Synero is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Synero?
It is built and maintained by blovett80 (@blovett80); the current version is v1.0.2.
More Skills