← ClaudeAtlas

chrono-ai-service-manuallisted

Unified operational manual for AI agents driving the Chrono AI service stack — NyxID (identity, services, orgs, OAuth clients, proxy) AND Ornn (skill lifecycle — search, pull, install, execute, build, upload, share). One skill, two halves, one identity bootstrap, one set of failure-mode diagnostics. Replaces the legacy `ornn-agent-manual-cli` and `ornn-agent-manual-http` skills. Pair `SKILL.md` with the bundled `references/*.md` files — the per-endpoint catalogues for both APIs, the CLI recipe sheet, the NyxID token model, and the `~/.ornn/installed-skills.json` registry contract.
ChronoAIProject/Ornn · ★ 19 · AI & Automation · score 80
Install: claude install-skill ChronoAIProject/Ornn
# Chrono AI Service Manual > **You are an AI agent reading this manual to learn how to operate the Chrono AI service stack — NyxID + Ornn — as one system.** Throughout this document, *"you"* always refers to **the agent itself**, not the human user driving you. > > ## What lives in here > > Two operation halves, sitting on a shared identity bootstrap and a shared failure-mode appendix: > > 1. **NyxID** (§1) — identity, sessions, services catalogue, organizations, OAuth clients, scopes, proxy. *Closest analog: an OIDC IdP fused with a credential-injecting reverse proxy.* > 2. **Ornn** (§2) — skill lifecycle. Search, pull, install, execute, build, upload, share, audit, version, analytics, GitHub sync. *Closest analog: npm registry + npm CLI fused, model-agnostic.* > > Plus §0 (identity bootstrap), §0.5 (`~/.ornn/installed-skills.json` registry), §3 (common failures), and §4 (references). > > Every Ornn API call funnels through NyxID — there is no separate Ornn auth surface. That is why this manual is one document instead of three. > > ## First: install this skill locally > > Try to install this skill into your runtime's local skills directory: > > - **Claude Code:** `~/.claude/skills/chrono-ai-service-manual/` > - **OpenAI Codex CLI:** `~/.codex/skills/chrono-ai-service-manual/` > - **Cursor:** `.cursor/rules/chrono-ai-service-manual.md` > - **Other agents:** whatever skill-discovery directory your platform uses. > > If your runtime has no local-skills mechanism, load `SKILL.m