AgentStack
SKILL verified MIT Self-run

Cms Skills

skill-boshify-ai-seo-agent-skills-cms-skills · by boshify

>

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

Install

$ agentstack add skill-boshify-ai-seo-agent-skills-cms-skills

✓ 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.

Are you the author of Cms Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Generate content with AI SEO Engine (aiseo jobs start)
  2. Wait for completion (aiseo jobs wait --id )
  3. Get project Drive folder (aiseo drive folder --project )
  4. Download deliverables from Google Drive (gws drive files export)
  5. 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.

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.