Summary
Installing the OCI skill from oracle/skills fails because the installer does not find a valid SKILL.md.
Command
npx skills add oracle/skills/oci
Result
codex Agent detected — installing non-interactively
Source: https://github.com/oracle/skills.git (oci)
Cloning repository
Repository cloned
No skills found
No valid skills found. Skills require a SKILL.md with name and description.
npm warn exec The following package was not found and will be installed: skills@1.5.7
Expected behavior
The oci skill should install successfully, or the documentation should clarify the correct install path/name.
Environment
- Installer:
skills@1.5.7
- Agent: Codex
- Command run from:
/home/ubuntu/oracle-server
Notes
It looks like the installer expects a skill directory containing a SKILL.md with both name and description metadata, but the oci path in oracle/skills may not match that layout.
Summary
Installing the OCI skill from
oracle/skillsfails because the installer does not find a validSKILL.md.Command
Result
Expected behavior
The
ociskill should install successfully, or the documentation should clarify the correct install path/name.Environment
skills@1.5.7/home/ubuntu/oracle-serverNotes
It looks like the installer expects a skill directory containing a
SKILL.mdwith bothnameanddescriptionmetadata, but theocipath inoracle/skillsmay not match that layout.