← 返回 Skills 市场
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eleven-daily-shortdrama-report
功能描述
每日短剧工作总结技能。用于生成精简的短剧/AI漫剧团队每日工作报告,包含工作量统计、对话次数/Token使用量、内容生产进度。触发词:日报、工作日报、每日总结、每日报告。
使用说明 (SKILL.md)
每日短剧工作日报
数据获取(每次生成前必读)
Step 1:获取Token使用量
使用 session_status 工具读取当前会话的 Token 消耗量。
Step 2:读取今日内容产出记录
从 memory/YYYY-MM-DD.md(今日和昨日)读取当日内容产出数据:
- 剧本完成数、分镜完成数、视频生成数
- 平台发布动态
- 小组协作事件
Step 3:读取目标对比
读取 memory/targets.md(若存在)获取本周/本月目标,对比实际完成情况。
报告模板(精简版)
# 每日短剧日报
📅 {日期} | {小组名称}
━━━━━━━━━━━━━━━━━
📊 核心数据
━━━━━━━━━━━━━━━━━
对话次数:{N} 次
Token消耗:{输入Token} + {输出Token} = {总计}
剧本产出:{完成数} 集
分镜产出:{完成数} 个
视频素材:{生成数} 条
━━━━━━━━━━━━━━━━━
🎬 内容进度
━━━━━━━━━━━━━━━━━
剧集A:第{N}集 分镜完成 → 素材生成中
剧集B:第{N}集 审核通过 → 待发布
剧集C:剧本撰写 {X/Y} 集
━━━━━━━━━━━━━━━━━
🔥 今日完成
━━━━━━━━━━━━━━━━━
✅ {具体完成事项}
━━━━━━━━━━━━━━━━━
⚠️ 明日待办 / 风险
━━━━━━━━━━━━━━━━━
• {待办1}
• {风险提示(如有)}
━━━━━━━━━━━━━━━━━
💡 AI助手今日表现
━━━━━━━━━━━━━━━━━
• 协助完成:{描述}
• 使用技能:{调用的技能列表}
注意事项
- Token统计以 session_status 返回的数值为准,标注输入/输出分开
- 若某项数据无法获取,标注"—"而非留空
- 进度用百分比或 X/Y 表示,直观展示阶段
- Token消耗异常高时,在"风险"部分提示
- 内容涉及三个小组时,分别用 A/B/C 标注对应小组
触发词
"日报"、"今日总结"、"每日报告"、"工作日报"
安全使用建议
This skill appears to do what it says (assemble a daily report), but it expects to read session token usage and read memory files (memory/YYYY-MM-DD.md and memory/targets.md) even though those accesses are not declared in the skill metadata. Before installing:
- Confirm whether your agent/platform exposes a session_status tool and a memory/ directory; this skill will try to read them.
- Inspect the contents of your memory files (or use test/dummy data) because the skill will read potentially sensitive team or personal data.
- Ask the skill author (or documentation) to explicitly declare required config paths/tools and to describe data-handling rules (what is read, retention, redaction).
- If you cannot confirm or restrict access to memory, avoid installing or run the skill in a limited/test environment first.
- Because the skill is instruction-only (no install), the code risk is low, but the privacy risk from reading agent memory/session state is real—treat it like granting read access to your agent's memory and session logs.
功能分析
Type: OpenClaw Skill
Name: eleven-daily-shortdrama-report
Version: 1.0.0
The skill is a standard reporting tool designed to aggregate token usage and project progress from local memory files. It uses the session_status tool and reads from the memory/ directory to generate a formatted daily report, with no evidence of malicious intent, data exfiltration, or unauthorized command execution in SKILL.md.
能力评估
Purpose & Capability
The name/description (generate a daily short‑drama team report including counts, token usage, progress) aligns with the instructions to collect token usage, daily production records, and target comparisons. Reading memory files and session token counts is coherent for this purpose.
Instruction Scope
The SKILL.md explicitly instructs the agent to call a session_status tool and to read memory/YYYY-MM-DD.md (today and yesterday) and memory/targets.md. These are concrete accesses to session metadata and user memory. However, the skill does not declare these as required config paths/tools or describe limits on what to read or how to sanitize sensitive content (e.g., personal data that may be in memory). It also asks to report 'called skills' which likely requires reading activity logs; the source/permissions for that are not explained.
Install Mechanism
Instruction-only skill with no install spec or code files. This minimizes code-install risk (nothing is downloaded or written by the skill itself).
Credentials
Metadata declares no required env vars or config paths, yet runtime instructions rely on session_status and memory files. That is a mismatch: the skill will access user/session data that is not declared. While no external credentials are requested, the skill still reads potentially sensitive internal data (session token counts and user memory).
Persistence & Privilege
always:false and no special persistence or system modifications. Autonomous invocation is allowed (default) but not combined with elevated privileges. No indication the skill modifies other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install eleven-daily-shortdrama-report - 安装完成后,直接呼叫该 Skill 的名称或使用
/eleven-daily-shortdrama-report触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of daily-shortdrama-report skill.
- Generates concise daily work reports for short drama/AI comic teams.
- Includes statistics on workload, dialogue count, Token usage, and content production progress.
- Provides a streamlined template for reporting scripts, storyboards, video generation, and team events.
- Supports comparison against weekly/monthly targets if available.
- Highlights AI assistant’s contributions and flags risks or high Token usage when detected.
元数据
常见问题
Daily Shortdrama Report 是什么?
每日短剧工作总结技能。用于生成精简的短剧/AI漫剧团队每日工作报告,包含工作量统计、对话次数/Token使用量、内容生产进度。触发词:日报、工作日报、每日总结、每日报告。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。
如何安装 Daily Shortdrama Report?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install eleven-daily-shortdrama-report」即可一键安装,无需额外配置。
Daily Shortdrama Report 是免费的吗?
是的,Daily Shortdrama Report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Daily Shortdrama Report 支持哪些平台?
Daily Shortdrama Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Shortdrama Report?
由 EVspace(@elevenzhou)开发并维护,当前版本 v1.0.0。
推荐 Skills