Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

groove-admin-doctor凹槽管理员医生

Agent Skill

groove-admin-doctor 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,920

周安装

201

GitHub Stars

4

下载量

1,576
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

groove-admin-doctor 提供系统健康诊断服务,检测技能运行状态与依赖完整性。

  • 适用于排查安装失败、权限错误或环境不兼容等问题。
  • 输出详细报告指出缺失组件、配置错误或建议修复步骤。
  • 建议在部署前运行一次以确保所有前置条件满足后再投入使用。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

groove-admin-doctor

Outcome

All groove sub-skill health checks are run and a consolidated summary is reported. User knows exactly what is working, what is misconfigured, and what action to take for any failure.

Acceptance Criteria

  • /groove-utilities-task-doctor and /groove-utilities-memory-doctor are run
  • Companion skill presence is checked directly
  • Results are shown per sub-skill with pass/fail per check
  • Overall status is shown: all healthy, or N issues found
  • Each failure includes a specific remediation action

Output format

groove doctor
─────────────────────────────────────
groove
  ✓ git repo: detected
  ✓ groove-version: 0.1.0
  ✓ installed version: 0.1.0
  ✓ up to date

task
  ✓ .groove/index.md present
  ✓ tasks.backend: beans
  ✓ beans installed (v0.x.x)
  ✓ .beans.yml present
  ✓ beans reachable

memory
  ✓ memory path exists (.groove/memory/) [hardcoded]
  ✓ memory dirs exist (.groove/memory/daily/, weekly/, monthly/, git/)

companions
  ✓ find-skills installed
  ✓ agent-browser installed
  ✓ pdf-to-markdown installed

platform symlinks
  ✓ .claude/skills/groove → ../../.agents/skills/groove
  ✗ .cursor/skills/ missing — run: /groove-admin-install

─────────────────────────────────────
1 issue found. Run the suggested commands above to fix.

Constraints

  • Run git repo check first, then version check, then /groove-utilities-task-doctor, /groove-utilities-memory-doctor, companions check in sequence
  • Git repo check:

- Run git rev-parse --is-inside-work-tree in the current directory - If it succeeds: ✓ git repo: detected - If it fails: ✗ git repo: not a git repository — groove requires a git repo

  • Version check:

- Read groove-version: from .groove/index.md (if absent, treat as 0.1.0) - Read version: from skills/groove/SKILL.md - If they differ: ✗ groove-version (<local>) behind installed (<installed>) — run: /groove-admin-update

  • Companions check:

- Check ls.agents/skills/find-skills/SKILL.md — if absent: ✗ find-skills not installed — run: /groove-admin-install - Check ls.agents/skills/agent-browser/SKILL.md — if absent: ✗ agent-browser not installed — run: /groove-admin-install - Check ls.agents/skills/pdf-to-markdown/SKILL.md — if absent: ✗ pdf-to-markdown not installed — run: /groove-admin-install

  • Platform symlinks check (after companions):

- For each groove-* directory in .agents/skills/: check that .claude/skills/<name> is a symlink pointing to ../../.agents/skills/<name> - If missing or not a symlink: ✗.claude/skills/<name> not a symlink — run: /groove-admin-install - If symlink is broken (target doesn't exist): ✗.claude/skills/<name> broken symlink — run: /groove-admin-install - Check if .cursor/skills/ directory exists: - If absent: ✗.cursor/skills/ missing — run: /groove-admin-install - If present: check each groove symlink as above - All symlinks healthy: ✓ platform symlinks (.claude/,.cursor/)

  • Claude Code native hooks check (after platform symlinks):

- Check if .claude/settings.json exists - If it exists: parse JSON and verify groove's hook entries are present (daily-end-reminder, git-activity-buffer, block-managed-paths, context-reprime, version-check commands in the hooks key) - Each missing entry: ✗.claude/settings.json missing groove hook <name> — run: /groove-admin-claude-hooks - If absent: ℹ.claude/settings.json not present — run /groove-admin-claude-hooks to install native hooks (optional) - All present: ✓ Claude Code native hooks (daily-end-reminder, git-activity-buffer, block-managed-paths, context-reprime, version-check)

  • Cursor native hooks check (after Claude Code hooks):

- Check if .cursor/ directory exists - If .cursor/ exists: - Check if .cursor/hooks.json exists - If it exists: parse JSON and verify groove's hook entries are present (context-reprime, daily-end-reminder, git-activity-buffer, block-managed-paths, version-check commands in the hooks key) - Each missing entry: ✗.cursor/hooks.json missing groove hook <name> — run: /groove-admin-cursor-hooks - If absent: ℹ.cursor/hooks.json not present — run /groove-admin-cursor-hooks to install native hooks (optional) - All present: ✓ Cursor native hooks (context-reprime, daily-end-reminder, git-activity-buffer, block-managed-paths, version-check) - If .cursor/ absent: skip silently (Cursor not in use)

  • Collect all results before printing — do not interleave output with check progress
  • Each item must include a concrete remediation command on the same line
  • Exit with a clear "all healthy" message if no issues found
  • Do not attempt to auto-fix issues — report only

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.01%
按下载量换算568

Claude

31.59%
按下载量换算498

Cursor

19.83%
按下载量换算313

Gemini CLI

9.12%
按下载量换算144

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills