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

oracleOracle 数据库

Agent Skill

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

总安装

424

周安装

17

GitHub Stars

53

下载量

137
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

oracle 用于查找、检索和筛选相关信息,支持多维度内容聚合与过滤。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中作为通用信息检索组件使用。
  • 通过 npx skills add 命令从 GitHub 仓库安装,功能需结合实际用例验证。
  • 安装前应检查其是否依赖互联网连接或第三方服务。
  • oracle 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

/oracle

Skill and profile management for Oracle instruments.

Usage

/oracle prepare              # check & install git, gh, ghq; set up gh auth
/oracle profile              # list profiles + current state
/oracle profile <name>       # switch to a profile tier
/oracle feature add <name>   # add feature module on top of profile
/oracle feature remove <name> # remove feature module
/oracle enable <skill...>    # enable specific skills
/oracle disable <skill...>   # disable specific skills (nothing deleted)
/oracle skills               # list all skills with ✓/✗ status
/oracle install <skill>      # install one skill
/oracle remove <skill>       # remove one skill

Profiles (tiers)

Base tiers — pick how much you need:

ProfileSkillsDescription
minimal4Daily ritual: standuprecap → work → rrrforward
standard9Daily driver + discovery (96% of actual usage)
full30Everything

minimal (4 skills)

forward, rrr, recap, standup

standard (9 skills)

minimal + trace, dig, learn, talk-to, oracle-family-scan

full (30 skills)

All skills enabled.


Features (add-on modules)

Bolt on domain-specific skill sets on top of any profile:

FeatureSkillsWhen
soul6Birthing/awakening new oracles
network5Multi-oracle communication
workspace3Parallel work + daily ops
creator4Content creation + research

soul

awaken, philosophy, who-are-you, about-oracle, birth, feel

network

talk-to, oracle-family-scan, oracle-soul-sync-update, oracle, oraclenet

workspace

worktree, physical, schedule

Deprecated (can bring back): merged, fyi — 0-1 calls, removed from v3

creator

speak, deep-research, watch, gemini

Composable examples

minimal + soul         → community oracle (10 skills)
minimal + creator      → content creator (8 skills)
standard + network     → oracle developer (14 skills)
standard + workspace   → parallel agent work (14 skills)

Subcommands

/oracle prepare

Check for required tools and install any that are missing. Set up gh auth if needed.

First, detect the platform by checking the runtime environment (e.g. uname or $OSTYPE):

PlatformPackage manager
macOSbrew install <pkg>
Linux (Debian/Ubuntu)sudo apt install <pkg> (use official gh repo for gh)
Linux (Fedora/RHEL)sudo dnf install <pkg>
Linux (Arch)sudo pacman -S <pkg>
Windowswinget install <pkg> or scoop install <pkg>

Steps (run each in order):

  1. Check git: git --version

- If missing, install with the platform's package manager

  1. Check gh: gh --version

- If missing, install: - macOS: brew install gh - Debian/Ubuntu: follow https://github.com/cli/cli/blob/trunk/docs/install_linux.md - Windows: winget install GitHub.cli - Others: platform package manager

  1. Check gh auth: gh auth status

- If not authenticated: run gh auth login and guide the user through it

  1. Check ghq: ghq --version

- If missing, install: - macOS: brew install ghq - Linux/Windows: go install github.com/x-motemen/ghq@latest (needs Go), or download binary from GitHub releases

  1. Check ghq root: ghq root

- If not set, suggest: git config --global ghq.root ~/Code

Print a summary table at the end:

Platform: macOS / Linux (Ubuntu) / Windows
Tool    Status
----    ------
git     ✓ installed (2.x.x)
gh      ✓ installed + authenticated
ghq     ✓ installed (root: ~/Code)

If everything is already set up, just print the summary — no changes needed.

/oracle profile

List available profiles and current state.

Show which profile is active, which features are enabled, and skill counts:

Current: standard + soul (15 skills enabled, 15 disabled)

Profiles:
  minimal     4 skills   Daily ritual
  standard    9 skills   Daily driver + discovery  ← active
  full       30 skills   Everything

Features:
  soul        6 skills   Birth/awaken oracles  ← active
  network     5 skills   Multi-oracle comms
  workspace   5 skills   Parallel work + ops
  creator     4 skills   Content + research

/oracle profile <name>

Switch to a profile tier. This enables the profile's skills and disables the rest.

Enable = rename SKILL.md.disabledSKILL.md Disable = rename SKILL.mdSKILL.md.disabled

Nothing is deleted. Disabled skills stay on disk, invisible to AI.

# For each skill in profile: enable
# For each skill NOT in profile: disable

Show before/after:

Switching to: standard

  ✓ forward        (was ✓)
  ✓ rrr            (was ✓)
  ✓ recap          (was ✓)
  ✓ standup        (was ✗ disabled → enabled)
  ✓ trace          (was ✓)
  ✓ dig            (was ✓)
  ✓ learn          (was ✓)
  ✓ talk-to        (was ✓)
  ✓ oracle-family-scan (was ✓)
  ✗ awaken         (was ✓ enabled → disabled)
  ✗ oraclenet      (was ✓ enabled → disabled)
  ...

9 enabled, 21 disabled. Restart session to apply.

/oracle feature add <name>

Enable a feature module on top of current profile.

# Enable all skills in the feature

/oracle feature remove <name>

Disable a feature module (only disables skills not in the active profile).

/oracle enable <skill...>

Enable specific skills by name:

# For each skill name:
#   ~/.claude/skills/<name>/SKILL.md.disabled → SKILL.md

/oracle disable <skill...>

Disable specific skills — nothing is deleted:

# For each skill name:
#   ~/.claude/skills/<name>/SKILL.md → SKILL.md.disabled

/oracle skills

List all skills with current status:

Oracle Skills (30 installed, 9 enabled, 21 disabled)

  ✓ forward          minimal    730 calls
  ✓ rrr              minimal    981 calls
  ✓ recap            minimal    449 calls
  ✓ standup          minimal      4 calls
  ✓ trace            standard  1537 calls
  ✓ dig              standard   679 calls
  ✓ learn            standard   420 calls
  ✓ talk-to          standard   177 calls
  ✓ oracle-family-scan standard  319 calls
  ✗ awaken           [soul]      25 calls
  ✗ philosophy       [soul]      29 calls
  ✗ worktree         [workspace] 63 calls
  ✗ merged           [workspace]  0 calls
  ...

/oracle install <skill>

Install a single skill.

oracle-skills install -g -y --skill <skill>

/oracle remove <skill>

Uninstall a single skill.

oracle-skills uninstall -g -y --skill <skill>

Quick Reference

CommandAction
/oracle prepareCheck & install git, gh, ghq
/oracle profileShow profiles + current state
/oracle profile minimalSwitch to minimal (4 skills)
/oracle profile standardSwitch to standard (9 skills)
/oracle profile fullEnable all 30
/oracle feature add soulAdd soul skills
/oracle feature remove creatorRemove creator skills
/oracle enable trace digEnable specific skills
/oracle disable watch geminiDisable specific skills
/oracle skillsList all with ✓/✗ status

ARGUMENTS: $ARGUMENTS

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.95%
按下载量换算48

Claude

30.37%
按下载量换算42

Cursor

17.25%
按下载量换算24

Gemini CLI

8.08%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills