SEO-optimized article generator with automatic affiliate link integration. Generate high-ranking content with keyword research, structured data, and monetization built-in.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install seo-article-gen或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install seo-article-gen⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/seo-article-gen/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: seo-article-gen description: SEO-optimized article generator with automatic affiliate link integration. Generate high-ranking content with keyword research, structured data, and monetization built-in. metadata: { "openclaw": { "version": "1.0.0", "author": "Vernox", "license": "MIT", "tags": ["seo", "content", "affiliate", "writing", "automation"], "category": "marketing", }, } ---
Generate ranking content with affiliate monetization built-in.
SEO-Article-Gen creates SEO-optimized articles that actually rank. It combines keyword research, AI writing, structured data generation, and automatic affiliate link insertion - all in one tool.
clawhub install seo-article-gen
const article = await generateArticle({
keyword: "best wireless headphones 2026",
type: "product-review",
wordCount: 2000,
affiliate: true,
network: "amazon"
});
console.log(article);
const keywords = await findKeywords({
seed: "wireless headphones",
intent: "transactional",
difficulty: "low",
volume: 500
});
// Returns: [
// { keyword: "best wireless headphones for gaming", volume: 1200, difficulty: 15 },
// { keyword: "budget wireless noise cancelling", volume: 800, difficulty: 12 }
// ]
generateArticleGenerate a full SEO-optimized article.
Parameters:
keyword (string, required): Target keywordtype (string): Article type (product-review, how-to, comparison, listicle)wordCount (number): Target word count (default: 2000)affiliate (boolean): Insert affiliate links (default: true)network (string): Affiliate network to useincludeImages (boolean): Generate image suggestionsReturns:
findKeywordsResearch keywords for content opportunities.
Parameters:
seed (string, required): Seed keywordintent (string): Filter by intent (informational, transactional, navigational)difficulty (string): Filter by difficulty (low, medium, high)volume (number): Minimum search volumelimit (number): Maximum results (default: 20)Returns:
optimizeContentOptimize existing content for SEO.
Parameters:
content (string, required): Content to optimizekeyword (string, required): Target keywordoptions (object): - addStructure (boolean): Add proper headings - addMeta (boolean): Generate title/meta - addInternalLinks (boolean): Suggest internal links
Returns:
generateSchemaGenerate structured data markup.
Parameters:
type (string, required): Schema type (Article, FAQ, HowTo, Product)content (object, required): Content dataReturns:
analyzeCompetitorsAnalyze top-ranking competitors for a keyword.
Parameters:
keyword (string, required): Target keywordtopN (number): Number of competitors (default: 5)Returns:
Generate comprehensive product reviews with affiliate links:
Create helpful how-to content that ranks:
Generate "Best X for Y" articles:
Build authority with real examples:
All generated articles follow SEO best practices:
H1: Optimized Title
- Meta Description (155-160 chars)
- Featured Image Alt Text
H2: Introduction
- Hook paragraph
- Problem statement
- What readers will learn
H2: [Main Content Section]
- In-depth explanation
- Bullet points for readability
- Statistics/data where applicable
H2: [Affiliate Product Recommendation]
- Product description
- Key features
- Pros/cons
- CTA with affiliate link
- FTC disclosure
H2: Comparison (optional)
- Side-by-side comparison
- Pricing table
- Use cases
H2: FAQ
- 5-7 common questions
- Concise answers
- Schema markup
H2: Conclusion
- Key takeaways
- Final recommendation
- CTA
Schema: Article + FAQ
Generated articles are scored on:
Score Guide:
Articles automatically include:
- Context-aware product suggestions - Price comparisons - Feature highlights
- Above-fold for high-CTR products - In-product comparison sections - Call-to-action paragraphs
- Automatic disclosure injection - Platform-appropriate placement - Compliant with FTC guidelines
...
安装 SEO-Article-Gen 后,可以对 AI 说这些话来触发它
Help me get started with SEO-Article-Gen
Explains what SEO-Article-Gen does, walks through the setup, and runs a quick demo based on your current project
Use SEO-Article-Gen to sEO-optimized article generator with automatic affiliate link integ...
Invokes SEO-Article-Gen with the right parameters and returns the result directly in the conversation
What can I do with SEO-Article-Gen in my marketing & growth workflow?
Lists the top use cases for SEO-Article-Gen, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/seo-article-gen/ 目录(个人级,所有项目可用),或 .claude/skills/seo-article-gen/(项目级)。重启 AI 客户端后,用 /seo-article-gen 主动调用,或让 AI 根据上下文自动发现并使用。
SEO-Article-Gen 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
SEO-Article-Gen 可免费安装使用。请查阅仓库了解许可证信息。
SEO-optimized article generator with automatic affiliate link integration. Generate high-ranking content with keyword research, structured data, and monetization built-in.
SEO-Article-Gen 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using SEO-Article-Gen
Identifies repetitive steps in your workflow and sets up SEO-Article-Gen to handle them automatically