/install clawhub-dev-calendar
ClawHub Dev Calendar
Overview
Produce tailored calendars for ClawHub skill dev workflows. Formats: ICS (calendar apps), PDF/HTML/PNG (via canvas/browser), markdown/text.
Key integrations:
- ClawHub dev milestones (references/dev_milestones.md)
- SK statutory holidays (references/sask_holidays.json)
- Multi-project support
- TZ: America/Regina (manual offset in scripts)
Quick Start
Text monthly calendar:
exec command="cal -3 2026-04"
Project ICS:
- Copy assets/project_template.json → project.json, edit
exec "python3 scripts/generate_ics.py project.json dev.ics" pty=truemessage media="dev.ics" caption="Dev calendar attached"
Workflow: Full Project Calendar
- Input: Write project.json with name, start (ISO), milestones array [{name,hours}]
- Holidays: Script flags holidays from sask_holidays.json
- Generate ICS: scripts/generate_ics.py → .ics
- HTML Timeline: Modify assets/calendar_template.html or use exec python html gen
- Visual:
canvas present url="data:text/html;base64,base64 html"or browser/pdf - Share: message file or write to workspace/memory/
Example project.json:
{
"name": "clawhub-dev-calendar",
"start": "2026-04-01T09:00:00-06:00",
"milestones": [
{"name": "Init", "hours": 2},
{"name": "Research/Plan", "hours": 4},
{"name": "Develop", "hours": 6},
{"name": "SKILL.md", "hours": 4},
{"name": "Test", "hours": 3},
{"name": "Publish", "hours": 1}
]
}
Resources
scripts/
generate_ics.py: Generates ICS with milestones as events. Usage:python3 generate_ics.py project.json [output.ics]Handles TZ offset, holiday checks (all-day events).
references/
dev_milestones.md: Standard phases, hours, cumulative timesask_holidays.json: YYYY list of stat holiday dates (2026-2027)
assets/
project_template.json: Copy & customize input example
Load references/ as needed for planning.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawhub-dev-calendar - After installation, invoke the skill by name or use
/clawhub-dev-calendar - Provide required inputs per the skill's parameter spec and get structured output
What is Clawhub Dev Calendar?
Create detailed ClawHub skill development calendars with milestones, Saskatchewan holidays, America/Regina timezone, and export to ICS, PDF, HTML, or visuals. It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.
How do I install Clawhub Dev Calendar?
Run "/install clawhub-dev-calendar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clawhub Dev Calendar free?
Yes, Clawhub Dev Calendar is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Clawhub Dev Calendar support?
Clawhub Dev Calendar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clawhub Dev Calendar?
It is built and maintained by skunnyo (@skunnyo); the current version is v0.1.0.