Agent Plugins Marketplace
All plugins

agentic-creator-os

v11.0.0

ACOS — The Operating System for AI-Powered Creators. Layer-modeled skills, commands, agents, and hooks for content / video / music / visual / brand workflows. Composes a creator-meta substrate with creator-specific implementations.

Claude Code2 Skills2 MCP serversstdioStreamable HTTP

By Frank RiemerLicense: MIT10 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agentic-creator-os@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/frankxai/agentic-creator-os

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

agentic-creator-os/
├── .claude-plugin/plugin.json
├── skills/blog-writing/SKILL.md
├── skills/seo-optimization/SKILL.md
└── .mcp.json

Included Skills2

blog-writingskills/blog-writing/SKILL.md

Create evidence-bound, distinctive articles that serve readers, remain faithful to the active creator voice, and are ready for search, AI discovery, governed media, publication, distribution, and measurement

seo-optimizationskills/seo-optimization/SKILL.md

Improve search and AI-discovery eligibility, usefulness, technical integrity, entity consistency, internal links, digital PR, and measurable outcomes using current first-party guidance without ranking guarantees or keyword-density tactics

MCP servers2

claude-flowstdio
command
npx
args
@claude-flow/cli@latest mcp start
env.CLAUDE_FLOW_MODE
v3
env.CLAUDE_FLOW_HOOKS_ENABLED
true
env.CLAUDE_FLOW_TOPOLOGY
hierarchical-mesh
env.CLAUDE_FLOW_MAX_AGENTS
15
env.CLAUDE_FLOW_MEMORY_BACKEND
hybrid
higgsfieldStreamable HTTP
url
https://mcp.higgsfield.ai/mcp

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "agentic-creator-os",
  "version": "11.0.0",
  "description": "ACOS — The Operating System for AI-Powered Creators. Layer-modeled skills, commands, agents, and hooks for content / video / music / visual / brand workflows. Composes a creator-meta substrate with creator-specific implementations.",
  "author": {
    "name": "Frank Riemer",
    "email": "[email protected]",
    "url": "https://frankx.ai"
  },
  "homepage": "https://frankx.ai/products/agentic-creator-os",
  "repository": "https://github.com/frankxai/agentic-creator-os",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "cursor",
    "windsurf",
    "gemini",
    "creator-os",
    "ai-agent",
    "skills",
    "workflows",
    "content-creation",
    "agentic-ai",
    "mcp",
    "anthropic",
    "multimodal",
    "image-generation",
    "video-generation",
    "higgsfield"
  ],
  "categories": [
    "creator-tools",
    "content",
    "video",
    "music",
    "visual",
    "brand"
  ],
  "platforms": [
    "claude-code",
    "opencode",
    "cursor",
    "windsurf",
    "gemini-cli"
  ],
  "engines": {
    "claude-code": ">=2.0.0"
  },
  "compose": {
    "extends": [
      "creator-meta"
    ],
    "absorbs": [
      "knowledge-work-plugins/creator",
      "superpowers (proven techniques)",
      "oh-my-opencode (lifecycle hooks)",
      "claude-flow (swarm topologies)"
    ]
  },
  "stats": {
    "skills": 105,
    "commands": 86,
    "agents": 90,
    "hooks": 15,
    "verified": "2026-06-12",
    "note": "ACOS V11 current shipped state."
  },
  "intelligence": {
    "version": "v11.0.0",
    "targetScore": 98,
    "currentScore": "see /acos-score",
    "components": {
      "skill_activation_accuracy": 0.25,
      "pattern_extraction_quality": 0.25,
      "memory_utilization": 0.2,
      "hook_reliability": 0.15,
      "self_modify_safety": 0.15
    }
  },
  "principles": [
    "Progressive disclosure — SKILL.md lean, references/ for depth",
    "Connector agnosticism — skills reference ~~categories not vendor names",
    "Commands as workflows — markdown, no code",
    "Layer model — every artifact has one canonical location"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agentic-creator-os on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agentic-creator-os)