What Are Hands?
Hands are OpenFang’s core innovation — pre-built autonomous capability packages that run independently, on schedules, without you having to prompt them. This is not a chatbot. This is an agent that wakes up at 6 AM, researches your competitors, builds a knowledge graph, scores the findings, and delivers a report to your Telegram before you’ve had coffee. Traditional agent frameworks wait for you to type something. Hands work for you.How Hands Work
Each Hand bundles four components:- HAND.toml — Manifest declaring tools, settings, requirements, and dashboard metrics
- System Prompt — Multi-phase operational playbook (500+ word expert procedures)
- SKILL.md — Domain expertise reference injected into context at runtime
- Guardrails — Approval gates for sensitive actions (e.g., Browser Hand requires approval before any purchase)
The 7 Bundled Hands
Clip Hand
Turns long-form videos into viral short clips with captions, thumbnails, and optional AI voice-over. 8-phase pipeline with FFmpeg + yt-dlp + 5 STT backends.
Lead Hand
Discovers prospects matching your ICP, enriches them with web research, scores 0-100, deduplicates, and delivers qualified leads daily.
Collector Hand
OSINT-grade intelligence collector. Monitors targets continuously with change detection, sentiment tracking, and knowledge graph construction.
Predictor Hand
Superforecasting engine. Makes calibrated predictions with confidence intervals and tracks its own accuracy using Brier scores.
Researcher Hand
Deep autonomous researcher. Cross-references multiple sources, evaluates credibility using CRAAP criteria, generates cited reports.
Twitter Hand
Autonomous Twitter/X manager. Creates content in 7 rotating formats, schedules posts, responds to mentions, tracks performance.
Browser Hand
Web automation agent. Navigates sites, fills forms, handles multi-step workflows with mandatory purchase approval gate.
Hands Comparison Table
| Hand | Category | What It Does | Runs On Schedule | Requires API Key |
|---|---|---|---|---|
| Clip | Content | Video → viral shorts | No (on-demand) | Optional (STT/TTS) |
| Lead | Data | Lead generation | Yes (daily/weekly) | No |
| Collector | Data | Intelligence monitoring | Yes (hourly-weekly) | No |
| Predictor | Data | Forecasting & predictions | Yes (weekly/monthly) | No |
| Researcher | Productivity | Deep research reports | No (on-demand) | No |
| Communication | Social media management | Yes (1-5x daily) | Yes (Twitter API) | |
| Browser | Productivity | Web automation | No (on-demand) | No |
Activating Hands
Managing Hands
Configuration
Each Hand exposes configurable settings in its HAND.toml manifest. You can update these via:- CLI:
openfang hand configure researcher --set research_depth=exhaustive - Dashboard: Navigate to Hands → [Hand Name] → Settings
- Config file: Edit
~/.openfang/hands/[hand-id].toml
Scheduling
Hands create their own schedules based on their configuration:Dashboard Metrics
Every Hand tracks its own performance metrics:http://localhost:4200/hands.
Building Custom Hands
You can create your own Hands by defining a HAND.toml manifest:~/.openfang/hands/analyst/HAND.toml and optionally add a SKILL.md for domain expertise.
Then activate it:
Publishing to FangHub
Share your custom Hands with the community:Best Practices
Start with built-in Hands
Start with built-in Hands
The 7 bundled Hands are battle-tested and cover most common use cases. Start here before building custom Hands.
Use approval mode for sensitive operations
Use approval mode for sensitive operations
For Hands that can take consequential actions (Browser, Twitter), use approval mode to review actions before they execute.
Monitor costs
Monitor costs
Scheduled Hands can rack up LLM costs. Set budget limits in your config and monitor the dashboard regularly.
Keep system prompts focused
Keep system prompts focused
Hands work best when their prompts follow a clear multi-phase structure. Study the built-in Hands for reference.
Use Skills for domain expertise
Use Skills for domain expertise
Don’t cram everything into the system prompt. Extract reference knowledge, templates, and examples into SKILL.md files.
Next Steps
Researcher Hand
Deep autonomous research with CRAAP source evaluation
Lead Hand
Automated lead generation on a schedule
Clip Hand
Turn videos into viral shorts
Browser Hand
Web automation with safety guardrails
