agentskit.js
CLI

agentskit run

One-shot agent run from the terminal. Pipe inputs, capture outputs.

agentskit run "Summarize today's PRs" --provider openai --model gpt-4o

Piped stdin:

cat README.md | agentskit run "Extract TODO items"

Flags

FlagPurpose
--provider / --model / --api-key / --base-urladapter config
--verboseprint every step + tool call
--jsonmachine-readable output
--schema <path>output schema (Zod or JSON Schema)
✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page