一键导入
skill-sync
Sync skills between local installation and the GitHub source-of-truth repository. Use when asked to install, update, list, or push skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Sync skills between local installation and the GitHub source-of-truth repository. Use when asked to install, update, list, or push skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Domain-agnostic metric-driven improvement loop, generalizing Karpathy's autoresearch. Use when you want an agent to discover what to measure for a project/goal, then run a keep-or-revert experiment loop that proposes changes, measures them against an objective, keeps wins, discards regressions, and records implemented improvements. Adapts to code perf-auditing, codegen, bug-finding, ad optimization, or any artifact + measurable objective + trial. Trigger: 'autoresearch this', 'find and implement improvements to X', 'discover metrics and optimize'.
Premium UI/UX design auditor with Jobs/Ive philosophy. Use when reviewing, evaluating, or elevating existing UI — triggers on "audit my design", "review UI", "make it feel premium", "design review", "UX audit", "elevate the design", "Jobs/Ive style", or when asked to improve visual quality of an existing interface without changing functionality.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
Create structured plans for multi-task projects that can be used by the task-orchestrator skill. Use when breaking down complex work into parallel and sequential tasks with dependencies.
Best practices for Remotion video creation in React — compositions, sequences, animation, timing, and rendering. Use when building, reviewing, or debugging Remotion videos.
OpenClaw documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all OpenClaw features
| name | skill-sync |
| description | Sync skills between local installation and the GitHub source-of-truth repository. Use when asked to install, update, list, or push skills. |
Manage skills from the shared GitHub repository with GitHub as canonical source of truth.
Never commit secrets. Keep keys/tokens out of SKILL.md and scripts.
# List available skills in the repo
skill-sync list
# Install one skill
skill-sync install <skill-name>
# Install/update all skills from repo
skill-sync install --all
# Push a local skill update to repo via PR
skill-sync push <skill-name>
# Refresh local repo cache
skill-sync update
skill-sync listShows all skills available in the remote repository.
skill-sync install <name>Installs/updates a skill from repo into local skills directory.
skill-sync install --allInstalls/updates all skills from repo.
skill-sync push <name>Pushes local skill changes via branch + PR (gh CLI).
skill-sync updatePulls latest repo changes without installing.
Default paths:
~/.agent-skills-repo~/clawd/skills (or $CLAWD_SKILLS_DIR)https://github.com/jdrhyne/agent-skills.git