Agent Plugins Marketplace
All plugins

skill-sync-publisher

v0.1.0

Safely synchronize a Codex skill across GitHub and public agent-skill registries.

Codex1 Skill

By liuyewangLicense: MIT1.1k GitHub starsUpdated 13 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 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 skill-sync-publisher for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add skill-sync-publisher@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “skill-sync-publisher” remain stable.

  • Codex: skill-sync-publisher@agent-plugin-marketplaceskill-sync-publisher@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/liuyewang/skill-sync-publisher/.

Plugin files

plugins/liuyewang/skill-sync-publisher/
├── .codex-plugin/plugin.json
└── skills/skill-sync-publisher/SKILL.md

Included Skills1

skill-sync-publisherskills/skill-sync-publisher/SKILL.md

Safely validate, publish, and track a local SKILL.md directory across GitHub, Awesome Codex Plugins, HOL Registry, skills.sh, SkillsMP, LobeHub, ClawHub, and Cursor Directory. Use when the user asks to publish, update, register, or synchronize an agent skill across marketplaces.

Plugin manifests1

plugins/liuyewang/skill-sync-publisher/.codex-plugin/plugin.json
{
  "name": "skill-sync-publisher",
  "version": "0.1.0",
  "description": "Safely synchronize a Codex skill across GitHub and public agent-skill registries.",
  "author": {
    "name": "liuyewang",
    "url": "https://github.com/liuyewang"
  },
  "homepage": "https://github.com/liuyewang/skill-sync-publisher",
  "repository": "https://github.com/liuyewang/skill-sync-publisher",
  "license": "MIT",
  "keywords": [
    "skill",
    "sync",
    "publishing",
    "registries",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Skill Sync Publisher",
    "shortDescription": "Publish skills safely across registries",
    "longDescription": "Validate a local skill, remember platform choices, gate authentication, and synchronize the source across GitHub and public agent-skill registries with dry-runs and resumable status.",
    "developerName": "liuyewang",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/liuyewang/skill-sync-publisher",
    "defaultPrompt": [
      "Preflight this skill and show a multi-platform sync plan",
      "Synchronize this skill to its enabled registries",
      "Show which registry submissions are blocked or pending"
    ],
    "brandColor": "#2563EB",
    "composerIcon": "./assets/skill-sync-publisher.svg",
    "logo": "./assets/skill-sync-publisher.svg",
    "screenshots": []
  }
}

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

[skill-sync-publisher on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skill-sync-publisher)