Council Extract banner
intellegix intellegix

Council Extract

AI community

Description

# /council-extract — Extract Model Council Response to Markdown Extract a completed Perplexity Model Council response from the current browser tab, converting it to structured markdown with model attribution, and save to disk. ## Input `$ARGUMENTS` = Optional output filename or tabId. Defaults to timestamped name. If a number, treated as tabId. ## Prerequisites - Browser-bridge MCP server running with Chrome extension connected - A completed Model Council response visible in an active Perpl

Installation

Installs to ~/.claude/skills/intellegix-intellegix-code-agent-toolkit-council-extract/SKILL.md

Terminal
mkdir -p ~/.claude/skills/intellegix-intellegix-code-agent-toolkit-council-extract && curl -fsSL https://raw.githubusercontent.com/intellegix/intellegix-code-agent-toolkit/HEAD/commands/council-extract.md -o ~/.claude/skills/intellegix-intellegix-code-agent-toolkit-council-extract/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository