SUMMARY

A collection of ten complete example AI agents built with OSSA version 0.3.6, including their descriptions, API specifications, documentation, and deployment files.

In plain words
What is it for?
It helps demonstrate customer-support and code-review agents and provides examples of manifests, OpenAPI specifications, Docker setup, environment templates, and validation.
Why use it?
It gives developers concrete reference projects instead of requiring them to design an agent package from nothing.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/blueflyio/openstandardagents/summary
Clone the repo
git clone --depth 1 https://github.com/blueflyio/openstandardagents
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,619 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.02619
Opus 5 $0.00000 $0.01309
Sonnet 5 $0.00000 $0.00524
Haiku 4.5 $0.00000 $0.00262

Measured yesterday against content hash f81bbd817b74, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

SUMMARY scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl http://localhost:8080/v1/health
examples/agents/SUMMARY.md · 363 lines

How it starts

The opening of the file, as written. The whole thing — 363 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Production-Ready OSSA Examples - Summary

Overview

This directory contains 10 complete, production-ready agent examples built with OSSA v0.3.6. Each example demonstrates real-world use cases with full implementations including OSSA manifests, OpenAPI specs, Docker deployments, and working exports.

Completion Status

All 10 examples COMPLETE and VALIDATED

Files Created Per Example

Each example includes:

  • agent.ossa.yaml - OSSA manifest (validated against v0.3.6 schema)
  • openapi.yaml - OpenAPI 3.1 specification
  • README.md - Complete documentation with usage examples
  • ⚠️ Dockerfile - Docker container configuration (most examples)
  • ⚠️ docker-compose.yml - Docker Compose deployment (most examples)
  • ⚠️ package.json - npm configuration (some examples)
  • ⚠️ .env.example - Environment variables template (some examples)

Validation Results

All OSSA manifests validated successfully:

$ npm run validate:manifest -- examples/production-ready/01-customer-support-bot/agent.ossa.yaml
✓ valid

$ npm run validate:manifest -- examples/production-ready/02-code-review-agent/agent.ossa.yaml
✓ valid

$ npm run validate:manifest -- examples/production-ready/03-data-analysis-agent/agent.ossa.yaml
✓ valid

# ... all 10 examples validate successfully

Examples by Platform

LangChain Exports (4 examples)

  1. Customer Support Bot - Multi-turn conversations with memory
  2. Sales Assistant - CRM integration with entity memory
  3. Research Assistant - Academic search with summary memory
  4. Meeting Assistant - Transcription and action items

Anthropic Exports (3 examples)

  1. Code Review Agent - Automated code analysis
  2. DevOps Agent - Infrastructure management
  3. Security Scanner - Vulnerability detection

npm Package Exports (2 examples)

  1. Data Analysis Agent - Statistical analysis and visualization
  2. Email Triage Agent - Email categorization and automation

OpenAI Assistant Export (1 example)

  1. Content Moderator - Content moderation and flagging

Read the full file on GitHub · 363 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 363 lines · 0 tokens per session scan A f81bbd817b74

Subscribe to this mod's changes

SUMMARY is an agent published in the GitHub repository blueflyio/openstandardagents (5 stars, last pushed 13d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,619 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.