Agent Plugins Marketplace
All plugins

uagent-sync

v2.2.1

Cross-device workspace sync for coding agents: backup, restore, and ecosystem update via a single CLI.

Codex5 Skills

By severin-yeLicense: MIT3 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
5 skill or MCP entries
Source updated
Sep 20, 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 uagent-sync for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add uagent-sync@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/severin-ye/uagent-sync

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

uagent-sync/
├── .codex-plugin/plugin.json
├── skills/uagent-sync-backup/SKILL.md
├── skills/uagent-sync-crystallize/SKILL.md
├── skills/uagent-sync-device/SKILL.md
├── skills/uagent-sync-restore/SKILL.md
└── skills/uagent-sync-update/SKILL.md

Included Skills5

uagent-sync-backupskills/uagent-sync-backup/SKILL.md

Back up the current agent workspace (submodules, configs, skills, API-key templates) to a private GitHub repo using the uagent-sync CLI. 中文名:U同步 / 优同步。Use when the user asks to 备份/导出/上传/push/sync to GitHub, or says "U同步,备份" / "U同步,上传" / "优同步,备份", or before switching machines.

uagent-sync-crystallizeskills/uagent-sync-crystallize/SKILL.md

Crystallize the most recent coding-agent installation change into the uagent-sync provenance log, guide, state export, commit, and push workflow. 中文触发词:结晶、结晶这个安装; English trigger: crystallize this install.

uagent-sync-deviceskills/uagent-sync-device/SKILL.md

Register computers, inspect workspace coverage, and transfer Codex personal profiles through a configurable private GitHub registry. Use for switching computers or syncing device environments.

uagent-sync-restoreskills/uagent-sync-restore/SKILL.md

Restore a workspace on a new machine (submodules, configs, skills, API-key templates) from a saved GitHub state using the uagent-sync CLI. 中文名:U同步 / 优同步。Use when the user asks to 恢复/导入/下载/pull/sync from GitHub, or says "U同步,恢复" / "U同步,下载" / "优同步,恢复", or is setting up a new computer.

uagent-sync-updateskills/uagent-sync-update/SKILL.md

Update installed, uagent-sync-managed coding-agent components (opencode/Codex plugins, skills packages, uv MCP/CLI tools, the sync repo, and config dependencies) using the uagent-sync CLI. 中文名:U同步 / 优同步。Use when the user asks to 更新/升级 all extensions or 扩展更新, or says "U同步,更新所有扩展" / "U同步,升级扩展" / "U同步,只更新MCP".

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "uagent-sync",
  "version": "2.2.1",
  "description": "Cross-device workspace sync for coding agents: backup, restore, and ecosystem update via a single CLI.",
  "author": {
    "name": "severin-ye"
  },
  "homepage": "https://github.com/severin-ye/uagent-sync",
  "repository": "https://github.com/severin-ye/uagent-sync",
  "license": "MIT",
  "keywords": [
    "sync",
    "backup",
    "restore",
    "workspace",
    "dev-environment"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Uagent Sync",
    "shortDescription": "Cross-device workspace backup, restore, and update",
    "longDescription": "Uagent Sync keeps your agent workspace in sync across machines. Backup exports submodules, configs, skills, and API-key templates to a private GitHub repo; restore pulls and reapplies them on a new device; update refreshes the opencode/Codex ecosystem (plugins, skills, MCP tools).",
    "developerName": "severin-ye",
    "category": "Workflow",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/severin-ye/uagent-sync",
    "privacyPolicyURL": "https://github.com/severin-ye/uagent-sync",
    "termsOfServiceURL": "https://github.com/severin-ye/uagent-sync",
    "brandColor": "#3B82F6",
    "defaultPrompt": [
      "U同步,检查环境",
      "U同步,恢复工作区",
      "U同步,更新所有扩展"
    ]
  }
}

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

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