You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
"url": "https://github.com/alo-exp/multai.git"
15
15
},
16
16
"description": "MultAI — Submit research prompts to 7 AI platforms simultaneously (Claude.ai, ChatGPT, Copilot, Perplexity, Grok, DeepSeek, Gemini), synthesize results, maintain capability comparison matrices, and produce landscape reports — all from Claude Code.",
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "multai",
3
-
"version": "0.2.26040105",
3
+
"version": "0.2.26040201",
4
4
"description": "MultAI — Submit research prompts to 7 AI platforms simultaneously (Claude.ai, ChatGPT, Copilot, Perplexity, Grok, DeepSeek, Gemini), synthesize results, maintain capability comparison matrices, and produce landscape reports — all from Claude Code.",
Copy file name to clipboardExpand all lines: README.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,14 @@ export ANTHROPIC_API_KEY="..." # from console.anthropic.com — enables Claude
110
110
/comparator Compare these two products and give me a weighted score
111
111
```
112
112
113
-
Both skills announce their plan before acting — you can always override or adjust.
113
+
**`/consolidator`** — merge any set of content sources into a unified, structured report:
114
+
```
115
+
/consolidator Consolidate these three research papers into a summary report
116
+
/consolidator Summarize these five customer interview transcripts into themes
117
+
/consolidator Combine these meeting notes from four teams into a single overview
118
+
```
119
+
120
+
All skills announce their plan before acting — you can always override or adjust.
114
121
115
122
---
116
123
@@ -147,6 +154,18 @@ Standalone skill for comparing any two (or more) solutions. Derives a capability
147
154
148
155
Can also be triggered via `/multai` — it routes automatically when comparison intent is detected.
149
156
157
+
### Multi-source consolidation — `/consolidator`
158
+
159
+
> "Consolidate these three research papers into a summary"
160
+
> "Summarize these five customer interviews into themes and recommendations"
161
+
> "Combine these meeting notes from four teams into one overview"
162
+
163
+
Standalone skill for synthesizing content from any set of sources — documents, transcripts, notes, URLs, pasted text, or AI platform responses — into a unified, well-structured report. Detects the content type and auto-derives an appropriate report structure (research synthesis, theme extraction, decision log, etc.), or follows a consolidation guide you provide.
164
+
165
+
When invoked from within a `/multai` workflow, operates in AI-Responses mode and produces a CIR (Consolidated Intelligence Report) from raw platform outputs.
0 commit comments