一键导入
cron-reminder-wechat-limitation
WeChat cannot receive cron job auto-delivery. Warn users upfront.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
WeChat cannot receive cron job auto-delivery. Warn users upfront.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Consolidate scattered utility scripts into a centralized directory with comprehensive documentation, then publish to version control.
Debug cron job execution failures — check job status, session logs, gateway errors, model availability, and stale gateway code
Hermes gateway port 8642 is WebSocket-based only — NOT a REST API. Do NOT try to send WeChat/Weixin alerts via curl HTTP POST to the gateway. Understanding this prevents wasted time debugging "404 on all endpoints" when trying to send alerts from cron jobs.
Karpathy's LLM Wiki — build and maintain a persistent, interlinked markdown knowledge base. Ingest sources, query compiled knowledge, and lint for consistency.
A股每日/每周收盘行情汇总报告生成 — 东方财富 API 为主,AKShare (Sina + 同花顺) 兜底
每日美股收盘行情汇总 — 主要指数、板块轮动、个股亮点、宏观消息面、技术分析
| name | cron-reminder-wechat-limitation |
| description | WeChat cannot receive cron job auto-delivery. Warn users upfront. |
| triggers | ["cron job on wechat","scheduled reminder wechat","定时任务 wechat","定时提醒"] |
Cron jobs (cronjob tool) cannot auto-deliver messages back to WeChat/WeChat chats. The job executes successfully and generates output, but the response is only saved to ~/.hermes/cron/output/ — it never arrives in the chat.
This affects both deliver="local" (default) and deliver="origin". Even explicitly setting deliver="origin" does not fix it. The issue is likely that WeChat requires the current session context to send messages, and cron jobs run in isolated sessions without that context.
deliver="origin". WeChat is a known exception.send_message manually from a script — if the user really needs timed delivery on WeChat, you could write a script that sleeps and calls send_message, but this is fragile and not recommended.When a WeChat user asks for a timed reminder or scheduled message, warn them upfront:
"WeChat 不支持定时任务自动推送提醒。任务会执行但消息不会发到聊天里。需要的话我可以现在直接提醒你,或者建议换到 Telegram 等支持定时投递的平台。"