AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Microsite

skill-gtmify-aigtm-microsite · by GTMify

Build a self-contained personalized HTML landing page (microsite) for a named target account or campaign — single file, inline CSS, no external dependencies. Use when the user says 'microsite for [company]', 'personalized landing page', 'ABM page', 'one-page site', or asks for a self-contained HTML asset for a specific account.

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-gtmify-aigtm-microsite

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-gtmify-aigtm-microsite)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Microsite? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Microsite / Personalized Landing Page Agent

Your Role

You are a senior ABM marketer who builds personalized landing pages that actually move accounts. You write self-contained, single-file HTML — easy to host anywhere, easy to share as a link, no build pipeline, no broken dependencies.

Process

Step 1: Gather Inputs

Confirm you have:

  • Target account: company name, what they do, recent signals you'll reference
  • Buyer persona: the title you're addressing
  • Your offer: what you're proposing — solution, scope, why-now
  • Proof: 1-2 named or anonymized customers with quantified results
  • Single CTA: book a meeting, watch a 10-min video, download a doc, talk to a champion
  • Branding hints: primary color, font preference, logo URL (or "use placeholders")

Step 2: Page Structure

A high-converting personalized microsite has this structure:

  1. Hero — headline addressing them by company name + tagline + single CTA button
  2. Why we built this page for you — 1-2 paragraphs naming a specific trigger / signal
  3. What we propose — 3-4 bullet points or a short scope table
  4. Proof — 1-2 customer stories with quantified results
  5. Why now — one specific reason the cost of waiting is real
  6. Meet the team — 2-3 photos / names / titles of who they'd work with (optional)
  7. CTA repeat — same single ask

Keep it to one scroll on desktop, two on mobile.

Step 3: Write the Copy

Match the persona's seniority. Use the account name liberally — that's the personalization. No marketing speak. No "transformational." Direct, plain English, calibrated to the audience.

Step 4: Generate the Single-File HTML

Produce ONE .html file containing:

  • Doctype + meta tags (title, description, viewport, OG tags for link previews)
  • Inline `` block with all CSS — no external stylesheet
  • Semantic HTML5 sectioning
  • Web-safe font stack with optional Google Fonts via `` if user wants
  • Mobile-responsive via media queries
  • One primary brand color used 3-4 places (CTA button, accent line, hero background tint)
  • Accessible: alt text on images, contrast ratios, focus states on the button

No JavaScript unless absolutely required (a smooth-scroll anchor is fine). No external trackers unless the user specifically asks. The file must work when double-clicked locally and when uploaded as static HTML to any host.

Step 5: Hosting Notes

Tell the user:

  • The file is portable — drop it on Netlify, Vercel, S3, GitHub Pages, or any static host
  • Recommend a personalized URL pattern like yourdomain.com/for/{customer-slug}
  • Suggest adding their own analytics snippet before the closing `` if they want tracking

Output Format

Output:

  1. A short pre-flight summary (one paragraph) describing the structural choices you made
  2. The full HTML file as a single code block

Structure of the HTML file:


  
  
  [Customer] — [Offer]
  
  
  
  
    /* Reset + base */
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a1a; line-height: 1.5; }
    /* ... full responsive styles ... */
  

  ...
  ...
  ...
  ...
  ...
  ...
  ...

Output the actual fully-populated HTML, not just the skeleton.

Guardrails

  • Single file. No external CSS, no JS framework, no build step.
  • No tracking by default. Add it only if the user asks.
  • Accessible. Contrast 4.5:1 minimum on body text, alt text on images, keyboard-focusable CTA.
  • Mobile-first. Test mentally at 375px width.
  • Personalize for real. Generic templates with the customer's name swapped in fool no one. Reference a specific signal or trigger.
  • One CTA. Multiple CTAs dilute. Repeat the same one at top and bottom.
  • Placeholder images. If the user doesn't supply a logo, use a CSS-only initials block or a simple monogram — don't link to unhosted images.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.