← Back to Skills Marketplace
Daily Inspiration
by
Gabriel-ZZ
· GitHub ↗
· v1.0.0
· MIT-0
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install daily-inspiration
Description
每天定时推送倪海厦、南怀瑾等国学大师的相关内容,通过飞书发送给用户。内容包括佛学解脱、气功、周易、中医等主题。用于:用户请求每天获取精神修行相关资讯。
README (SKILL.md)
每日灵修推送
触发方式
此技能在定时任务触发时自动运行,无需用户主动请求。
内容优先级
- 倪海厦天纪 - 易经、风水、命理、阴阳五行(30%)
- 倪海厦人纪 - 中医经典、针灸、伤寒论(25%)
- 老庄哲学 - 道德经、庄子、逍遥自在(25%)
- 佛学/禅定 - 南怀瑾、禅定修行(20%)
执行流程
- 选择主题:随机从四个范畴中选择(天纪30%,人纪25%,老庄25%,佛学20%)
- 搜索内容:使用 batch_web_search 搜索相关主题的最新或经典内容
- 整理内容:提取有价值的信息片段
- 发送飞书:使用 message 工具发送到用户
内容来源
- 倪海厦天纪:易经、阴阳五行、风水、命理、紫微斗数
- 倪海厦人纪:针灸、黄帝内经、神农本草经、伤寒论、金匮要略
- 老庄哲学:道德经、庄子、列子、杨朱
- 佛学:南怀瑾著作、禅宗公案
输出格式
每日两条推送:
早间(6:00-8:00):偏重修行、心性类 晚间(18:00-20:00):偏重养生、实用类
消息格式:
📖 每日灵修
[标题]
[内容摘要/经典语录/实用知识]
来源:xxx
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install daily-inspiration - After installation, invoke the skill by name or use
/daily-inspiration - Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Frequently Asked Questions
What is Daily Inspiration?
每天定时推送倪海厦、南怀瑾等国学大师的相关内容,通过飞书发送给用户。内容包括佛学解脱、气功、周易、中医等主题。用于:用户请求每天获取精神修行相关资讯。 It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install Daily Inspiration?
Run "/install daily-inspiration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Daily Inspiration free?
Yes, Daily Inspiration is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Daily Inspiration support?
Daily Inspiration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Daily Inspiration?
It is built and maintained by Gabriel-ZZ (@gabriel-zz); the current version is v1.0.0.
More Skills