Generate Report banner
huifer huifer

Generate Report

Development community

Description

--- description: 生成多格式的高级 SEO 和 GEO 分析报告,支持 Markdown、HTML、PDF、JSON 和 Excel 输出 argument-hint: <type> --domain <domain> [--period <days>] [--format <output-format>] [--interactive] [--include-charts] options: - type: 报告类型(executive-summary, technical-analysis, geo-comprehensive, competitive-intelligence) - domain: 目标域名 - period: 报告周期(天),默认 30 - format: 输出格式(markdown, html, pdf, json, excel),默认 markdown - interactive: 生成交互式 HTML 报告 - include-charts: 包含可视化图表 examples: - /generate-repor

Installation

Installs to ~/.claude/skills/huifer-claude-code-seo-generate-report/SKILL.md

Terminal
mkdir -p ~/.claude/skills/huifer-claude-code-seo-generate-report && curl -fsSL https://raw.githubusercontent.com/huifer/claude-code-seo/HEAD/commands/generate-report.md -o ~/.claude/skills/huifer-claude-code-seo-generate-report/SKILL.md

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

Full documentation available on GitHub

View Source Repository