one-calendar
每日单向历图片发送工具。自动获取当天日期,构造图片 URL,并通过飞书发送单向历图片。支持配置向导和定时任务。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chempeng/one-calendarWhat This Skill Does
One Calendar is an OpenClaw AI agent skill designed to provide a personalized daily ritual by delivering the 'One Way Calendar' (单向历) image directly to your Feishu messenger. This skill automates the process of fetching the official daily calendar image based on the current date and delivering it through a pre-configured integration. It is designed to bring a touch of reflection and inspiration to your daily routine without manual intervention, serving as a reliable companion for tracking dates.
Installation
To install and configure this skill, follow these steps:
- Execute the installation command:
clawhub install openclaw/skills/skills/chempeng/one-calendar. - Navigate to the installation directory:
cd ~/.openclaw/workspace/skills/one-calendar. - Initialize the configuration by running:
node scripts/setup.js. This script provides an interactive wizard to capture your Feishu user ID, which is essential for message routing. - Ensure you have the necessary environment permissions to execute node scripts within your OpenClaw workspace.
Use Cases
- Daily Inspiration: Start your morning by receiving a meaningful quote or thought paired with the daily calendar image.
- Automated Reminders: Perfect for users who enjoy physical calendar aesthetics but prefer digital delivery in their team messaging platform.
- Consistency Building: By setting up the cron job, you ensure you never miss a day of content, maintaining a consistent rhythm in your personal organization system.
Example Prompts
- "单向历"
- "今日单向历"
- "发单向历"
Tips & Limitations
- Configuration: Always ensure your Feishu user ID starts with
ou_. If you are unsure of your ID, utilizeopenclaw logs --followand interact with your bot to extract it from the incoming message logs. - Connectivity: The skill relies on external image sources from
img.owspace.com. Ensure your network allows outbound requests to this domain. - Maintenance: Periodically check your
config.jsonif your environment paths change. The automation relies on a strict path structure for cron tasks; ensure your absolute paths fornodeand the script location are accurate to prevent task failure. Note that this is a unidirectional push service; it does not support replying to messages to interact further with the calendar.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chempeng-one-calendar": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api, code-execution