cyberneticlibrary

Summarize text to target word count

text-summarizerskillsetup L118
ChronoAIProject/Ornn
What it does

Compress text to target word count via LLM

Best for

When you need a minimal, vendor-agnostic summarization baseline that demonstrates LLM integration.

Inputs
  • · [object Object]
Outputs
  • · [object Object]
Requires
  • · ANTHROPIC_API_KEY or other LLM SDK
Preconditions

Valid LLM API key in environment; input text well-formed

Failure modes
  • · LLM API unreachable
  • · Invalid API key
  • · Malformed input JSON
  • · Timeout
Trust signals
  • · MIT licensed
  • · ~50 lines of code
  • · Swappable LLM provider
  • · Deliberate baseline (no streaming/retries)