← ClaudeAtlas

ornn-agent-manual-httplisted

Operational manual for AI agents using the Ornn skill-lifecycle API via direct HTTPS with a NyxID bearer token (`curl -H "Authorization: Bearer $TOKEN" …`). Once loaded, the host agent can search / pull / execute / build / upload / share skills end-to-end. Authoritative contract between Ornn and the agent. Pair this file with references/api-reference.md (the full per-endpoint catalogue + error legend) — both ship together as one Ornn skill.
ChronoAIProject/Ornn · ★ 18 · AI & Automation · score 80
Install: claude install-skill ChronoAIProject/Ornn
# Agent Manual (HTTPS variant) > **DEPRECATED — replaced by `chrono-ai-service-manual`.** This skill is kept for one minor release while consumers migrate. The unified manual folds NyxID identity / proxy AND the Ornn skill lifecycle into a single skill so an agent that wants to drive both halves of the stack only needs one install. The CLI vs HTTP distinction is preserved as a §-level switch inside `chrono-ai-service-manual` (§0.6 "Transport choice"), so HTTP-only agents lose nothing by switching. **New work should pull `chrono-ai-service-manual` instead.** This file will be removed in the release after the unified manual lands. > **You are an AI agent reading this manual to learn how to use Ornn.** Throughout this document, *"you"* always refers to **the agent itself** — not the human user driving you. > > ## First: install this skill locally > > Try to install this skill into your runtime's local skills directory: > > - **Claude Code:** `~/.claude/skills/ornn-agent-manual-http/` > - **OpenAI Codex CLI:** `~/.codex/skills/ornn-agent-manual-http/` > - **Cursor:** `.cursor/rules/ornn-agent-manual-http.md` > - **Other agents:** whatever skill-discovery directory your platform uses. > > If your runtime has no local skills mechanism, load `SKILL.md` (and `references/api-reference.md`) into your system context and keep them there for the rest of the session. Either way, the manual must be in your context whenever you do anything Ornn-related. > > **And in *all* cases — whether y