Language: 日本語English

outputai Plugin

Author
Output.ai
Category
Development
Topics
Claude Code Customization & Workflow · AI Agents & AI App Development
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

outputai is a Claude Code plugin toolkit for the Output.ai framework, adding 5 specialist agents (planner, builder, debugger, prompt writer, quality reviewer) and 40+ slash-command skills covering scaffolding, debugging, evaluation, and credential management. A SessionStart hook auto-loads Output SDK conventions so Claude understands the framework before the first prompt. According to the README, Output itself is an open-source TypeScript framework for building AI workflows and agents that unifies prompts, evals, tracing, cost tracking, orchestration, and credential management in one codebase, running on Temporal and supporting Anthropic, OpenAI, Azure, Vertex AI, and Bedrock as LLM providers. Credentials are encrypted with AES-256-GCM and managed through the CLI, per the README. The framework is released under the Apache 2.0 license.

Overview

Output is not a hosted SaaS but an open-source TypeScript framework for building AI workflows and agents; this plugin integrates it into Claude Code through agents, skills, and a hook, per the README and item description.

What you can do with outputai

  • Use 5 specialist agents (planner, builder, debugger, prompt writer, quality reviewer) inside Claude Code
  • Run 40+ slash-command skills covering scaffolding, debugging, evaluation, and credential management
  • Have Output SDK conventions auto-loaded at session start via a SessionStart hook
  • Per the README, scaffold projects, run workflows, and inspect execution with the Output CLI (e.g. npx @outputai/cli init, npx output dev, npx output workflow run)
  • Per the README, get automatic tracing of LLM calls, HTTP requests, and steps, with token counts, cost, and latency logged as JSON
  • Per the README, encrypt credentials with AES-256-GCM, scoped per environment and workflow

Sources

Original description (English)

Output.ai workflow development toolkit for Claude Code. Adds 5 specialist agents (planner, builder, debugger, prompt writer, quality reviewer), 40+ slash-command skills covering scaffolding, debugging, evaluation, and credential management, plus a SessionStart hook that auto-loads Output SDK conventions so Claude understands the framework before the first prompt.

History of outputai

Back to list