Human handoff queue: quote / follow / like / cold reply as one-tap links
handoffManage a queue of human-only X actions—follows, likes, quote posts—with drafted text, tap links, and automatic completion detection.
Instructions
Manage the queue of actions only a human can do on a pay-per-use account (X removed follows, likes and quote-posts from self-serve on 2026-04-20 and rejects un-summoned replies since 2026-02-23).
add: create an item with drafted text (checked by the rules engine) → returns an x.com/intent link the human taps; the text is pre-filled.
list: pending items with links, oldest first.
done / drop: mark manually.
reconcile: detect completion automatically from owned reads ($0.001/item): a quote/cold_reply/manual_post is done when a matching post appears in your timeline; a follow when the account appears in your following list; a like when the post appears in your liked posts. Why this matters algorithmically: quote posts are originals to the ranker (cold-start eligible, OON-retrievable, sit in the Quotes tab of a viral thread) and follows create mutuals (+15 reply weight). The agent drafts; the human taps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Item id for done/drop. | |
| why | No | One line the human sees explaining the value. | |
| kind | No | ||
| text | No | Drafted post/reply text for quote, cold_reply, manual_post. | |
| action | Yes | ||
| include_done | No | ||
| target_post_id | No | ||
| target_username | No | Author handle (improves quote/cold_reply links; required for follow). |