From overseas site ideas to SEO-ready launches.
global-site-launchpad is a Codex skill for planning, building, auditing, launching, and iterating overseas websites for beginners, founders, and developers.
It is designed for Chinese-speaking builders who want to create international websites, tool sites, AI tools, content sites, SaaS landing pages, affiliate sites, or AdSense-driven sites, but need a practical workflow for SEO, content, launch, and growth.
- Turn a vague site idea into a one-page project plan.
- Find demand from SERPs, competitors, ads, app stores, communities, trends, and Search Console data.
- Choose small/new keywords and map them to real page types.
- Plan tool sites, AI tools, directories, calculators, converters, templates, and programmatic pages.
- Audit technical SEO for static HTML output.
- Build launch checklists for Search Console, analytics, sitemap, robots, canonical, metadata, schema, and mobile UX.
- Review AI-generated content for usefulness, evidence, and risk.
- Plan multilingual or multi-region SEO.
- Match page intent to monetization: AdSense, subscription, affiliate, leads, ecommerce, templates, or hybrid models.
- Create 7/30/90 day review plans based on indexing, impressions, queries, clicks, conversions, and revenue.
global-site-launchpad/
├── SKILL.md
├── agents/
│ └── openai.yaml
├── references/
│ ├── ai-content.md
│ ├── analytics-and-iteration.md
│ ├── case-studies-and-cold-start.md
│ ├── compliance.md
│ ├── content-quality.md
│ ├── intake.md
│ ├── international-seo.md
│ ├── launch-checklist.md
│ ├── monetization.md
│ ├── opportunity-research.md
│ ├── platform-selection.md
│ ├── programmatic-seo.md
│ ├── site-architecture.md
│ ├── source-boundaries.md
│ ├── technical-seo.md
│ ├── templates.md
│ └── tool-site-playbooks.md
└── scripts/
└── audit_static_site.py
Place the global-site-launchpad/ folder in your Codex skills directory, then ask Codex for tasks such as:
Use global-site-launchpad to plan an English AI tool site for invoice generation.
Use global-site-launchpad to audit this Next.js site before launch.
Use global-site-launchpad to create a 90-day SEO plan for an image format converter tool site.
Use global-site-launchpad to evaluate these 50 AI-generated English articles.
Use global-site-launchpad to plan programmatic SEO pages from this dataset.
The first bundled script audits built static HTML output:
python3 global-site-launchpad/scripts/audit_static_site.py ./dist --base-url https://example.com --output seo-audit.mdIt checks:
- Title and meta description presence and duplication.
- H1 presence and count.
- Canonical URLs.
noindexrobots meta.- Viewport meta.
- Image
altattributes. - Broken internal links in the static output.
- JSON-LD syntax.
- Hreflang indicators.
- Root
index.html,robots.txt, andsitemap.xml.
This is a first-pass static audit. It does not replace live crawling, Search Console, PageSpeed Insights, rich result validation, or human review.
This skill packages original operational workflows for overseas website building, SEO, tool sites, programmatic SEO, AdSense, Search Console, AI tools, and growth.
The repository does not include private source materials, extracted source text, or raw reference documents. The public files contain only restructured references, templates, checklists, and scripts. Policy-sensitive guidance should be verified against current official documentation, especially Google Search Central, Search Console Help, AdSense policies, framework docs, hosting docs, and Schema.org.
- Evidence before building.
- One search intent, one useful page or tool.
- Minimum viable page before scale.
- Programmatic SEO needs data and quality gates, not empty templates.
- AI content needs human review, original value, and fact checks.
- Tool sites need input, processing, output, save/share, and a measurable next action.
- New sites should watch indexing and impressions before obsessing over clicks.
- Case studies should separate copyable variables from non-copyable timing, brand, links, audience, and assets.
- No ranking, indexing, approval, or revenue guarantees.
Basic local checks:
python3 -c 'import ast, pathlib; ast.parse(pathlib.Path("global-site-launchpad/scripts/audit_static_site.py").read_text()); print("syntax ok")'
python3 global-site-launchpad/scripts/audit_static_site.py --helpThe Codex quick_validate.py skill validator may require PyYAML in the local Python environment. If unavailable, validate manually that SKILL.md frontmatter contains only name and description, references exist, and scripts run.
- Add more deterministic audit scripts for sitemap, hreflang, metadata, and JSON-LD validation.
- Add example project briefs and anonymized case teardown examples.
- Add optional
agents/openai.yamlmetadata for Codex UI discovery. - Add tests for the static SEO audit script.
- Keep SEO and AdSense policy guidance aligned with official docs.
No license has been selected yet. Choose a license before publishing if you want others to reuse, modify, or redistribute this repository.