← 返回 Skills 市场
Weekly Report Flow
作者
yaojiangfeng
· GitHub ↗
· v0.1.0
· MIT-0
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weekly-report-flow
功能描述
Generate and submit weekly reports from Aliyun DevOps workitems via EMOP API. Use when asked to run the weekly report flow, backfill missing weeks, or explai...
安全使用建议
This skill appears to do what it claims (pull Aliyun DevOps items and post summaries to an EMOP endpoint), but there are several inconsistencies you should resolve before installing or running it:
- Metadata mismatch: SKILL.md requires DEVOPS_TOKEN and EMOP token but the registry metadata lists no required env vars. Ask the publisher to declare required env vars in metadata and confirm exact variable names (DEVOPS_TOKEN vs EMOP_TOKEN).
- Browser-session instruction: The guidance to 'use browser session if direct API returns 403' is vague. Clarify how the skill will access the browser session (will it ask you to paste cookies/CSRF tokens, or try to read browser profile data?). Accessing browser cookies or profiles can expose other credentials — do not allow that without understanding the mechanism.
- Local paths referenced: references/cli.md points to scripts and output files under C:\Users\Administrator\.openclaw\workspace. Ask whether the skill will execute those local scripts or expects you to run them. If the skill will execute local files, request the exact code and a security review. If not, the references should be removed.
- Test in dry-run: Before giving production tokens, test with a limited-scope/dev token and a sandbox EMOP endpoint (or a mock) to confirm behavior and output format (HTML <ol><li>…</li></ol>), and verify no unexpected local or browser access occurs.
- Validate endpoints and token scope: Confirm the EMOP endpoint (https://emop.oureman.com/api/weekly/report) is correct and that the tokens you supply are scoped to only allow the necessary operations (posting weekly reports) and can be revoked.
If the publisher can (1) fix metadata to list required env vars and names, (2) remove or clearly document any steps that require reading browser cookies or executing local scripts, and (3) provide the local scripts for review (or confirm they are optional), my confidence in this skill would increase.
能力评估
Purpose & Capability
The skill's functionality (Aliyun DevOps -> summary -> EMOP submission) aligns with the endpoints and tokens described in SKILL.md and references/urls.md. However, the registry metadata lists no required environment variables or primary credential while SKILL.md explicitly requires DEVOPS_TOKEN and EMOP token — a clear metadata mismatch that reduces transparency.
Instruction Scope
Runtime instructions tell the agent to use a 'browser session' if API returns 403 and to iterate pages/filter client-side, and they reference local script entrypoints and an output path under C:\Users\Administrator\.openclaw\workspace. Those instructions could lead the agent to rely on browser cookies or local files not declared in the metadata; SKILL.md also says 'never write to disk' for tokens yet references an output markdown file, a contradictory scope.
Install Mechanism
No install spec and no code files are included (instruction-only). This minimizes disk-write/install risk. However, references to local scripts suggest the workflow expects local tooling that is not packaged with the skill.
Credentials
Requesting a DevOps API token and an EMOP token is proportionate to the described task. But those environment requirements are not declared in the skill metadata. Additionally, variable naming is inconsistent (SKILL.md mentions both 'EMOP token' and 'EMOP_TOKEN') and instructions imply possible access to browser/local state beyond the tokens, which is not justified or declared.
Persistence & Privilege
The skill is not always-enabled and does not request permanent presence. It does reference local workspace files but does not attempt to modify other skills or system-wide settings according to the provided files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weekly-report-flow - 安装完成后,直接呼叫该 Skill 的名称或使用
/weekly-report-flow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Add configurable assignee name
元数据
常见问题
Weekly Report Flow 是什么?
Generate and submit weekly reports from Aliyun DevOps workitems via EMOP API. Use when asked to run the weekly report flow, backfill missing weeks, or explai... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 Weekly Report Flow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weekly-report-flow」即可一键安装,无需额外配置。
Weekly Report Flow 是免费的吗?
是的,Weekly Report Flow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weekly Report Flow 支持哪些平台?
Weekly Report Flow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weekly Report Flow?
由 yaojiangfeng(@yaojiangfeng)开发并维护,当前版本 v0.1.0。
推荐 Skills