← Back to Skills Marketplace
QuorumAI
by
shokatma-oss
· GitHub ↗
· v1.0.0
300
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install quorumai
Description
Run multi-model AI synthesis inquiries via QuorumAI. Four AI models (Claude, GPT, Gemini, Grok) compete to answer your question from specialized perspectives...
Usage Guidance
This skill is internally consistent: it simply sends the user's question and the provided API key to quorumai.io and returns the JSON response. Before installing, consider: (1) using the skill will transmit user prompts to a third party — avoid sending highly sensitive secrets or personal data; (2) treat QUORUMAI_API_KEY as a secret (do not paste it into chat) and only grant it if you trust quorumai.io; (3) verify the quorumai.io domain and its privacy/tos if you care about data retention; (4) rotate/revoke the API key if you stop using the skill or suspect misuse.
Capability Analysis
Type: OpenClaw Skill
Name: quorumai
Version: 1.0.0
The OpenClaw skill bundle is benign. It clearly defines an API integration with quorumai.io, using standard `curl` commands to send user questions and an API key. There is no evidence of intentional malicious behavior, data exfiltration to unauthorized endpoints, persistence mechanisms, or obfuscation. While the `USER_QUESTION_HERE` placeholder in `SKILL.md` could theoretically be a vector for JSON injection if the OpenClaw agent fails to properly sanitize user input, this represents a potential vulnerability in the agent's execution environment rather than malicious intent within the skill's instructions themselves. The instructions are transparent and align with the stated purpose of interacting with the QuorumAI API.
Capability Assessment
Purpose & Capability
Name/description (multi-model synthesis via QuorumAI) matches the runtime instructions and required items: a single QUORUMAI_API_KEY and curl are all that are needed to call the external QuorumAI API.
Instruction Scope
SKILL.md only instructs posting the user's question to https://quorumai.io using curl and presenting the returned JSON. This is coherent, but it does mean user prompts are transmitted to an external service; the doc does not attempt to read other files, environment variables, or system state.
Install Mechanism
Instruction-only skill with no install spec and only a curl requirement — nothing is downloaded or written to disk by an installer.
Credentials
Only one environment variable (QUORUMAI_API_KEY) is required and is necessary for the Authorization header. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system presence. There is no indication it modifies other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quorumai - After installation, invoke the skill by name or use
/quorumai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
QuorumAI initial release — orchestrate multi-model AI inquiries with synthesized answers.
- Run user questions through four top AI models (Claude, GPT, Gemini, Grok), scored by an arbiter and unified into a single best answer.
- Supports multiple inquiry modes: quick (default), standard, and deep (Pro feature with multi-round adversarial review).
- Offers five specialized academies for domain-specific synthesis: general, clinical, business, technical, and investment.
- Results show the synthesized answer, top-scoring voice, individual model responses, scoring, and a shareable URL.
- Handles errors, rate limits, academy/mode suggestions, and user guidance for the best experience.
Metadata
Frequently Asked Questions
What is QuorumAI?
Run multi-model AI synthesis inquiries via QuorumAI. Four AI models (Claude, GPT, Gemini, Grok) compete to answer your question from specialized perspectives... It is an AI Agent Skill for Claude Code / OpenClaw, with 300 downloads so far.
How do I install QuorumAI?
Run "/install quorumai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is QuorumAI free?
Yes, QuorumAI is completely free (open-source). You can download, install and use it at no cost.
Which platforms does QuorumAI support?
QuorumAI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created QuorumAI?
It is built and maintained by shokatma-oss (@shokatma-oss); the current version is v1.0.0.
More Skills