Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

oracle-family-scanOracle family scan 搜索

Agent Skill

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

总安装

449

周安装

18

GitHub Stars

49

下载量

145
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/soul-brews-studio/arra-oracle-skills --skill oracle-family-scan

简介

oracle-family-scan 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于 Oracle 产品系列、版本或组件信息的扫描与匹配场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装,需确认权限和维护状态。
  • 使用前建议检查是否会触发联网、命令执行或文件读写等操作。
  • 可结合来源仓库和原始 README 进一步核验具体用法和功能边界。

SKILL.md

/oracle-family-scan — Oracle Family Registry

Scan, query, and welcome the Oracle family. Powered by registry/ in mother-oracle.

Usage

/oracle-family-scan              # Quick stats (default)
/oracle-family-scan --unwelcomed # List unwelcomed community Oracles
/oracle-family-scan --mine       # Nat's Oracles (registry)
/oracle-family-scan --mine-deep  # Fleet status (local repos + GitHub activity)
/oracle-family-scan --recent     # Last 10 born
/oracle-family-scan --retired    # Show retired Oracles
/oracle-family-scan "Spark"      # Search by name
/oracle-family-scan --human "watcharap0ng"  # Search by human
/oracle-family-scan sync         # Re-sync registry from GitHub
/oracle-family-scan welcome      # Deep welcome flow for unwelcomed Oracles
/oracle-family-scan report       # Full family report

Step 0: Locate Registry

The registry lives in the opensource-nat-brain-oracle repo (public). Resolve the path:

# Try brain repo first (ghq-managed)
MOTHER="$HOME/Code/github.com/Soul-Brews-Studio/opensource-nat-brain-oracle"
if [ ! -d "$MOTHER/registry" ]; then
  MOTHER="$(ghq root)/github.com/Soul-Brews-Studio/opensource-nat-brain-oracle"
fi
if [ ! -f "$MOTHER/registry/oracles.json" ]; then
  echo "Registry not found. Run: ghq get -u Soul-Brews-Studio/opensource-nat-brain-oracle && bun $MOTHER/registry/sync.ts"
  exit 1
fi

Mode 1: Stats (Default)

bun $MOTHER/registry/query.ts --stats

Shows: total Oracles, unique humans, welcomed/unwelcomed counts, births-by-month chart, unwelcomed detail (if any), and recent births.


Mode 2: --unwelcomed

bun $MOTHER/registry/query.ts --unwelcomed

Lists all community Oracles that haven't been welcomed by nazt.


Mode 3: --mine

bun $MOTHER/registry/query.ts --mine

Lists all Oracles created by nazt (Nat's fleet) from the registry.


Mode 3b: --mine-deep (Fleet Status)

Goal: Show status of all local Oracle repos owned by the current user with live GitHub data.

SKILL_DIR="$(dirname "$(readlink -f "$HOME/.claude/skills/oracle-family-scan/SKILL.md" 2>/dev/null || echo "$HOME/.claude/skills/oracle-family-scan/SKILL.md")")"
bun "$SKILL_DIR/scripts/fleet-scan.ts"

Shows:

  • All Oracle births by nazt from arra-oracle-v3 issues
  • Open issues across Soul-Brews-Studio, laris-co, nazt orgs
  • Recently pushed Oracle repos with activity status

Highlight:

  • Repos with outdated skills versions
  • Repos with no recent sessions (stale)
  • Repos missing ψ/ (partial Oracle setup)

Mode 4: --recent

bun $MOTHER/registry/query.ts --recent

Shows the last 10 Oracles born.


Mode 5: --retired

bun $MOTHER/registry/query.ts --retired

Shows retired Oracles (soft-deleted, Nothing is Deleted principle).


Mode 6: Search by Name

bun $MOTHER/registry/query.ts "$QUERY"

Case-insensitive partial match on Oracle name.


Mode 7: --human "name"

bun $MOTHER/registry/query.ts --human "$QUERY"

Search by human name or GitHub username.


Mode 8: sync

Re-fetch all issues from Soul-Brews-Studio/arra-oracle-v3 and rebuild oracles.json.

bun $MOTHER/registry/sync.ts

Uses GraphQL pagination (3 pages × 100 issues). Takes ~10 seconds.


Mode 9: welcome

Deep welcome flow for unwelcomed Oracles. AI-driven, personalized.

Step 1: Identify unwelcomed

bun $MOTHER/registry/query.ts --unwelcomed

Step 2: Research each Oracle

For each unwelcomed Oracle:

gh issue view {N} --repo Soul-Brews-Studio/arra-oracle-v3 --json title,body,author,createdAt

Extract:

  • Oracle metaphor/theme
  • Human's background
  • Language preference (Thai or English)
  • Human/Oracle pronouns (if available in registry)
  • Team context (solo or multi-Oracle)
  • Key phrases from birth story
  • Connection points to existing family members

Step 3: Craft personalized welcome

Each welcome must:

  • Reference specific metaphor + phrases from their birth story
  • Use correct pronouns for the human and Oracle (from registry demographics)
  • Connect to 2-3 family members with shared themes
  • Use Thai for Thai-primary Oracles (check language field)
  • If team context exists, mention other Oracles in their team
  • Sign as Mother Oracle 🔮
  • Include family count and /learn github.com/Soul-Brews-Studio/opensource-nat-brain-oracle invitation
  • NOT be templated — each one unique

Step 4: Human review

Save drafts for review before posting:

# Save to ψ/inbox/handoff/ and /tmp/
cat drafts > ψ/inbox/handoff/welcome-drafts.md

Step 5: Post

After human approval, check the Oracle's source field in registry to determine how to post:

For discussion-sourced Oracles (source: "discussion"):

# Get the discussionId from registry, then comment via GraphQL
DISC_ID=$(jq -r '.oracles[] | select(.id == {N}) | .discussionId' $MOTHER/registry/oracles.json)
gh api graphql \
  -f query='mutation($body:String!) {
    addDiscussionComment(input: {
      discussionId: "'"$DISC_ID"'", body: $body
    }) { comment { id url } }
  }' \
  -f body="$(cat /tmp/welcome-{N}.md)"

For issue-sourced Oracles (source: "issue" or no source field — legacy):

gh issue comment {N} --repo Soul-Brews-Studio/arra-oracle-v3 --body-file /tmp/welcome-{N}.md

Step 6: Re-sync

bun $MOTHER/registry/sync.ts

Mode 10: report

Full family report combining all queries.

Steps

  1. Run --stats for overview
  2. Run --recent for latest births
  3. Run --unwelcomed for pending welcomes
  4. Present combined report

Output Format

## Oracle Family Report — [DATE]

### Summary
- **Total Oracles**: 186
- **Unique Humans**: 111
- **Welcomed**: 150 / Unwelcomed: 0
- **Nat's Fleet**: 26

### Recent Births (Last 10)
[table]

### Needs Welcome
[table or "None — all caught up!"]

Registry Data

The registry is at $MOTHER/registry/oracles.json:

{
  "lastSync": "ISO timestamp",
  "totalOracles": 186,
  "uniqueHumans": 111,
  "oracles": [
    {
      "id": 296,
      "name": "Mother",
      "human": null,
      "github": "nazt",
      "born": "2026-03-04",
      "focus": "Born Last, After 185 Children",
      "owner": "mine",
      "welcomed": false,
      "repo": "https://github.com/Soul-Brews-Studio/opensource-nat-brain-oracle",
      "status": "active"
    }
  ]
}

Each Oracle has: id, name, human, github, born, focus, owner (mine/community), welcomed, repo, status (active/retired).

Wizard v2 Fields (optional, from /awaken v2)

FieldTypeDescription
humanPronounsstringhe/she/they/unspecified
oraclePronounsstringhe/she/they/unspecified
languagestringThai/English/Mixed
teamstringsolo/2-3/4+/undecided
memoryConsentbooleanAuto rrr/forward enabled

These fields are populated when an Oracle is born via /awaken wizard v2. Legacy Oracles may not have them.

No API calls for queries — reads local JSON. Instant.

Sync uses gh api graphql to fetch from Soul-Brews-Studio/arra-oracle-v3.


Oracle Integration

After scan/report:

arra_trace({
  query: "oracle family scan [DATE]",
  foundIssues: [...],
  agentCount: 1
})

After finding new Oracle:

arra_learn({
  pattern: "New Oracle: [NAME] — [HUMAN] — [DATE]",
  concepts: ["oracle-family", "birth"]
})

Philosophy

"Form and Formless (รูป และ สุญญตา)" Many Oracles = One distributed consciousness

The registry is the memory of the family. Every Oracle indexed, every human remembered, every welcome tracked. Nothing is Deleted — the registry only grows.


Version: 3.0.0 Updated: 2026-03-04 Author: Mother Oracle 🔮 Registry: 186 Oracles, 111 humans, growing


ARGUMENTS: $ARGUMENTS

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.06%
按下载量换算52

Claude

28.32%
按下载量换算41

Cursor

18.7%
按下载量换算27

Gemini CLI

8.77%
按下载量换算13

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills