← 返回
未分类 中文

Clawhub Dev Calendar

Create detailed ClawHub skill development calendars with milestones, Saskatchewan holidays, America/Regina timezone, and export to ICS, PDF, HTML, or visuals.
创建包含里程碑、萨斯喀彻温省节假日、美国/里贾纳时区的详细 ClawHub 技能开发日历,支持导出为 ICS、PDF、HTML 或可视化文件。
skunnyo skunnyo 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 397
下载
💾 1
安装
1
版本
#latest

概述

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:

{
  "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.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-03 10:02 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Niche Email Generator

skunnyo
为细分受众提供精准、研究驱动的邮件文案,采用成熟框架,适用于外展、新闻通讯、推销或促销。
★ 0 📥 401

Crypto Paper Analyzer

skunnyo
研究、分析并总结加密货币白皮书与研究论文。通过 web_search 查找论文,使用 web_fetch抓取/提取内容,并应用结构化...
★ 0 📥 415
life-service

Receipt OCR Tracker

skunnyo
在 Pixel 上使用 Termux 拍摄收据 → 调用 Tesseract OCR → 解析为 CSV 支出报告(日期/项目/金额/总税)。触发词包括“scan receipt Pixel”、“OCR expense CSV”等。
★ 0 📥 480