返回顶部
c

clawhub-dev-calendar

Generate professional calendars, timelines, schedules, and project planners for ClawHub/OpenClaw skill development services. Use when: (1) creating dev project timelines/milestones, (2) quarterly/monthly dev schedules, (3) client delivery calendars, (4) ICS exports for Google/Outlook, (5) PDF/HTML calendar visuals. Auto-incorporates Saskatchewan statutory holidays, America/Regina TZ, standard dev rates ($150/hr dev, $500 skill init), ClawHub milestones (init/develop/test/publish).

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
84
下载量
0
收藏
概述
安装方式
版本历史

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:** 1. Copy assets/project_template.json → project.json, edit 2. `exec "python3 scripts/generate_ics.py project.json dev.ics" pty=true` 3. `message media="dev.ics" caption="Dev calendar attached"` ## Workflow: Full Project Calendar 1. **Input**: Write project.json with name, start (ISO), milestones array [{name,hours}] 2. **Holidays**: Script flags holidays from sask_holidays.json 3. **Generate ICS**: scripts/generate_ics.py → .ics 4. **HTML Timeline**: Modify assets/calendar_template.html or use exec python html gen 5. **Visual**: `canvas present url="data:text/html;base64,`base64 html`"` or browser/pdf 6. **Share**: message file or write to workspace/memory/ Example project.json: ```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 time - `sask_holidays.json`: YYYY list of stat holiday dates (2026-2027) ### assets/ - `project_template.json`: Copy & customize input example Load references/ as needed for planning.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 clawhub-dev-calendar-1775942358 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 clawhub-dev-calendar-1775942358 技能

通过命令行安装

skillhub install clawhub-dev-calendar-1775942358

下载 Zip 包

⬇ 下载 clawhub-dev-calendar v0.1.0

文件大小: 4.37 KB | 发布时间: 2026-4-12 09:26

v0.1.0 最新 2026-4-12 09:26
Initial release of ClawHub Dev Calendar skill:

- Generate professional calendars, timelines, and project planners for ClawHub skill development.
- Supports multiple formats: ICS (for calendar apps), PDF/HTML/PNG, and text/Markdown.
- Auto-includes Saskatchewan statutory holidays, America/Regina timezone, and standard dev rates.
- Built-in ClawHub project milestone templates (init, develop, test, publish phases).
- Includes scripts and templates for quick project calendar and deliverable creation.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部