← 返回 Skills 市场
gabriel-zz

Daily Inspiration

作者 Gabriel-ZZ · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-inspiration
功能描述
每天定时推送倪海厦、南怀瑾等国学大师的相关内容,通过飞书发送给用户。内容包括佛学解脱、气功、周易、中医等主题。用于:用户请求每天获取精神修行相关资讯。
使用说明 (SKILL.md)

每日灵修推送

触发方式

此技能在定时任务触发时自动运行,无需用户主动请求。

内容优先级

  1. 倪海厦天纪 - 易经、风水、命理、阴阳五行(30%)
  2. 倪海厦人纪 - 中医经典、针灸、伤寒论(25%)
  3. 老庄哲学 - 道德经、庄子、逍遥自在(25%)
  4. 佛学/禅定 - 南怀瑾、禅定修行(20%)

执行流程

  1. 选择主题:随机从四个范畴中选择(天纪30%,人纪25%,老庄25%,佛学20%)
  2. 搜索内容:使用 batch_web_search 搜索相关主题的最新或经典内容
  3. 整理内容:提取有价值的信息片段
  4. 发送飞书:使用 message 工具发送到用户

内容来源

  • 倪海厦天纪:易经、阴阳五行、风水、命理、紫微斗数
  • 倪海厦人纪:针灸、黄帝内经、神农本草经、伤寒论、金匮要略
  • 老庄哲学:道德经、庄子、列子、杨朱
  • 佛学:南怀瑾著作、禅宗公案

输出格式

每日两条推送:

早间(6:00-8:00):偏重修行、心性类 晚间(18:00-20:00):偏重养生、实用类

消息格式:

📖 每日灵修

[标题]

[内容摘要/经典语录/实用知识]

来源:xxx
安全使用建议
Before installing, verify these points with the skill author: (1) How are Feishu messages delivered? Ask for the exact mechanism and required credentials (e.g., FEISHU_TOKEN) and where those should be stored. (2) Confirm the scheduled trigger mechanism—who configures the cron/timer that runs this skill? (3) The included script only selects/formats a topic and prints it; ask for the code that performs web searches and sends messages, or clarify that the agent's built-in 'batch_web_search' and 'message' tools will be used. (4) If you will provide Feishu credentials, ensure they are scoped minimally and stored securely. (5) Consider testing in a safe environment/account first to confirm no unexpected messages or data exfiltration occur. The mismatches here look like an oversight or incomplete implementation rather than clearly malicious code, but you should get these clarifications before trusting it with credentials or enabling automated sends.
功能分析
Type: OpenClaw Skill Name: daily-inspiration Version: 1.0.0 The skill bundle is designed to provide daily inspirational content related to traditional Chinese culture and philosophy via Feishu. The SKILL.md file outlines a standard workflow using web search and messaging tools, and the scripts/daily_push.py script contains simple logic for topic selection based on the time of day. No malicious patterns, data exfiltration, or unauthorized execution risks were identified.
能力评估
Purpose & Capability
The stated purpose (daily Feishu push of classical/health content) is reasonable. However, the skill declares no required credentials or config for Feishu nor any install steps. That could be fine if it relies on the agent's built-in 'message' tool, but the package itself does not implement Feishu integration, so it's unclear who/what will actually perform the sends.
Instruction Scope
SKILL.md instructs the agent to run scheduled tasks, perform 'batch_web_search' to gather content, extract useful fragments, and send via a 'message' tool to Feishu. The included Python script only selects a topic and formats a string; it does not perform web searches, scraping, or send messages. The runtime instructions therefore grant the agent broad authority (web search + message delivery) that is not reflected in the code, and the scheduling mechanism is unspecified.
Install Mechanism
No install spec (instruction-only plus a small helper script). This minimizes on-disk install risk—there is no external download or package installation declared.
Credentials
The skill requests no environment variables or credentials, yet SKILL.md expects sending messages to Feishu. Sending to Feishu typically requires tokens/keys; absence of declared credentials is disproportionate unless the agent's 'message' tool provides delivery without additional config. The skill also doesn’t declare or document where web-search results come from or whether API keys are needed for the search tool.
Persistence & Privilege
always is false and there's no evidence the skill requests elevated or permanent presence. The skill does state it runs on scheduled triggers, but the manifest doesn't force inclusion or ask to modify other skills/configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-inspiration
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-inspiration 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of daily-inspiration skill. - Delivers twice-daily Feishu messages with curated content from masters such as Ni Haixia and Nan Huai-Chin. - Covers themes including I Ching, Chinese medicine, Daoist philosophy, and Buddhist & meditative practice. - Prioritizes topics with configurable probabilities: cosmology, medicine, Daoist thought, and Buddhism. - Runs automatically at scheduled times—no user action required. - Messaging tailored for morning (spiritual focus) and evening (practical health focus).
元数据
Slug daily-inspiration
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Daily Inspiration 是什么?

每天定时推送倪海厦、南怀瑾等国学大师的相关内容,通过飞书发送给用户。内容包括佛学解脱、气功、周易、中医等主题。用于:用户请求每天获取精神修行相关资讯。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。

如何安装 Daily Inspiration?

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

Daily Inspiration 是免费的吗?

是的,Daily Inspiration 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Daily Inspiration 支持哪些平台?

Daily Inspiration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Daily Inspiration?

由 Gabriel-ZZ(@gabriel-zz)开发并维护,当前版本 v1.0.0。

💬 留言讨论