A specialized automation tool for sending daily One Calendar (OWSPACE) inspiration images to Feishu users.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install one-calendar
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install one-calendar using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
One Calendar is a developer-centric integration designed to bring daily wisdom and aesthetic inspiration to your workspace via Feishu. By utilizing this entry from the Openclaw Skills collection, users can automate the retrieval of daily calendar images and deliver them directly to specified user IDs. It bridges the gap between official calendar assets and team communication platforms through simple Node.js scripts.
This skill serves as an excellent example of how Openclaw Skills can be leveraged to create personalized automated workflows. It handles date-based URL construction and secure message delivery, making it a perfect addition for those looking to enhance their daily digital rituals with minimal manual effort.
First, navigate to the skill directory and run the configuration wizard to input your Feishu User ID:
cd ~/.openclaw/workspace/skills/one-calendar
node scripts/setup.js
To test the delivery manually, use the send script:
node scripts/send.js
To automate the process using Openclaw Skills scheduling, add a cron job for 8:00 AM daily:
openclaw cron add \
--name "Daily One Calendar" \
--at "0 8 * * *" \
--session isolated \
--message "node ~/.openclaw/workspace/skills/one-calendar/scripts/send.js" \
--workdir ~/.openclaw/workspace
The skill organizes its configuration and logic within a localized directory structure:
| Component | Purpose |
|---|---|
config.json |
Generated configuration containing Feishu userId and baseUrl. |
scripts/send.js |
The core execution logic for fetching and sending the calendar image. |
scripts/setup.js |
Interactive CLI wizard for initial user configuration. |
config.example.json |
Template for manual configuration and reference. |
Loading
A sophisticated AI agent for predictive pharmacology, providing comprehensive ADME/PK profiling and drug-likeness assessment from chemical SMILES strings.

An advanced literature mining agent for drug discovery that integrates PubMed and Semantic Scholar to deliver structured biomedical insights.

A specialized AI agent for predictive pharmacology profiling, drug-likeness scoring, and ADME assessment of drug candidates.

A comprehensive chemistry toolkit for PubChem data retrieval and RDKit molecular analysis designed for AI agents.

An AI-driven dating assistant that manages matches and conversations on Flirting Bots, handing off only when a genuine spark is detected.

A powerful CLI tool for executing one-shot AI prompts, video content analysis, and automated file-based generation using Google Gemini models.








































