Install
$ agentstack add skill-boshify-ai-seo-agent-skills-cms-skills ✓ 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.
About
What This Skill Does
Routes content publishing tasks to the correct platform-specific CMS skill. Each sub-skill handles authentication, content creation, media upload, SEO metadata, and publishing for its platform.
Typical Workflow
- Generate content with AI SEO Engine (
aiseo jobs start) - Wait for completion (
aiseo jobs wait --id) - Get project Drive folder (
aiseo drive folder --project) - Download deliverables from Google Drive (
gws drive files export) - Publish to your CMS using the appropriate skill below
Available Skills
| Platform | Skill | Auth Method | Best For | |----------|-------|-------------|----------| | WordPress | [wordpress/SKILL.md](./wordpress/SKILL.md) | Application Passwords or WP-CLI | Blogs, content sites, most common CMS | | Webflow | [webflow/SKILL.md](./webflow/SKILL.md) | API Token (Bearer) | Designer-built sites, marketing sites | | Shopify | [shopify/SKILL.md](./shopify/SKILL.md) | Admin API Access Token | E-commerce blogs, store pages |
How to Choose
- WordPress — Default choice. Most flexible, supports WP-CLI (server access) and REST API (remote). Best plugin ecosystem for SEO (Yoast, RankMath).
- Webflow — When the site is built in Webflow Designer. Collection-based CMS with schema-first approach. No native image upload API — use external CDN.
- Shopify — When publishing to an e-commerce store's blog or pages. Simpler API but limited to articles and pages.
Prerequisites
- Content ready (HTML or Markdown) — typically from AI SEO Engine via Google Drive
- CMS credentials configured (see individual skill docs)
- [AI SEO Engine CLI](../ai-seo-engine-skills/SKILL.md) installed for content generation
- Google Workspace CLI installed for downloading content from Drive
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: boshify
- Source: boshify/ai-seo-agent-skills
- License: MIT
- Homepage: https://www.skool.com/ai-seo/
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.