Command
/pipeline
Run content analysis pipeline on URL(s) to extract patterns and create anatomy guides
One command from octo.
shell
$ npx -y skills add nyldn/claude-octopus --agent claude-codeShips with octo. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/pipeline
Context preview
What this command does when you run it.
Run content analysis pipeline on URL(s) to extract patterns and create anatomy guides
Stats
Stars3,869
Forks362
LanguageShell
LicenseMIT
Ships with octo
Command definition
pipeline.md
--- command: pipeline description: "Run content analysis pipeline on URL(s) to extract patterns and create anatomy guides" --- # /octo:pipeline **Your first output line MUST be:** `🐙 Octopus Content Pipeline` Analyze content from URLs to extract patterns, psychological techniques, and structural elements. **Usage:** ``` /octo:pipeline <url> /octo:pipeline <url1> <url2> <url3> ``` **What it does:** 1. Validates and fetches content from URLs 2. Deconstructs patterns (structure, psychology, mechanics) 3. Synthesizes findings into an anatomy guide 4. Generates interview questions for content recreation **See:** skill-content-pipeline for full documentation. --- **Example:** ``` /octo:pipeline https://example.com/great-article → Fetching content... → Analyzing structure, psychology, mechanics... → Generating anatomy guide... → Creating interview questions... ✓ Analysis complete! See results below. ```
