Setting the file. One moment. Workflows · Hermes Tweet · wshobson/agents · Skills Docs
Use these patterns when the request is broader than one route lookup.
19
Workflow Orchestration Patterns
57
Nx Workspace Patterns
Trace To Training Data
Web Component Design
- Search for search, trend, radar, and monitor routes with
tweet_explore.
- Use
tweet_read for public read-only routes.
- Ask for approval before creating or changing a monitor with
tweet_action.
- Group results by theme, account, link, and recency.
- Recommend a follow-up read route when the signal is incomplete.
- Read mentions, account context, and relevant tweet threads.
- Summarize the user problem without exposing credentials or private runtime data.
- Draft replies separately from action calls.
- Ask for explicit approval before any private read, reply, DM, follow, or
webhook operation.
- Read the original tweet, replies, reposts, followers, and public lists.
- Keep an evidence trail of route paths and result summaries.
- Ask for approval before private reads, extraction jobs, or giveaway draws.
- Present candidate next steps after the public read-only evidence is complete.
- Confirm that
HERMES_TWEET_ENABLE_ACTIONS=true is intentional for this session.
- Draft the content and identify the exact
tweet_action route.
- Show media, reply, scheduling, or account-change inputs before execution.
- Wait for approval, then call only the approved route.