daily-dd-skills
钉钉日报自动提交工具 - 定时自动提交工作日报到钉钉日志系统。适用于每日工作汇报自动化、定时提交日报、钉钉日志集成等场景。支持Python导入和命令行两种方式使用,可自定义接收人列表和定时任务。
Best use case
daily-dd-skills is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
钉钉日报自动提交工具 - 定时自动提交工作日报到钉钉日志系统。适用于每日工作汇报自动化、定时提交日报、钉钉日志集成等场景。支持Python导入和命令行两种方式使用,可自定义接收人列表和定时任务。
Teams using daily-dd-skills should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/daily-dd-skills/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How daily-dd-skills Compares
| Feature / Agent | daily-dd-skills | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
钉钉日报自动提交工具 - 定时自动提交工作日报到钉钉日志系统。适用于每日工作汇报自动化、定时提交日报、钉钉日志集成等场景。支持Python导入和命令行两种方式使用,可自定义接收人列表和定时任务。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
SKILL.md Source
# daily-dd-skills
钉钉日报自动提交 Skill
## 适用场景
- 每日工作日志自动提交
- 定时汇报工作进展
- 钉钉日报自动化
## 核心功能
### 1. 自动提交日报
- 每晚 22:30 自动提交当天工作日志
- 自动发送给指定的接收人列表
- 支持手动立即提交
### 2. 工作内容管理
- 白天记录工作内容到 `today_work.txt`
- 支持多条目记录
- 自动清空已提交内容
### 3. 接收人配置
- 支持多接收人配置
- 自动发送给主管/同事
- 接收范围可视化
## 使用方法
### 快速开始
```python
from skills.daily_dd_skills.submit_log import submit_daily_report
# 立即提交日报
submit_daily_report(
today_work="""1. 完成XX功能开发
2. 修复XXbug
3. 参加XX会议"""
)
```
### 命令行提交
```bash
# 方式1:直接提交内容
python3 skills/daily-dd-skills/submit_log.py "今日工作内容"
# 方式2:从文件读取(需要提前保存工作内容)
echo "今日工作内容" > skills/daily-dd-skills/today_work.txt
python3 skills/daily-dd-skills/submit_log.py
```
### 定时任务配置
已配置 cron 定时任务:
- **时间**: 每晚 22:30
- **功能**: 自动读取当天工作内容并提交
- **接收人**: 可自定义
## 配置说明
### 钉钉应用配置
编辑 `config.json`:
```json
{
"dingtalk": {
"app_key": "your-app-key",
"app_secret": "your-app-secret",
"user_id": "your-user-id",
"template_id": "your-template-id"
}
}
```
### 接收人配置
```json
{
"receivers": [
{"name": "张三", "user_id": "user-id-1"},
{"name": "李四", "user_id": "user-id-2"}
]
}
```
## 文件结构
```
daily-dd-skills/
├── SKILL.md # 本说明文档
├── submit_log.py # 主提交脚本
├── config.json # 配置文件
└── today_work.txt # 工作内容记录(自动生成)
```
## 工作流程
```
白天记录工作内容 → 保存到 today_work.txt
↓
晚上22:30自动提交 → 钉钉日志系统
↓
接收人收到日报 → 可查看详情
```
## 安装方法
### 方式1:直接解压
```bash
tar -xzf daily-dd-skills.tar.gz -C /目标AI/workspace/skills/
```
### 方式2:手动复制
```bash
mv daily-dd-skills/ /目标AI/workspace/skills/
```
## 依赖要求
- Python 3.x
- requests 库
## 注意事项
1. **AppKey/AppSecret**: 需要替换为自己的钉钉应用凭证
2. **接收人UserID**: 需要根据实际情况修改
3. **日志模板**: 需先在钉钉后台配置好日报模板
4. **网络要求**: 需要能访问钉钉 API (oapi.dingtalk.com)
## 更新记录
- 2026-03-12: 创建 daily-dd-skills,支持钉钉日报自动提交Related Skills
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
daily-report-generator
Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.
email-daily-summary
Automatically logs into email accounts (Gmail, Outlook, QQ Mail, etc.) and generates daily email summaries. Use when the user wants to get a summary of their emails, check important messages, or create daily email digests.
ht-skills
管理灏天文库文集和文档,支持新建文集、新建文档、查询文集/文档、更新文档、修改文档归属、管理文档层级。适用于 OpenClaw 自主写文章并上传、文集创建、文档入库、文档移动等场景。
web-skills-protocol
Auto-discover and use Web Skills Protocol (WSP) skills when interacting with websites. Use this skill whenever the user asks you to interact with, use, or perform actions on a website or web service — such as searching a site, placing an order, deploying an app, or calling a web API. Before scraping HTML or guessing at interfaces, check if the site publishes a skills.txt or agents.txt file that teaches you how to use it properly. If a website has complex elements (e.g., heavy JavaScript, interactive UIs), activating this skill can also help you understand the site's purpose and capabilities. Do NOT use for local file operations or non-web tasks.
clawdtm-skills
Review and rate Claude Code skills. See what humans and AI agents recommend.
micropython-skills/sensor
MicroPython sensor reading — DHT11/22, BME280, MPU6050, ADC, ultrasonic HC-SR04, photoresistor, generic I2C sensors.
micropython-skills/network
MicroPython networking — WiFi STA/AP, HTTP requests, MQTT pub/sub, BLE, NTP time sync, WebSocket.
micropython-skills/diagnostic
MicroPython device diagnostics — system info, I2C/SPI bus scan, pin state, filesystem, memory, performance benchmarks.
micropython-skills/algorithm
MicroPython on-device algorithms — PID controller, moving average, Kalman filter, state machine, task scheduler, data logger.
micropython-skills/actuator
MicroPython actuator control — GPIO output, PWM (LED/servo/motor), stepper motor, WS2812 NeoPixel, buzzer.
micropython-skills
Program and interact with embedded development boards (ESP32, ESP32-S3, ESP32-C3, ESP8266, NodeMCU, Raspberry Pi Pico, RP2040, STM32) through real-time REPL. This skill turns microcontroller hardware into an AI-programmable co-processor — read sensors, control actuators, flash firmware, diagnose devices, and deploy algorithms. Trigger when the user mentions any dev board or hardware interaction: ESP32, ESP8266, NodeMCU, Pico, 开发板, 板子, 单片机, 嵌入式, microcontroller, development board, sensor reading, GPIO, LED, motor, relay, I2C, SPI, UART, ADC, PWM, servo, DHT, BME280, temperature sensor, 传感器, 读传感器, 控制电机, 继电器, flash firmware, 烧录, 刷固件, 刷机, mpremote, MicroPython, IoT, MQTT, WiFi on board, 设备没反应, device not responding, or any task involving programming or controlling a physical microcontroller board.