ASD

Hermes Tweet

Instala y opera Hermes Tweet, un plugin de Hermes Agent para investigar X/Twitter, leer timelines, analizar tweets y ejecutar acciones con aprobación explícita.

Estrellas
38.8k

en todo el repo

Actividad
55

0–100, la ruta de este skill

Actualizado
el mes pasado

último commit aquí

Commits
1

últimos 90 días

Contexto
1.3k tok

115 tok en reposo

Paquete
2 archivos

6 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add wshobson/agents --skill hermes-tweet --agent claude-code

Se instala solo en este repositorio.

Qué hace

  • Instala y activa el plugin Hermes Tweet en un entorno Hermes Agent
  • Busca rutas de lectura y acción de X/Twitter en un catálogo de endpoints
  • Lee datos de cuentas, tweets, tendencias y menciones de X/Twitter
  • Mantiene las acciones que modifican la cuenta bloqueadas hasta aprobación explícita

Úsalo cuando

  • Instalar Hermes Tweet en un runtime de Hermes Agent
  • Investigar cuentas de X/Twitter o monitorear señales de lanzamiento
  • Auditar giveaways o triaje de menciones/soporte
  • Preparar acciones de tweet controladas que requieren aprobación explícita

No lo uses cuando

    Qué lo activa

    Di cualquiera de estas frases y el agente debería cargar este skill.

    • Usa Hermes Tweet para revisar el contexto público reciente de @example antes de responder
    • Rastrea menciones en X/Twitter sobre 'Example Launch' hoy y resume los temas
    • Redacta un tweet de lanzamiento y muestra la llamada exacta a tweet_action antes de aprobarla

    SKILL.md

    En inglés

    Hermes Tweet

    Hermes Tweet adds an X/Twitter toolset to Hermes Agent. It is useful for social listening, account research, launch monitoring, support triage, giveaway audits, and controlled publishing workflows where actions stay explicit.

    When to Use This Skill

    Use this skill when the user wants to:

    • Install Hermes Tweet into a Hermes Agent runtime
    • Discover available X/Twitter read and action routes
    • Read X/Twitter account, tweet, trend, monitor, or search data
    • Summarize public signal before drafting responses or campaigns
    • Keep account-changing actions gated behind explicit operator intent

    Setup

    Install the package into the Hermes Python environment, then enable the plugin:

    ~/.hermes/hermes-agent/venv/bin/python -m pip install hermes-tweet
    hermes plugins enable hermes-tweet
    

    Set the API key on the Hermes runtime host:

    export XQUIK_API_KEY="<your-key>"
    export HERMES_TWEET_ENABLE_ACTIONS="false"
    

    Keep HERMES_TWEET_ENABLE_ACTIONS false for read-first sessions. Set it to true only for sessions that intentionally need posting, replies, DMs, follows, webhooks, monitors, media changes, or other account-changing routes.

    Inputs

    Ask for these inputs before selecting routes:

    • Objective: research, monitoring, support triage, giveaway audit, or action prep
    • Target: account handle, tweet URL, keyword, list, monitor, or trend
    • Time window and freshness needs
    • Whether any account-changing action is in scope
    • Confirmation that the Hermes runtime has XQUIK_API_KEY

    Workflow

    1. Search the bundled endpoint catalog with tweet_explore to find matching routes.
    2. Read X/Twitter data through tweet_read after selecting a catalog route.
    3. Execute account-changing routes with tweet_action only after explicit approval.
    4. Keep API keys in environment variables or the Hermes runtime env file.
    5. Do not paste credentials into prompts, issues, PR comments, or tool inputs.
    6. Load workflow patterns when the user asks for a campaign, monitor, support, or giveaway workflow instead of a single read.

    Tool Model

    Tool Purpose
    tweet_explore Search the bundled endpoint catalog without using the API key.
    tweet_read Call catalog-listed read-only endpoints when XQUIK_API_KEY is set.
    tweet_action Call action routes only when action gating is enabled.

    Output Format

    Return concise operational output:

    Summary:
    - What was checked and why
    
    Read routes:
    - Catalog path, input, and result summary
    
    Action plan:
    - Proposed account-changing actions, each awaiting explicit approval
    
    Next check:
    - Follow-up route or monitoring cadence when useful
    

    Usage Examples

    Research an account before drafting a reply:

    Use Hermes Tweet to inspect recent public context for @example before drafting a reply.
    Keep actions disabled.
    

    Monitor a launch keyword:

    Track X/Twitter mentions for "Example Launch" today.
    Summarize themes and notable accounts. Do not post.
    

    Prepare a guarded post:

    Draft a launch tweet and list the exact tweet_action call you would use.
    Wait for approval before any action route.
    

    Capture structured route notes:

    {
      "objective": "support-triage",
      "route": "/api/v1/x/search",
      "action_gate": "disabled",
      "approval_required": true
    }
    

    Troubleshooting

    • If only tweet_explore appears, configure XQUIK_API_KEY on the Hermes runtime host and reload or restart the active Hermes session.
    • If action routes are unavailable, keep reading or set HERMES_TWEET_ENABLE_ACTIONS=true only for an approved action session.
    • If a route does not match, use tweet_explore again and choose a catalog-listed path instead of guessing endpoints.

    Best Practices

    • Treat Hermes Tweet as the Hermes-native X/Twitter layer, not a generic API wrapper.
    • Keep research and monitoring workflows read-only by default.
    • Use Desktop or gateway operator review before account-changing calls.
    • Validate the exact catalog path before calling tweet_read or tweet_action.
    • Restart gateway, cron, or long-running Hermes sessions after env changes.

    See Also

    The social-publishing plugin complements Hermes Tweet for broad multi-platform publishing. Hermes Tweet is focused on the Hermes Agent X/Twitter toolset and its read-first, approval-gated operating model.

    See the official guide at https://github.com/Xquik-dev/hermes-tweet#readme.

    Reproducido de wshobson/agents bajo licencia MIT. Leer esta página en markdown.

    Archivos

    2 archivos en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.

    Antes de instalar

    Requiere la variable XQUIK_API_KEY en el runtime de Hermes para usar tweet_read y tweet_action.

    Detalles

    Creador
    wshobson
    Categoría
    Automatización
    Licencia
    MIT
    Recursos incluidos
    referencias
    Repositorio
    wshobson/agents
    Código fuente
    Ver SKILL.md

    Etiquetas

    Más de wshobson/agents

    Este repo incluye 180 skills. Si instalas uno, normalmente ya tienes los demás.

    Úsalo al seleccionar y colocar iconos, imágenes, SVGs, diagramas o infografías de apoyo aprobados en un PPTX editable.

    Costo de contexto al activarse
    344 tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 26 días
    documentos

    Úsalo cuando pidan optimizar un prompt, mejorar su rendimiento, diseñar una plantilla, aplicar chain-of-thought, few-shot prompting o técnicas avanzadas de prompt engineering para producción.

    Costo de contexto al activarse
    1.3k tok
    Tamaño del paquete
    10 archivos
    Última actualización
    el mes pasado
    herramientas desarrollo

    Úsalo al redactar o reparar una especificación JSON con coordenadas explícitas para un PPTX editable.

    Costo de contexto al activarse
    489 tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 26 días
    documentos

    Úsalo para validar o reparar un PPTX editable en cuanto a geometría, accesibilidad, editabilidad nativa, linaje de fuente e integridad del paquete OOXML.

    Costo de contexto al activarse
    409 tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 26 días
    documentos

    Úsalo para analizar un PPTX de referencia en modo solo lectura: estructura, tema, tipografía, ritmo de layout, diagnósticos, catálogos de plantillas derivados o inspección segura del paquete OOXML.

    Costo de contexto al activarse
    689 tok
    Tamaño del paquete
    8 archivos
    Última actualización
    hace 26 días
    documentos

    Úsalo al preparar la narrativa, las fuentes y el contexto de diseño para un nuevo deck PPTX editable.

    Costo de contexto al activarse
    415 tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 26 días
    documentos

    Skills relacionados

    Testea contratos inteligentes de forma exhaustiva con Hardhat y Foundry: tests unitarios, de integración y forking de mainnet.

    Costo de contexto al activarse
    2k tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 2 meses
    testing qa

    Úsalo al seleccionar y colocar iconos, imágenes, SVGs, diagramas o infografías de apoyo aprobados en un PPTX editable.

    Costo de contexto al activarse
    344 tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 26 días
    documentos

    Realiza auditorías de accesibilidad WCAG 2.2 con pruebas automatizadas, verificación manual y guía de remediación. Útil para auditar sitios, corregir violaciones y aplicar patrones de diseño accesible.

    Costo de contexto al activarse
    628 tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 2 meses
    testing qa