Install
$ agentstack add skill-soul-brews-studio-arra-oracle-skills-cli-oracle-manage ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
/oracle-manage — Skill and Profile Management
> Renamed from symbiosis /oracle to avoid conflict with oracle identity skills.
Usage
/oracle-manage prepare # check & install git, gh, ghq; set up gh auth
/oracle-manage profile # list profiles + current state
/oracle-manage profile # switch to a profile tier
/oracle-manage feature add # add feature module on top of profile
/oracle-manage feature remove # remove feature module
/oracle-manage enable # enable specific skills
/oracle-manage disable # disable specific skills (nothing deleted)
/oracle-manage skills # list all skills with status
/oracle-manage install # install one skill
/oracle-manage remove # remove one skill
Feature Modules (add-on groups)
| Feature | Skills | When | |---------|-------:|------| | soul | 6 | Birthing/awakening new oracles | | network | 5 | Multi-oracle communication | | workspace | 3 | Parallel work + daily ops | | creator | 4 | Content creation + research |
Subcommands
prepare
Check for required tools (git, gh, ghq) and install missing. Platform-aware.
profile / profile
List available profiles or switch. Enable = rename SKILL.md.disabled → SKILL.md. Disable = rename SKILL.md → SKILL.md.disabled. Nothing is deleted.
feature add/remove
Enable/disable a feature module on top of current profile.
enable/disable
Enable or disable specific skills by name. Nothing is deleted.
skills
List all skills with current status (enabled/disabled, profile tier).
Notes
This overlaps with /go for profile switching. Consider merging feature modules into /go when promoting from zombie.
ARGUMENTS: $ARGUMENTS
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Soul-Brews-Studio
- Source: Soul-Brews-Studio/arra-oracle-skills-cli
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.