← 返回 Skills 市场
jhauga

Content Management Systems

作者 John Haugabook · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
54
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install content-management-systems
功能描述
Workflow for building and modifying content management systems across WordPress, Shopify, Wix, Squarespace, Drupal, WooCommerce, Joomla, HubSpot CMS Hub, Web...
使用说明 (SKILL.md)

Content Management Systems

Use this skill when the user is working on a content management system or on software that behaves like one.

This skill focuses on the seams that matter in CMS work:

  • themes and templates
  • plugins, apps, modules, and extensions
  • admin and editor interfaces
  • media and upload handling
  • content models, taxonomy, and metadata
  • render pipelines and static export flows

When to Use This Skill

  • The user mentions a CMS platform such as WordPress, Shopify, Drupal, Joomla, Webflow, Squarespace, Wix, WooCommerce, HubSpot CMS Hub, or Adobe Experience Manager.
  • The task is about theme development, template changes, or design system work inside a CMS.
  • The task is about plugins, modules, apps, or extension points.
  • The task touches editor UX, previews, taxonomy, slugs, SEO fields, or publishing behavior.
  • The task involves uploads, media libraries, authored assets, markdown rendering, or static export.

First Pass

  1. Identify the platform category: self-hosted CMS, SaaS site builder, commerce platform, or hybrid/headless system.
  2. Find the owning implementation seam before editing:
    • theme or template layer
    • plugin, app, module, or extension layer
    • admin or editor surface
    • content model or storage layer
    • media pipeline
    • export, deploy, or rendering pipeline
  3. Check platform constraints before choosing an approach:
    • what is editable locally
    • what is authored content versus code
    • where media belongs
    • whether the final site is server-rendered, static-exported, or hosted remotely

CMS Rules

  • Follow the platform's naming and folder conventions for themes, modules, template parts, or sections.
  • Keep theme assets separate from user-uploaded media unless the platform explicitly combines them.
  • Prefer structured content fields over storing important metadata inside presentation markup.
  • Treat previews, slugs, taxonomy, excerpts, meta fields, and publish states as first-class CMS concerns.
  • Prefer safe defaults and graceful fallback behavior when config, theme selection, or content input is invalid.
  • When changing editor or admin behavior, trace the stored field, validation rules, preview path, and final render path together.

Common Workflows

Themes and Templates

  • Start at the template loader or theme runtime, not at a downstream include.
  • Preserve the platform's template hierarchy and partial naming conventions.
  • Keep presentation changes close to templates and shared theme helpers.

Plugins, Apps, and Modules

  • Add behavior at the platform's extension seam instead of scattering logic into templates.
  • Keep migrations, seed data, and configuration updates explicit and versioned.
  • Document the extension's setup assumptions when the platform requires activation or registration.

Admin and Editor UX

  • Keep forms aligned with the stored content model.
  • Prefer author-facing previews when content transformations are non-trivial.
  • Keep validation, CSRF or equivalent safeguards, and permissions consistent with the surrounding admin code.

Media and Uploads

  • Use a dedicated upload path for authored media.
  • Keep decorative or theme-owned imagery in the active theme folder.
  • Default to conventional locations like uploads/ for authored media and img/ for theme assets unless the platform dictates a stronger convention.
  • When a CMS supports configurable media directories, expose the setting with a safe fallback.

Content Models and Migrations

  • Distinguish content entities clearly: pages, posts, products, entries, collections, taxonomies, and settings.
  • Prefer migration files or exportable schema definitions over ad hoc runtime mutations.
  • Keep slugs, publish dates, excerpts, canonical metadata, and taxonomy relations structured.

Markdown, HTML, and Static Export

  • Decide whether markdown is authored input, intermediate content, or build output before changing the renderer.
  • Pair renderer changes with preview or validation when feasible.
  • For static-exported CMS systems, validate rewritten permalinks and asset paths after build changes.

Identifying the Owning Seam

Regardless of platform, locate the owning seam before editing by mapping the codebase to these CMS roles:

  • Runtime bootstrap and request routing
  • Admin or editor controllers and their view templates
  • Theme loading, template hierarchy, and shared template helpers
  • Repositories, models, or schema/migration files for content, taxonomy, and settings
  • Markdown or content transformation utilities
  • Static export, deploy, or render pipeline entry points

Step to the owning seam first, then make the smallest change that preserves the CMS structure.

Platform Notes

See references/cms-platform-workflows.md for a compact mapping of common CMS platforms, extension surfaces, and media conventions.

安全使用建议
This skill appears safe to install as a general CMS workflow aid. As with any CMS work, review proposed edits before applying them to production themes, plugins, content models, or publishing/deployment paths.
功能分析
Type: OpenClaw Skill Name: content-management-systems Version: 1.0.0 The skill bundle provides legitimate architectural guidance and workflows for an AI agent to assist with Content Management System (CMS) development across various platforms like WordPress, Shopify, and Drupal. The instructions in SKILL.md and references/cms-platform-workflows.md focus on best practices such as following platform conventions, separating theme assets from user uploads, and identifying proper extension points, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The stated purpose is coherent with the provided guidance: helping with CMS themes, plugins, admin/editor UX, media handling, content models, migrations, and static export workflows.
Instruction Scope
The instructions are procedural and safety-oriented, such as locating the owning implementation seam, preserving platform conventions, using safe defaults, and keeping migrations explicit.
Install Mechanism
There is no install specification, no required binaries, no required environment variables, and no code files to execute.
Credentials
The skill discusses CMS modification concepts but does not request credentials, account access, deployment authority, broad filesystem access, or automatic mutation of live systems.
Persistence & Privilege
No persistence, background behavior, elevated privileges, memory storage, credential use, or autonomous long-running activity is described.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install content-management-systems
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /content-management-systems 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — guidance for working with content management systems: - Covers workflows for building and modifying themes, plugins, modules, admin panels, media uploads, content models, editors, and static export in major CMS platforms. - Details how to identify key CMS seams and approach common platform constraints. - Provides actionable rules and best practices for themes/templates, plugins/extensions, admin/editor UX, media handling, content models, migrations, and markdown/static export workflows. - Includes advice for distinguishing CMS roles and making safe, minimal changes. - Reference section points to mappings for common CMS platforms.
元数据
Slug content-management-systems
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Content Management Systems 是什么?

Workflow for building and modifying content management systems across WordPress, Shopify, Wix, Squarespace, Drupal, WooCommerce, Joomla, HubSpot CMS Hub, Web... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。

如何安装 Content Management Systems?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install content-management-systems」即可一键安装,无需额外配置。

Content Management Systems 是免费的吗?

是的,Content Management Systems 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Content Management Systems 支持哪些平台?

Content Management Systems 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Content Management Systems?

由 John Haugabook(@jhauga)开发并维护,当前版本 v1.0.0。

💬 留言讨论