# ChronoAIProject

> Open-source publisher. Listings imported from github.com/ChronoAIProject — credited to the original author with their license.

- **Listings:** 8
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/chronoaiproject
- **Website:** https://github.com/ChronoAIProject

## Published listings

- [Ornn Agent Manual Http](https://agentstack.voostack.com/l/skill-chronoaiproject-ornn-ornn-agent-manual-http) — Skill · Free · security-reviewed — `agentstack add skill-chronoaiproject-ornn-ornn-agent-manual-http`
  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 le…
- [Ornn](https://agentstack.voostack.com/l/mcp-chronoaiproject-ornn) — MCP server · Free · security-reviewed — `agentstack add mcp-chronoaiproject-ornn`
  Your all-in-one skills-as-a-service platform to manage your skills, auto-generate skills and use agent skills as simple as calling an API.
- [Text Summarizer](https://agentstack.voostack.com/l/skill-chronoaiproject-ornn-text-summarizer) — Skill · Free · security-reviewed — `agentstack add skill-chronoaiproject-ornn-text-summarizer`
  Summarise a chunk of text down to roughly `length` words using the agent's configured LLM provider. Input shape `{ text: string, length?: number }` on stdin, JSON; output shape `{ summary: string }` on stdout, JSON. Minimal: ~50 lines, no streaming, no retries — a deliberate baseline so the wiring is visible. For a production summariser, fork this and add retries, prompt-injection sanitisation, l…
- [Csv Processor](https://agentstack.voostack.com/l/skill-chronoaiproject-ornn-csv-processor) — Skill · Free · security-reviewed — `agentstack add skill-chronoaiproject-ornn-csv-processor`
  Read a CSV file from disk, compute per-column min/mean/max for every numeric column, emit the result as JSON. Stdlib-only Python; no pandas, no numpy. Demonstrates the simplest possible "give me a file path, get back structured analysis" skill — a deliberate baseline for any skill that processes tabular data locally without an LLM in the loop.
- [NyxID](https://agentstack.voostack.com/l/mcp-chronoaiproject-nyxid) — MCP server · Free · security-reviewed — `agentstack add mcp-chronoaiproject-nyxid`
  Connect AI agents to any API, anywhere. Securely. Open-source gateway that proxies requests, injects credentials automatically, punches through NAT to reach localhost services, and wraps REST APIs as MCP tools. Per-agent isolation. Never expose a raw key.
- [Ornn Agent Manual Cli](https://agentstack.voostack.com/l/skill-chronoaiproject-ornn-ornn-agent-manual-cli) — Skill · Free · security-reviewed — `agentstack add skill-chronoaiproject-ornn-ornn-agent-manual-cli`
  Operational manual for AI agents using the Ornn skill-lifecycle API via the NyxID CLI (`nyxid proxy request ornn-api …`). Once loaded, the host agent can search / pull / execute / build / upload / share skills end-to-end without further setup. Authoritative contract between Ornn and the agent. Pair this file with references/api-reference.md (the full per-endpoint catalogue + error legend) — both…
- [Chrono Ai Service Manual](https://agentstack.voostack.com/l/skill-chronoaiproject-ornn-chrono-ai-service-manual) — Skill · Free · security-reviewed — `agentstack add skill-chronoaiproject-ornn-chrono-ai-service-manual`
  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` w…
- [Api Fetch Wrapper](https://agentstack.voostack.com/l/skill-chronoaiproject-ornn-api-fetch-wrapper) — Skill · Free — `agentstack add skill-chronoaiproject-ornn-api-fetch-wrapper`
  Wrap a public HTTP API (Open-Meteo weather as the demo) with credential handling, error normalisation, and a single retry on transient network failures. Demonstrates the production-shaped baseline for any "skill that calls an external service" — env-based secrets, structured error output, no leaked API keys in logs, and a deliberate retry policy. The Open-Meteo endpoint used here is keyless on pu…

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
