run

Orchestrate the Sophon SEO pipeline from discovery through content enrichment.

5|2|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Sophiasuu/Sophon --skill run-sophiasuu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run
Source: https://github.com/Sophiasuu/Sophon/tree/main/.cursor/skills/run
Command: npx skills add https://github.com/Sophiasuu/Sophon --skill run-sophiasuu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill addresses the problem of building a comprehensive pSEO surface by providing a single command to discover entities, generate pages, produce technical SEO assets, and optionally enrich content.

Core Features & Use Cases

  • Single-Command Pipeline: Executes the entire Sophon workflow with a single command, reducing the complexity of building pSEO surfaces.
  • Customization: Allows users to specify the framework, site URL, and output locations for each step of the pipeline.
  • Framework Adapters: Supports multiple web frameworks to output pages in the appropriate file structure.

Quick Start

Run the full Sophon pipeline for 'best payroll software' at 'https://example.com' using Next.js.

Run: npx @sophonn/sophon run --seed "best payroll software" --site https://example.com --framework nextjs

Frequently Asked Questions about run

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

FAQPage Schema
How do I automate programmatic SEO page generation from entity discovery to deployment?

You can automate programmatic SEO by executing a single CLI command that orchestrates entity discovery, page generation, technical SEO asset creation, and optional content enrichment into one pipeline.

What is the best way to run a full pSEO pipeline for a specific search seed?

The best way to run a pSEO pipeline is using a single CLI command with arguments for your seed keyword, site URL, and web framework to generate pages and technical assets automatically.

Can I use this pSEO pipeline executor with web frameworks like Next.js?

Yes, this pSEO pipeline executor supports multiple web frameworks including Next.js, using framework adapters to output generated pages in the appropriate file structure for your site.

Do I need to install dependencies separately to run the Sophon SEO pipeline?

No, you do not need to install dependencies separately to run the Sophon SEO pipeline; you can execute the entire workflow directly using the npx command in your terminal.

How does the single-command pipeline handle technical SEO setup?

The single-command pipeline handles technical SEO setup by automatically generating required technical SEO assets during execution, alongside entity discovery and page generation stages.