bychronoaiproject· 15 skills
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, length validation, and per-model cost tracking.
$npx -y skills add chronoaiproject/ornn --skill text-summarizerInstalls into the current project.
Run `npx skills use "https://github.com/chronoaiproject/ornn" --skill "chronoaiproject/ornn/text-summarizer"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/chronoaiproject/ornn" that are relevant to the current task. Run `npx skills add "https://github.com/chronoaiproject/ornn"` and select the relevant skills, then follow their instructions.