Traditional AI agents work like contractors: you give them a task, they do it, then wait for the next instruction. If something breaks mid-workflow, you have to step in manually.
OpenFang Hands work like skilled employees. Each Hand carries a complete standard operating procedure. After activation, it knows what to do, when to do it, and where to deliver the results. The entire workflow runs in a closed loop without human intervention.
Every Hand internally bundles four components: an execution plan, an expert knowledge base, tool invocation permissions, and dashboard metrics. This architecture ensures predictable behavior while maintaining the flexibility to handle edge cases through built-in decision trees and error recovery mechanisms.
Beyond the 7 built-in Hands, you can build your own. Define a HAND.toml file specifying tools, parameters, and prompts, and you have a custom autonomous capability package ready for deployment. Share it with the community through FangHub, the OpenFang marketplace.
Layer 1
HAND.toml — The Job Description
Declarative manifest defining required tools, user-configurable settings, dashboard metrics, and system requirements. Compiled into the binary at build time.
Layer 2
System Prompt — The Training Manual
Multi-stage operational runbook with concrete procedures, decision trees, error recovery mechanisms, and quality gates that the Hand follows autonomously.
Layer 3
SKILL.md — The Domain Expertise
Expert domain knowledge injected into the agent context: best practices, industry standards, evaluation criteria, and known pitfalls that make the Hand a specialist.