Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oneiron-hub

The default hub for Oneiron vaults. A vault reads this repository as its first hub and installs from it three kinds of folder: skills, packs and agent packs.

Layout

skills/<name>/    one skill: SKILL.md with frontmatter, plus small scripts and references
packs/<name>/     one pack: PACK.md with frontmatter, the skillset that rides it, knowledge, a script adapter
agents/<name>/    one agent pack: PACK.md, identity, policy, skill refs, starting knowledge

Each folder has its own README with the folder contract. A folder is the unit the engine hashes, installs, forks and exports.

Rules for every folder

  • No secrets, no keys, no credentials, no personal data. A pack names the grants it needs; the engine injects them at run time.
  • Bump the version in the frontmatter on every change to any file in the folder.
  • No script reaches the network unless the folder says so and why.

Contact and removal

A pulled folder goes on removed.json by name and content hash, and a vault refuses to install it from then on.

Status

The first folders are manifests for the seat packs (packs/claude-seat, packs/codex-seat) and the skill that guides a person through connecting one (skills/connect-a-seat). They become installable when the engine's seat row and headless seat adapter ship.

License

Apache-2.0, the same as the engine.

About

Default skill library for Oneiron vaults, read by the engine as its first skill hub

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors