Token导航 LogoToken导航TokenDH.com
待分类需要联网github未标认证来源可访问许可证需确认审计提醒

groove-admin-update凹槽管理员更新

Agent Skill

groove-admin-update 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,896

周安装

173

GitHub Stars

4

下载量

1,584
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:groove-admin-update(凹槽管理员更新)
来源仓库:https://github.com/andreadellacorte/groove
仓库路径:skills/groove-admin-update
安装命令:
npx skills add https://github.com/andreadellacorte/groove --skill groove-admin-update
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/andreadellacorte/groove --skill groove-admin-update

简介

groove-admin-update 检查并升级已安装技能至最新版本。

  • 适用于保持技能功能最新、修复已知缺陷与获取新特性。
  • 支持静默更新或交互式确认,可选择保留自定义配置。
  • 更新前建议暂停正在使用的相关进程以防冲突发生。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

groove-admin-update

Maintainers (andreadellacorte/groove repo): After publishing a new GitHub Release, run this from the groove repo root so checked-in .agents/skills/groove* matches what npx skills add andreadellacorte/groove installs — see CONTRIBUTING.md (“Publish release”). Do not use manual rsync from skills/ for that.

Outcome

All pending migrations are applied to the user's local groove state in version order. .groove/index.md reflects the current installed groove version.

Acceptance Criteria

  • groove-version: in .groove/index.md matches version: in skills/groove/SKILL.md after update
  • Each pending migration was applied in order
  • groove-version: updated after each successful migration (partial progress is recoverable)
  • If already up to date, reports clearly and exits
  • Source-of-truth check: "up to date" is only reported when the installed skill version equals the latest GitHub release; if the add step left an older version on disk (e.g. cached or default branch), the user is warned and told how to fix it

Steps

  1. Fetch latest release tag from https://api.github.com/repos/andreadellacorte/groove/releases/latest (tag_name, strip leading v). This is the target version. If the API call fails, skip the version check and continue without a target.
  2. Install with retry: Run npx skills add andreadellacorte/groove --yes (no @tag — the CLI does not support tag syntax). After it completes, read version: from skills/groove/SKILL.md and compare to the target. If the installed version is still older than the target, wait 10 seconds and retry npx skills add andreadellacorte/groove --yes. Repeat up to 3 times total. If all attempts fail to install the target version, report: "Installed v but latest release is v — npx skills add may be caching an older version. Try again later." and exit.

- After a successful install, re-read this SKILL.md (skills/groove-admin-update/SKILL.md) from disk before continuing — the skill refresh may have updated the update command itself, and the remainder of these steps must reflect the latest version

  1. Read groove-version: from .groove/index.md — if key absent, assume 0.1.0 and write it
  2. Read installed version from version: in skills/groove/SKILL.md (already confirmed to match target in step 2)
  3. If local and installed versions match: report "groove is up to date (v)" and exit
  4. Read skills/groove/migrations/index.md — parse the migration table
  5. Filter rows where To > local version AND To <= installed version, in table order — the From field is informational only and does not gate execution
  6. If no migrations found but versions differ: update groove-version: in .groove/index.md directly to the installed version and report "no state migrations needed — version bumped to v"
  7. For each pending migration: a. Report "Applying →: " b. Read and execute the migration file c. Update groove-version: in .groove/index.md to the To version d. Report "✓ → applied"
  8. Report summary: N migrations applied, now at v
  9. Re-sync platform symlinks after update:

- For each directory in .agents/skills/ that starts with groove: - Ensure .claude/skills/<name> is a symlink → ../../.agents/skills/<name> (create or update if stale) - Ensure .cursor/skills/<name> is a symlink → ../../.agents/skills/<name> if .cursor/skills/ exists - Remove any .claude/skills/groove-* or .cursor/skills/groove-* entries that no longer exist in .agents/skills/ (stale symlinks from removed skills) - Run: for skill in.agents/skills/groove*; do name=$(basename "$skill"); ln -sfn "../../.agents/skills/$name" ".claude/skills/$name"; done - Use ln -sfn (no-dereference) to avoid creating nested symlinks inside existing directory symlinks - Report: "✓ platform symlinks refreshed"

Constraints

  • Source of truth for "latest" is GitHub releasesnpx skills add can cache older versions. Step 1-2 fetches the latest release tag and retries installation up to 3 times to ensure the correct version is installed.
  • Never skip a migration — apply every matching migration in table order even if From does not match local version exactly
  • Update groove-version: after each individual migration, not only at the end
  • If a migration fails: stop, report the failure and current version, do not continue
  • Do not modify skill files — npx skills update handles that; this command only migrates local state
  • Local state includes: .groove/index.md config keys, memory directory structure, AGENTS.md sections
  • Each migration file is idempotent — if re-run after partial failure, it should be safe

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.05%
按下载量换算603

Claude

31.31%
按下载量换算496

Cursor

17.07%
按下载量换算270

Gemini CLI

9.14%
按下载量换算145

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills