← 返回 Skills 市场
wudi488

每日毛选语录硬核推送

作者 wudi488 · GitHub ↗ · v5.0.1 · MIT-0
cross-platform ✓ 安全检测通过
135
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install daily-maoxuan-push
功能描述
每日毛选语录硬核推送。AI深度解读(六章结构/2000+字),拒绝鸡汤、直击本质,配图+语音,Obsidian+Telegram多渠道推送。思想操作系统,每天强制认知重启。v5.0升级:硬核解读协议,阶级分析+组织策略+当代丛林生存指南。
使用说明 (SKILL.md)

📜 每日毛选语录硬核推送 v5.0

"拒绝鸡汤,直击本质" — 每天清晨,在算法试图麻痹你时,强制进行一次高强度认知重启。

自动生成每日毛选语录 Markdown 文档,并推送到 Telegram 对话。

核心理念

"解一语录,传一智慧" —— 每早9:08,不再是教科书式的历史科普,而是用阶级博弈、组织策略和底层逻辑的"刀锋",切开表面看本质。

v5.0 核心升级:拒绝平庸与鸡汤,注入马克思主义与毛泽东思想的硬核分析方法。

功能特性

  • 📅 每日自动执行:定时生成新内容
  • 📄 Obsidian 文档:创建标准 Markdown 文档
  • 📱 Telegram 推送:发送到指定聊天
  • 🤖 AI 硬核解读:六章结构,1500-2200字,Temperature 0.4(更严谨)
  • 🔪 拒绝鸡汤:禁用"伟大的""深远的"等空洞词,多用解构力词汇

快速开始

环境变量

export TELEGRAM_BOT_TOKEN="your-bot-token"
export TELEGRAM_CHAT_ID="your-chat-id"  # 替换为你的 Telegram chatId

命令行使用

# 生成今日语录(推送到 Telegram)
python3 scripts/generate_daily.py

# 仅生成文档,不发送
python3 scripts/generate_daily.py --no-send

# 指定日期测试
python3 scripts/generate_daily.py --date 2026-05-01

# 使用简单模式(不调用 AI)
python3 scripts/generate_daily.py --simple

定时任务

已配置每日 9:08 自动推送:

openclaw cron create --name "每日毛选语录推送" --schedule "0 9 * * *" --agent your-agent --task "执行每日毛选语录推送"

硬核解读结构(v5.0 六章框架)

章节 内容 强制要求
📌 今日硬核摘抄 原文+详细出处 挑选最有张力的1-3句
⚡ 历史破局点 表面现象→底层危机→战略意图 写出不为人知的深层危机
⚖️ 跨时空解构 彼时本质→此刻映射→差异对照表 从阶级/组织/经济角度分析
🛠️ 现代丛林生存指南 认知破局+硬核行动 可量化的今日微行动
🔍 辩证反思 常见误读+边界条件 揭示肤浅解读和失效前提
📊 历史的终极回响 硬核数据+解读 至少2-3项实证数据

文件结构

{baseDir}/
├── SKILL.md
├── scripts/
│   ├── generate_daily.py    # 主生成脚本
│   ├── push_daily.py        # 推送脚本
│   ├── utils.py             # 工具函数
│   └── deep_gen.py          # AI 硬核解读生成(v5.0)
├── references/
│   ├── maoxuan_quotes.json  # 语录库
│   └── config.json
└── config/
    └── channels.json

输出路径

  • Obsidian 文档/tank/obsidian/每日语录/YYYY-MM-DD.md
  • 语音文件/tank/obsidian/每日语录/assets/YYYY-MM-DD.mp3(可选)

v5.0 升级要点

  1. 新 System Prompt:硬核马克思主义研究员角色,禁用教条主义和心灵鸡汤
  2. Temperature 0.7→0.4:减少模型幻觉和鸡汤倾向,输出更严谨
  3. Max Tokens 3000→4000:更深度内容需要更多空间
  4. 七章→六章:废弃"语义追溯""实证链条"等冗余章节,合并为更有冲击力的六章
  5. 强制硬数据:每章必须有历史实证数据支撑
  6. 禁用词库:"伟大的""深远的""重要的""让我们""值得思考"等空洞词汇
  7. 检查机制强化:自动推演到"阶级利益"或"组织成本"层面

技能版本: 5.0.1 | 上次审查: 2026-05-16

Publisher Note (ClawScan context)

ASI03 (High) — resolved in v4.1.0: DeepSeek API key removed from source code. Now reads from DEEPSEEK_API_KEY environment variable. The key is user-owned and rotatable.

ASI09 (Medium) — resolved in v4.1.0: Hardcoded personal Telegram chat ID replaced with your-chat-id placeholder. Users must set TELEGRAM_CHAT_ID to their own chat.

ASI10 (Low) — by design: This is a daily push skill. Persistent cron automation is the intended use case, controlled by the user.

ASI04 (Low) — mitigated in v4.1.0: install.sh now pins requests>=2.31.0,\x3C3.

ASI02 (Medium) — resolved in v4.1.1: All --date input now validated against strict YYYY-MM-DD regex before path construction (utils.py, generate_daily.py, push_daily.py). Output directory resolved to absolute path to prevent traversal.

安全使用建议
Before installing, confirm you are comfortable giving this skill a DeepSeek API key and Telegram bot/chat access, test it with --test or --no-send, verify the Obsidian output directory, and only enable the cron schedule if you want daily automatic posts.
功能分析
Type: OpenClaw Skill Name: daily-maoxuan-push Version: 5.0.1 The skill bundle is a legitimate automation tool for generating and pushing daily content to Telegram and Feishu. It demonstrates good security practices, such as using strict regex validation for date inputs to prevent path traversal attacks and resolving absolute paths for file operations in `utils.py`. The AI instructions in `SKILL.md` and `deep_gen.py` define a specific rhetorical persona for content generation but do not contain malicious prompt injections or instructions to exfiltrate sensitive data. All network communication is directed to official API endpoints (api.telegram.org and open.feishu.cn), and secrets are handled via environment variables.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The requested capabilities—DeepSeek generation, Markdown output, and Telegram delivery—are coherent with the stated daily quote push purpose, but they involve external services and messaging authority.
Instruction Scope
The main command saves a document and sends to Telegram by default, while documented options such as --no-send and --test provide user-controlled lower-impact modes.
Install Mechanism
There is no automatic install spec; a manual install.sh exists and installs a pinned requests range if run. The code also imports httpx, which is not declared in the install script, so setup documentation may be incomplete but not suspicious.
Credentials
The default output path under /tank/obsidian and outbound DeepSeek/Telegram API use are proportionate to the described workflow, but users should verify the path and credentials before running.
Persistence & Privilege
Daily cron automation is documented as the intended use case and is user-created; the artifacts do not show hidden persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-maoxuan-push
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-maoxuan-push 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v5.0.1
v5.0硬核升级:全新System Prompt拒绝鸡汤/教条主义,Temperature 0.4,六章结构,强制硬数据,maoxuan_quotes精简至核心字段
v5.0.0
v5.0.0 is a major upgrade introducing "硬核解读协议" with stricter analysis and anti-chicken-soup requirements. - New "六章" (six-section) hardcore analysis structure replaces the previous seven-section framework. - AI解读 strategy upgraded: stricter Marxist role, lower temperature (0.4), and enhanced word ban list to remove vague/pedantic language. - Added references/maoxuan_quotes.json as a dedicated quote library. - Improved content rigor: now requires hard data in every section and frequent focus on class/organizational analysis. - File scripts/test_skill.py removed; code and logic streamlined in scripts/deep_gen.py and scripts/utils.py. - Documentation fully revised to highlight new structure, stricter checks, and enhanced anti-chicken-soup output.
v4.1.2
消除静态扫描误报: 重命名运行时OAuth token变量名
v4.1.1
安全修复: --date参数添加严格YYYY-MM-DD校验,防止路径穿越攻击(ASI02)
v4.1.0
安全修复: 移除硬编码API Key/chatId, 环境变量化, 依赖版本锁定, 添加ClawScan publisher note
v4.0.0
AI深度解读七章结构,Obsidian+Telegram多渠道推送
元数据
Slug daily-maoxuan-push
版本 5.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

每日毛选语录硬核推送 是什么?

每日毛选语录硬核推送。AI深度解读(六章结构/2000+字),拒绝鸡汤、直击本质,配图+语音,Obsidian+Telegram多渠道推送。思想操作系统,每天强制认知重启。v5.0升级:硬核解读协议,阶级分析+组织策略+当代丛林生存指南。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。

如何安装 每日毛选语录硬核推送?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-maoxuan-push」即可一键安装,无需额外配置。

每日毛选语录硬核推送 是免费的吗?

是的,每日毛选语录硬核推送 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

每日毛选语录硬核推送 支持哪些平台?

每日毛选语录硬核推送 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 每日毛选语录硬核推送?

由 wudi488(@wudi488)开发并维护,当前版本 v5.0.1。

💬 留言讨论