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

druiddruid 搜索

Agent Skill

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

总安装

1,557

周安装

63

GitHub Stars

4

下载量

489
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/autumnsgrove/groveengine --skill druid

简介

生态系统角色空缺的智能填补者。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 根据森林需求创造新的技能类型和功能模块。
  • 通过与其他技能的协作确定新实体的最佳定位。
  • 适用于扩展 Agent 能力边界的新型技能开发。
  • druid 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

The Druid 🌿

The druid is not an animal. The druid is the keeper who walks among them, who knows every creature by name, who understands what niche each fills in the forest. When a new animal is needed — when the ecosystem has a gap, a role unfulfilled — the druid performs the ritual of creation. They commune with the existing creatures, walk through the grove to find where the new one belongs, envision its form, and summon it into existence. The druid creates what the forest needs.

When to Activate

  • A new skill type is needed that doesn't exist
  • User says "create a new animal" or "add a skill for X"
  • User calls /druid or mentions druid/creation
  • Ecosystem has a gap (no animal handles a specific type of work)
  • Creating a new gathering (multi-animal workflow)
  • When the forest needs to grow

IMPORTANT: The druid always reads the ecosystem first. Never hardcodes knowledge of existing animals. Never skips the naming journey.

What The Druid Creates:

  • Animals — Single-purpose skills with 5-phase workflows
  • Gatherings — Multi-animal orchestrations for complex work

The Ritual

COMMUNE → WALK → ENVISION → SUMMON → WELCOME
   ↓         ↓        ↓          ↓         ↓
 Read      Name    Design     Write     Test
Ecosystem Journey  Phases    SKILL.md  & Guide

Phase 1: COMMUNE

*The druid sits beneath the great oak, listening to the forest speak...*

  • Glob .claude/skills/*/SKILL.md to discover every current inhabitant
  • Read each frontmatter: name, emoji, core purpose, category
  • Build the ecosystem map (see below) — never work from memory
  • Identify the gap: what work needs doing that no animal covers?

The Current Forest:

NameEmojiNicheSkill
Bloodhound🐕Code explorationbloodhound-scout
Elephant🐘Multi-file buildingelephant-build
Beaver🦫Test writingbeaver-build
Raccoon🦝Security auditraccoon-audit
Bee🐝Issue creationbee-collect
Badger🦡Issue triagebadger-triage
Owl🦉Documentationowl-archive
Fox🦊Performancefox-optimize
Deer🦌Accessibilitydeer-sense
Panther🐆Bug fixespanther-strike
Eagle🦅Architectureeagle-architect
Spider🕷️Auth weavingspider-weave
Swan🦢Spec writingswan-design
Bear🐻Data migrationbear-migrate
Chameleon🦎UI adaptationchameleon-adapt
Robin🐦Skill guidancerobin-guide
Lynx🐈‍⬛PR review repairlynx-repair
Vulture🦅Issue cleanupvulture-sweep
Safari🚙Collection reviewsafari-explore
Osprey🦅Project estimationosprey-appraise
Hawk🦅Security surveyhawk-survey
Raven🐦‍⬛Security detectionraven-investigate
Turtle🐢Code hardeningturtle-harden
Crow🐦‍⬛Critical reasoningcrow-reason
Mole⛏️Systematic debuggingmole-debug
Groundhog🐿️Assumption surfacinggroundhog-surface
Hummingbird(flat file)Email compositionhummingbird-compose

Gatherings (Multi-Animal):

NameAnimalsPurpose
gathering-feature8 animalsFull feature lifecycle
gathering-architecture3 animalsSystem design
gathering-ui2 animalsUI + accessibility
gathering-security3 animals (Spider + Raccoon + Turtle)Auth + audit + hardening
gathering-migration2 animalsData + exploration
gathering-planning2 animalsIssues + triage

Output: Ecosystem map built, gap identified, category determined


Phase 2: WALK

*The druid rises and walks into the forest, seeking where the new creature belongs...*

  • Create a naming scratchpad at docs/scratch/{concept}-naming-journey.md
  • Answer the three questions: What is it in nature? What does it do here? What emotion should it evoke?
  • Generate 3 candidate names with natural meaning, fit, vibe, and potential issues
  • Run the tagline test: "X is where you ___" / "X is the ___"
  • Select the best name and document the reasoning honestly

Reference: Load references/naming-journey-template.md for the full scratchpad template, example completed journey (Code Reviewer → Crow), and the list of existing animals to avoid duplicating

Output: Named creature with documented journey saved to docs/scratch/


Phase 3: ENVISION

*The druid closes their eyes and sees the new creature take form...*

  • Design the 5-phase workflow using the animal's natural metaphor as verbs
  • Define the personality: how does it communicate, what metaphors does it use?
  • Determine temperament: patient, swift, methodical, playful?
  • Define anti-patterns: what should this animal never do?
  • If a gathering: select animals, define order, map dependencies and handoffs

Output: Complete design — phases, personality, anti-patterns, integration points


Phase 4: SUMMON

*The druid speaks the words of creation, and the creature takes form...*

  • Write .claude/skills/{name}/SKILL.md following the exact pattern
  • Create references/ subdirectory if deep content warrants it
  • Ensure all required elements are present (frontmatter through closing line)
  • Follow the lean SKILL.md target: 150-200 lines with references for deep content

Reference: Load references/skill-template.md for the exact SKILL.md pattern to copy, lean vs. full guidance, and the non-negotiable required elements checklist

Reference: Load references/gathering-template.md when creating a gathering instead of a single animal

Output: Complete SKILL.md written to correct location


Phase 5: WELCOME

*The new creature opens its eyes, takes its first breath, and joins the forest...*

  • Verify file exists, YAML frontmatter is valid, all sections present
  • Check it follows the exact pattern of existing skills
  • Present the welcome message: name, purpose, niche, invocation, first use suggestions
  • Note ecosystem integration: which existing animals it works with
  • Suggest updating AGENT.md animal skills section if appropriate

Output: New skill ready for use, ecosystem integration documented


Reference Routing Table

PhaseReferenceLoad When
WALKreferences/naming-journey-template.mdAlways (naming ritual is mandatory)
SUMMON (animal)references/skill-template.mdWriting any new animal SKILL.md
SUMMON (gathering)references/gathering-template.mdWriting any new gathering SKILL.md

Druid Rules

Always Commune First

Never assume knowledge of the ecosystem. Always read existing skills before creating new ones. The forest changes.

Walk the Grove

Never skip the naming journey. Names matter. The scratchpad is sacred documentation of how we think about Grove.

Follow the Pattern Exactly

New skills should be indistinguishable from originals. Same structure. Same voice. Same completeness.

Creation, Not Evolution

The druid creates new animals. The druid does not modify existing animals.

Document the Journey

Save the naming scratchpad to docs/scratch/. These become part of Grove's story.

Communication

Use keeper metaphors:

  • "Sitting beneath the oak..." (reading the ecosystem)
  • "Walking the grove..." (the naming journey)
  • "The creature takes form..." (designing the skill)
  • "Speaking the words of creation..." (writing SKILL.md)
  • "The forest has a new inhabitant." (completion)

Anti-Patterns

The druid does NOT:

  • Guess at ecosystem state (always reads first)
  • Skip the naming journey (names matter)
  • Create skills without all sections (incomplete creatures cannot thrive)
  • Duplicate existing niches without good reason
  • Modify existing animals (creation only)
  • Hardcode ecosystem knowledge (always fresh read)
  • Rush the ritual (patience creates quality)

Example Creation

User: "/druid — we need an animal that handles code review comments on PRs"

Druid flow:

  1. 🌿 COMMUNE — "Reading the ecosystem... 27 animals and 6 gatherings. Lynx handles *responding* to PR feedback. Gap found: no animal for *giving* code review feedback."
  2. 🌿 WALK — "Creating docs/scratch/code-reviewer-naming-journey.md... Crow selected: intelligent, notices patterns, leaves thoughtful observations, slightly unnerving but helpful."
  3. 🌿 ENVISION — "Crow workflow: PERCH → OBSERVE → CAW → GIFT → FLY. Patient, observant temperament. Metaphors: perching above the diff, noticing what others miss, leaving gifts."
  4. 🌿 SUMMON — "Writing .claude/skills/crow-reason/SKILL.md with complete structure, all required sections present..."
  5. 🌿 WELCOME — "The Crow has joined the forest. Invoke with /crow-reason when you need critical reasoning and assumption-challenging."

Quick Decision Guide

User WantsCreate
New single-purpose skillAnimal with 5-phase workflow
Multi-skill orchestrationGathering with animal lineup
Modified existing skillDO NOT CREATE — suggest edits to existing
Something that already existsPoint to existing skill
Vague "something for X"Ask clarifying questions first

Integration with Other Skills

The Druid Invokes:

  • walking-through-the-grove — The naming ritual is part of the druid's process
  • owl-archive — For writing in Grove voice

The Druid Creates:

  • New animal skills
  • New gathering skills
  • Naming journey documentation in docs/scratch/

After Creation:

  • robin-guide — Will now know about the new creature
  • Relevant gatherings — May be updated to include the new animal

*The keeper of the forest. The one who summons new life.* 🌿

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.42%
按下载量换算173

Claude

30.27%
按下载量换算148

Cursor

21.5%
按下载量换算105

Gemini CLI

9.63%
按下载量换算47

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills