work-schedule

Automate recording work items into a WeCom smart sheet via webhook.

27|3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/ZhuoZhuoCrayon/ai-workspace --skill work-schedule
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-schedule
Source: https://github.com/ZhuoZhuoCrayon/ai-workspace/tree/main/.agents/skills/work-schedule
Command: npx skills add https://github.com/ZhuoZhuoCrayon/ai-workspace --skill work-schedule

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) components.

What problem does it solve?

需求排期录入工具——将工作事项同步到企业微信智能表格。当用户提到"加入排期"、"录入排期"、"更新排期表"、"需求排期"、"把 xxx 加到排期"等意图时触发。也适用于用户提供新周期 schema/key 要求配置新文档的场景。

Core Features & Use Cases

  • 将工作项同步到企业微信智能表格的排期表,支持按月维度组织。
  • 通过配置 schema 映射字段与月份列,自动生成月份标签与进度状态,降低重复工作。
  • Use case: 当团队需要为新周期创建排期,Skill 将自动建立文档结构并填充初始字段。

Quick Start

Tell the system to add a new schedule and confirm the generated payload to write it to the WeCom smart sheet.

Frequently Asked Questions about work-schedule

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate work item scheduling into a WeCom smart sheet?

Automating work item scheduling into a WeCom smart sheet requires configuring a webhook and field-to-column schema mapping. This Skill generates payloads from natural language inputs, enforces required fields, and confirms before writing to the sheet.

Can I map custom fields and month columns when syncing schedules to WeCom?

You can map custom fields and month columns when syncing schedules by defining the schema in a schedules.yaml configuration file. This allows automatic generation of month labels and progress statuses based on your specific team requirements.

How does natural language payload generation work for WeCom schedule entries?

Natural language payload generation for WeCom schedule entries triggers on phrases like add to schedule or update schedule, parsing conversational input into structured data that validates required fields and handles month start offsets before writing via webhook.

Do I need to manually configure month start logic for team schedule automation?

You do not need to manually configure month start logic for every entry; the Skill handles months_start validation for values of 1 or 7 automatically. You simply set the desired offset in your configuration.

What happens if required fields are missing during workflow validation for WeCom sync?

If required fields are missing during workflow validation, the Skill enforces input checks and blocks the sync to prevent incomplete data entry. It validates all inputs before generating the payload and confirming the write operation.

Can I customize the schedule schema for new monthly cycles in WeCom smart sheets?

You can customize the schedule schema for new monthly cycles in WeCom smart sheets by updating the schedules.yaml configuration file. The Skill automatically builds the document structure and populates initial fields for the new period.