원클릭으로
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 직업 분류 기준
| 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 等支持定时投递的平台。"
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 + 同花顺) 兜底
每日美股收盘行情汇总 — 主要指数、板块轮动、个股亮点、宏观消息面、技术分析