Demo Scenarios

Ready-made agent configurations you can run immediately. Each demo is a config directory with a system prompt, agent card, and tool settings.

General Purpose

Standalone Research Assistant

A general-purpose agent with access to shell commands, web browsing, and file operations. Good starting point for experimentation.

exec web_fetch read_file write_file
docsclaw serve --config-dir testdata/standalone
View config →
Document Processing

Research Agent

Fetches documents from an external service, analyzes content, and produces structured research summaries. Uses skill files for specialized prompting.

exec web_fetch read_file write_file fetch_document
docsclaw serve --config-dir testdata/research-agent
View config →
Compliance

Document Reviewer

Reviews documents for compliance, security, and quality. Specialized for operations teams that need automated document review workflows.

fetch_document
docsclaw serve --config-dir testdata/reviewer-ops
View config →
HR & Analytics

HR Document Summarizer

Summarizes HR documents, policy updates, and employee communications. Produces structured summaries with key decisions and action items.

fetch_document
docsclaw serve --config-dir testdata/summarizer-hr
View config →

OpenShift Deployment

Demo Kubernetes manifests for deploying agents on OpenShift are available in the docs/demo directory, including: