519989179/daily-dd-skills/SKILL.md
钉钉日报自动提交工具 - 定时自动提交工作日报到钉钉日志系统。适用于每日工作汇报自动化、定时提交日报、钉钉日志集成等场景。支持Python导入和命令行两种方式使用,可自定义接收人列表和定时任务。
npx skillsauth add openclaw/skills daily-dd-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
钉钉日报自动提交 Skill
today_work.txtfrom skills.daily_dd_skills.submit_log import submit_daily_report
# 立即提交日报
submit_daily_report(
today_work="""1. 完成XX功能开发
2. 修复XXbug
3. 参加XX会议"""
)
# 方式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 定时任务:
编辑 config.json:
{
"dingtalk": {
"app_key": "your-app-key",
"app_secret": "your-app-secret",
"user_id": "your-user-id",
"template_id": "your-template-id"
}
}
{
"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自动提交 → 钉钉日志系统
↓
接收人收到日报 → 可查看详情
tar -xzf daily-dd-skills.tar.gz -C /目标AI/workspace/skills/
mv daily-dd-skills/ /目标AI/workspace/skills/
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。