بنقرة واحدة
send-to-kindle
Enviar PDFs a Kindle por Gmail usando Composio MCP — SINGLE SHOT, sin duplicados
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Enviar PDFs a Kindle por Gmail usando Composio MCP — SINGLE SHOT, sin duplicados
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when generating scheduled reports from Reddit subreddits via Composio Reddit tools (REDDIT_GET_R_TOP, REDDIT_SEARCH_ACROSS_SUBREDDITS, REDDIT_RETRIEVE_POST_COMMENTS). Covers fetching posts, computing engagement, extracting top comments, and producing either a single-page PDF (fpdf2) or a text summary for group chat delivery.
Author in-repo SKILL.md: frontmatter, validator, structure, and writing-quality principles.
Manage the Hermes WebUI (nesquena/hermes-webui) deployment, configuration, and troubleshooting. Covers systemd service, settings.json, send_key behavior, Caddy reverse proxy, CI/CD integration via deploy.sh.
Systematically orient in a new project repository using Kairos governance, Hindsight memory banks, and documentary axis reading order. Covers REPOMAP, MASTER-SPEC, RULES, infrastructure exploration, and state verification.
Process, summarize, and extract information from YouTube videos. Covers metadata lookup, transcript extraction, and content analysis for wrestling analysis and general video research.
Workflow completo para mantener la Knowledge Base Personal (Narrativa Mitologica) de Martin. Cubre sesion de actualizacion, clasificacion KR2, propuesta KR1, ejecucion via Kilo CLI, compile y push.
| name | send-to-kindle |
| description | Enviar PDFs a Kindle por Gmail usando Composio MCP — SINGLE SHOT, sin duplicados |
| status | fixed |
⚠️ IMPORTANTE: SINGLE SHOT ESTRICTO. NO reintentar. NO lanzar múltiples prompts. Cada ejecución produce EXACTAMENTE 1 email. Si falla, reportar error, no reintentar.
UNA SOLA ejecución. CERO reintentos. GMAIL_SEND_EMAIL con s3key hace timeout
pero el email SÍ se envía — reintentar = duplicado garantizado.
GMAIL_SEND_EMAIL con attachment vía s3key falla por timeout (MCP error -32001).
La respuesta no llega al cliente pero Gmail SÍ envió el email. NO reintentar.
gh release create temp-pdf-$(date +%s) /ruta/al/archivo.pdf --repo kirlts/toolset --title "Temp PDF" --notes "Temporary"
Usar las MCP tools de Composio desde Hermes (no Kilo):
a) COMPOSIO_SEARCH_TOOLS para confirmar GMAIL activo b) COMPOSIO_REMOTE_WORKBENCH:
NO USAR Kilo CLI — Kilo tiene su propia lógica de reintentos que causa duplicados.
Después de enviar, buscar en Gmail sent folder:
query: "to:martin.gil.o.kindle@kindle.com" (últimos 5 min)
Confirmar que haya EXACTAMENTE 1 mensaje nuevo.
| Fecha | Incidente | Causa | Fix |
|---|---|---|---|
| 26-Jun-2026 | 8 copias del mismo PDF a Kindle (03:31-03:40 UTC) | Múltiples prompts Kilo + timeout-retry loop en GMAIL_SEND_EMAIL | Single shot directo desde Hermes MCP, sin Kilo, sin reintentos |