seo-analyzer
Analyze website SEO - keywords, content, competitors, and improvement opportunities
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Analyze website SEO - keywords, content, competitors, and improvement opportunities
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Test and document API endpoints - validate responses, check status, generate examples
Full company intelligence report - overview, team, funding, products, news
Research competitors - products, pricing, team, funding, and strategy
Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.
Extract structured data from web pages using AI
Build a sales prospect list of dental practices in a city — finds practices, decision makers, contact info, and buying signals. Use when asked to find dentists for outreach, prospect dental practices, build a lead list of dentists, or generate dental practice leads in a specific area.
| name | seo-analyzer |
| description | Analyze website SEO - keywords, content, competitors, and improvement opportunities |
Analyze websites for SEO performance, keywords, content quality, and competitor positioning.
Map the website structure:
orth api run tavily /map --body '{"url": "https://example.com"}'
Get content for analysis:
orth api run scrapegraph /api/extract --body '{
"url": "https://example.com",
"prompt": "Extract page title, meta description, headings (H1, H2, H3), main content, and internal links"
}'
Find linking opportunities:
orth api run exa /search --body '{
"query": "blogs and websites that accept guest posts about productivity software",
"num_results": 20
}'
# Quick site analysis
orth api run scrapegraph /api/extract --body '{
"url": "https://mysite.com",
"prompt": "Analyze this page for SEO: title tag, meta description, heading structure, keyword usage, content length"
}'
List all endpoints, or add a path for parameter details:
orth api show exa
orth api show scrapegraph
orth api show tavily
Example: orth api show olostep /v1/scrapes for endpoint parameters.