Install
$ agentstack add skill-b2bforce-b2bforce-marketing-service-page ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Service Page
Standalone service-page workflow. Does not use the content idea backlog.
When to Use
- User says "add landing page", "create service page", or "write landing page"
- User provides a service brief, URL, existing service slug, or any combination
- Need competitor-informed differentiation (optional SERP/scrape)
- No prior content idea exists
Prerequisites
workspace/firm/profile.md- Service name/slug, existing service file, URL, description, or both
- Current agent/LLM session
- Optional APIs for competitor research:
FIRECRAWL_API_KEY,
DATAFORSEO_LOGIN/PASSWORD, or EXA_API_KEY
If the service context is missing or thin, run marketing-service first or create service-context.md inside the service-page folder from the user brief.
Pipeline
1. Resolve service context
Input priority:
- User-provided description
- Existing
workspace/firm/services/{slug}.md - URL page content
- Firm profile
If a URL and description conflict, user description wins. Do not invent proof, metrics, clients, or pricing.
Write or update:
workspace/marketing/landing-pages/{slug}/service-context.md
2. Generate SEO phrases
Generate commercial-intent B2B keyword candidates for the service. If DataForSEO/Exa is unavailable, mark them as draft keywords, not validated search data.
3. Optional competitor research
Primary: Exa search (5 results, take top 3) for competitor service pages Fallback: DataForSEO SERP top 10 organic results → scrape top 3 pages with Firecrawl (each truncated to 15k chars)
If no research tool is available, continue from firm/service context and mark the page as research_mode: dry_run.
Write: workspace/marketing/landing-pages/{slug}/competitor-research.md
Include: URL, title, key messaging, gaps/opportunities
4. Generate service page
System prompt: inline 8-section structure (Hero, Problem, Solution, Benefits, How It Works, Social Proof, FAQ, CTA) — see references/system-prompt.md
Input: service context + competitor analysis + SEO phrases
Differentiation: fresh angles competitors miss; anti-AI-slop rules. Do not claim external competitor validation unless competitor research was actually run.
5. Write outputs
workspace/marketing/landing-pages/{slug}/
├── page.md # Final service page Markdown
├── service-context.md # Generated service definition
└── competitor-research.md # SERP/scrape summary
Optionally create content idea stub with content_type: landing_page, buying_stage: vendor for tracking.
Anti-slop rules
- No "In today's world..."
- No buzzwords without substance
- Hook with data, story, or provocative statement
- No rhetorical question openings
Related Skills
| Skill | When | |-------|------| | marketing-service | Create/enrich service context first |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: b2bforce
- Source: b2bforce/b2bforce
- License: MIT
- Homepage: https://www.b2bforce.ai/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.