Install
openclaw skills install seoproProvides keyword research, meta tag analysis, content SEO scoring, and meta description generation to improve website search rankings.
openclaw skills install seoproName: SEO Optimizer
Description: SEO optimization helper for websites and content. Provides keyword research, meta tag optimization, and content analysis to improve search engine rankings.
Commands:
keyword <phrase> - Research keywords and get suggestionsmeta <url> - Analyze and optimize meta tagsanalyze <content> - Analyze content SEO scoresuggest <topic> - Get keyword suggestions for a topic# Research a keyword
keyword "web development"
# Get suggestions for a topic
suggest "digital marketing"
# Analyze meta tags from a URL
meta "https://example.com"
# Generate meta description
generate-meta "Your content here" --length 160
# Analyze SEO content
analyze "Your article content here..."
Research keywords:
keyword "python tutorial"
Optimize meta tags:
meta "https://mysite.com/blog/post-1"
Analyze content:
analyze "Content of your webpage..."
Install: pip install requests beautifulsoup4