extract-insights

Extract thesis, argument chains, claims, and nuances from long-form content with source-anchored citations.

Updated May 3, 2026
One-click install
npx skills add https://github.com/spikelab/multiplai-cc-mktplace --skill extract-insights-spikelab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extract-insights
Source: https://github.com/spikelab/multiplai-cc-mktplace/tree/main/plugins/multiplai-research/skills/extract-insights
Command: npx skills add https://github.com/spikelab/multiplai-cc-mktplace --skill extract-insights-spikelab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Summaries compress content but lose the argumentative structure, hedges, and non-obvious implications that make long-form material valuable. This Skill decomposes articles, papers, transcripts, and reports into their core thesis, argument chain, evidence-backed claims, and tensions — with every claim anchored to the source so you can verify it. ## Core Features & Use Cases - Structural Decomposition: Extracts core thesis, argument chain (linear or threaded), key claims with strength ratings, emphasis signals, facts, and tensions — not a summary. - Fidelity Safeguards: Runs a 10-check fidelity gauntlet covering hedge preservation, proper-noun audits, speaker attribution, inference labeling, and line-number anchoring to prevent hallucinated or misattributed content. - Content-Type Adaptations: Adjusts extraction strategy for transcripts (filler stripping, speaker attribution, STT garble correction), papers, opinion pieces, meetings, and reports. - Use Case: You have a 3,000-line podcast transcript. Run the skill to get a ~300-line extraction with the guest's thesis, threaded argument chain, memorable quotes with line references, and the tensions where the speaker's real thinking shows. ## Quick Start Ask the assistant to extract insights from a file, URL, or pasted text, for example: "Extract insights from this transcript at full depth."

Frequently Asked Questions about extract-insights

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract insights from a podcast transcript?

Provide the transcript file path or pasted text and request full-depth extraction. The skill strips filler while preserving hedges, attributes every claim to the correct speaker, corrects obvious speech-to-text garbles, and anchors each claim with line numbers.

What is the difference between insight extraction and summarization?

Summarization compresses what was said into shorter form. Insight extraction decomposes content into its argumentative skeleton — thesis, argument chain, evidence-backed claims, emphasis signals, and tensions — restructuring around what matters and why.

Can I extract insights from a YouTube video or web article?

Yes. YouTube URLs are routed through a transcript skill first, and web URLs are fetched with a thorough extraction prompt before analysis. File paths and pasted text are processed directly.

How does the skill prevent hallucinated claims in extraction?

It runs a 10-check fidelity pass covering hedge preservation, proper-noun audits against the source text, speaker attribution verification, and inference labeling. Any claim that cannot be anchored to the source is tagged as inferred or deleted.

What content types does insight extraction support?

Six types are supported: article, paper, transcript, opinion, meeting, and report. Type is auto-detected from structural signals or set explicitly with the --type flag, and each type applies tailored extraction rules.

Why does my extraction miss points from the end of long sources?

Single-pass extraction under-samples late material. The skill counters this with a windowed nuance harvest for sources over 500 lines and a quartile-coverage check requiring at least one anchored item from each quarter of the source.