ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

one-calendar

每日单向历图片发送工具。自动获取当天日期,构造图片 URL,并通过飞书发送单向历图片。支持配置向导和定时任务。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chempeng/one-calendar
Or

What 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:

  1. Execute the installation command: clawhub install openclaw/skills/skills/chempeng/one-calendar.
  2. Navigate to the installation directory: cd ~/.openclaw/workspace/skills/one-calendar.
  3. 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.
  4. 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

  1. "单向历"
  2. "今日单向历"
  3. "发单向历"

Tips & Limitations

  • Configuration: Always ensure your Feishu user ID starts with ou_. If you are unsure of your ID, utilize openclaw logs --follow and 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.json if your environment paths change. The automation relies on a strict path structure for cron tasks; ensure your absolute paths for node and 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

Author@chempeng
Stars3875
Views0
Updated2026-04-07
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chempeng-one-calendar": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#calendar#automation#feishu#daily#lifestyle
Safety Score: 4/5

Flags: file-write, file-read, external-api, code-execution