lp-local-generator

Generate Landing Page sections locally using Ollama and ChromaDB RAG.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/taiyousan15/taisun_agent --skill lp-local-generator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lp-local-generator
Source: https://github.com/taiyousan15/taisun_agent/tree/main/.claude/skills/lp-local-generator
Command: npx skills add https://github.com/taiyousan15/taisun_agent --skill lp-local-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of Landing Page (LP) sections using local Large Language Models (LLMs) and Retrieval Augmented Generation (RAG), eliminating API costs and ensuring data privacy.

Core Features & Use Cases

  • Local LLM Generation: Creates LP sections using Ollama with models like Qwen3:8b and Qwen2.5:32b.
  • RAG Integration: Fetches relevant context from a local ChromaDB database (1096 chunks, 153 LPs) to inform generation.
  • Automated Quality Assurance: Uses the taiyo-analyzer skill to score generated content, re-generating up to two times if scores are below 70.
  • Use Case: Generate a compelling 'headline' section for a new AI Agent School LP, targeting business professionals interested in side hustles, ensuring it meets quality standards before saving.

Quick Start

Use the lp-local-generator skill to generate the headline section for an AI agent building school targeting business professionals.

Frequently Asked Questions about lp-local-generator

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

FAQPage Schema
How do I generate landing page copy locally without API costs?▼

This Skill automates local landing page copy generation using Ollama and ChromaDB, eliminating API costs by running LLMs locally. It retrieves relevant context from a local database to inform the generated text.

Can I use RAG with a local LLM to create specific marketing sections like headlines and CTAs?▼

Yes, this Skill uses Retrieval Augmented Generation (RAG) with local LLMs to create 12 distinct landing page sections including headlines, leads, problem statements, and CTAs. It retrieves relevant chunks from ChromaDB to inform the output.

What do I need to set up before generating LP sections with local LLMs and ChromaDB?▼

You need to activate a Python virtual environment and have specific LLM models like Qwen3:8b or Qwen2.5:32b installed via Ollama. A local ChromaDB database containing LP chunks must also be configured for the RAG process.

How does automated quality assurance work for locally generated marketing copy?▼

Generated marketing copy undergoes automated quality checks using the taiyo-analyzer skill, which scores the content. If the score falls below 70, the system automatically re-generates the section up to two times to ensure quality.

Is it possible to generate a targeted headline for a specialized landing page using local models?▼

Yes, you can generate targeted headlines for specific audiences, such as business professionals, by leveraging the local LLM models and providing the appropriate context. The RAG integration ensures the generated headline aligns with your specific LP requirements.