Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

multi-agent-skill-sync多 Agent 技能同步

Agent Skill

multi-agent-skill-sync 用于辅助安全审计、权限检查和凭据风险排查,适合在 OpenClaw 中需要复核安全边界、认证流程或敏感配置时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,819

周安装

153

GitHub Stars

公开资料未说明

下载量

1,236
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:multi-agent-skill-sync(多 Agent 技能同步)
来源仓库:https://github.com/donttal/multi-agent-skill-sync
安装命令:
openclaw skills install multi-agent-skill-sync
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install multi-agent-skill-sync

简介

审核并融合各类代理技能,计算卫生评分以评估系统健康状态。

  • 适用于维护多代理生态的技能一致性与安全合规。
  • 支持 Codex、Claude、OpenClaw 等平台技能的自动对齐。
  • 安装命令为 openclaw skills install multi-agent-skill-sync,建议定期手动复核高风险变更。
  • 使用前应关闭非必要技能,降低攻击面与资源消耗。

SKILL.md

name
skill-sync
description
One source of truth for local AI agent skills: audit Codex, Claude, OpenClaw, OpenCode, workspace skills, and shared roots; score hygiene, diff conflicting installs, deduplicate into one canonical source, and migrate the same layout across machines with restorable backups.
homepage
https://github.com/LearnPrompt/skill-sync

Skill Sync

When To Use

Use this skill when the user wants to:

  • scan local skills across Codex, Claude, OpenClaw, OpenCode, workspace ./skills, and shared roots
  • see which skills are shared, duplicate, compatible, specific, or mixed
  • choose one canonical source and replace duplicate copies with symlinks
  • preview or apply convergence onto one preferred root such as ~/.agents/skills
  • export a portable layout manifest and import the same topology on another machine
  • restore a previous dedupe or import run

Do not use this skill when the task is only about one host and no cross-host comparison or symlink management is needed.

Fast Path

Scan the machine and get the hygiene score plus recommended actions:

python3 scripts/skill_sync.py

List only shared and host-specific skills:

python3 scripts/skill_sync.py --status shared,specific --list-names

Inspect one conflicting portable skill:

python3 scripts/skill_sync.py --diff rapid-ocr

Preview safe dedupe:

python3 scripts/skill_sync.py --dedupe --strategy strict

Preview a single-root convergence plan:

python3 scripts/skill_sync.py --adopt-root agents

Apply convergence with backups:

python3 scripts/skill_sync.py --adopt-root agents --apply

Restore the latest run:

python3 scripts/skill_sync.py --restore latest
python3 scripts/skill_sync.py --restore latest --apply

Workflow

  1. Scan first.

Run python3 scripts/skill_sync.py and read the hygiene score and recommended actions.

  1. Review risky groups before mutation.

Use --status compatible --list-names, --status mixed --list-names, and --diff <skill>.

  1. Preview convergence.

Use --dedupe --strategy strict for identical groups, or --adopt-root <platform> to converge around one root.

  1. Apply only when the plan looks right.

Add --apply to execute symlink creation or replacement.

  1. Export or import machine layouts when needed.

Use --export-manifest and --import-manifest for cross-machine reuse.

  1. Restore from backup if needed.

Use --restore <run-id|latest> and add --apply to roll back.

Safety Rules

  • The script always scans and reports before mutation.
  • It only auto-links portable directory-based skills that contain SKILL.md.
  • It never overwrites an existing destination without first moving it into ~/.skill-sync/backups/<run-id>/originals/....
  • --strategy strict only dedupes identical portable skills.
  • --strategy prefer-latest and --strategy trust-high may select the newest portable copy when content differs.
  • --restore latest --apply replays the last backup manifest in reverse.

Roots Scanned

  • <current-workdir>/skills
  • ~/.codex/skills
  • ~/.agents/skills
  • ~/.claude/skills
  • ~/.claude/skills/anthropic-skills/skills
  • ~/.config/opencode/skills
  • ~/.openclaw/skills
  • ~/.openclaw/extensions/*/skills

Status Model

  • shared: the same real directory is visible from multiple hosts, usually through symlinks
  • duplicate: multiple hosts have the same portable skill content, but not via the same real path yet
  • compatible: multiple hosts have portable SKILL.md skills with the same name, but different content
  • specific: the skill appears on only one host
  • mixed: the same skill name exists on multiple hosts, but with different formats or incompatible content

If you need the detection details or compatibility notes, read references/compatibility.md.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.28%
按下载量换算1,178

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills