What problem does it solve?
Working with X/Twitter data inside a Hermes Agent runtime requires knowing which endpoints exist, which are read-only, and which operations change state. This Skill provides a structured, read-first operating model for X/Twitter research, monitoring, and gated actions so private or state-changing operations never happen without explicit approval.
Core Features & Use Cases
- Endpoint Discovery: Search a bundled endpoint catalog with tweet_explore to find matching X/Twitter routes without consuming API quota.
- Read-Only Research: Read accounts, tweets, trends, monitors, and search results through tweet_read once XQUIK_API_KEY is configured.
- Approval-Gated Actions: Execute writes, monitors, webhooks, extractions, giveaway draws, and media operations through tweet_action only after explicit operator approval.
- Use Case: Before replying to a mention, inspect the account's recent public context with read-only routes, summarize themes, then draft a reply and list the exact tweet_action call while waiting for approval.
Quick Start
Install the plugin with hermes plugins install Xquik-dev/hermes-tweet --enable, set XQUIK_API_KEY, then ask the agent to research an X/Twitter account using read-only routes.