← 返回 Skills 市场
144
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install team-quality-daily-report
功能描述
Generate team quality daily report automatically
安全使用建议
This skill appears to do what it says: automate a browser to capture a dashboard API payload, fetch data, and generate local JSON/Markdown reports. Before installing or running it, consider the following: 1) It connects to your Chrome and reuses login session/cookies — only run it if you trust the code and the target dashboard; the skill will be able to access anything your logged-in browser can. 2) The package depends on an external helper package (@bondli-skills/shared) which is not included in this review; audit that dependency (or inspect its source) because it implements the connectBrowser helper and may perform additional actions. 3) You must install Node dependencies (pnpm/npm) and possibly allow puppeteer to download Chromium or connect to an existing browser. 4) The skill saves files to ~/openclaw-skill-data/team-quality-daily-report/ — verify that config.json points to the intended internal/external API and does not contain secrets. 5) Avoid running it unattended (cron) while a privileged or unrelated browser session is active unless you trust all code and dependencies. If you want higher confidence, request the source for @bondli-skills/shared and verify there is no unexpected network exfiltration or credential usage.
功能分析
Type: OpenClaw Skill
Name: team-quality-daily-report
Version: 1.0.0
The skill is a legitimate automation tool designed to generate team quality reports by scraping data from a dashboard (specifically targeting a Kuaishou internal domain as seen in config.example.json). It uses Puppeteer in dist/utils/api.js to intercept XHR requests and replay them with updated date filters to fetch metrics, which are then saved locally and formatted into a Markdown report. The behavior is transparently described in SKILL.md and README.md, and no evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name/description (team quality daily report) lines up with the code and SKILL.md: the skill launches/attaches to a browser, captures an XHR payload for the configured dashboard API, modifies time filters, fetches data, parses it, saves JSON and produces a Markdown report. Declared dependencies (puppeteer / puppeteer-core and a browser helper) are consistent with this purpose.
Instruction Scope
The SKILL.md instructions closely match the implementation (run node dist/index.js). The runtime will open or connect to an existing Chrome instance, capture network requests for the configured dataAPI, perform a POST from the page context, and save files under ~/openclaw-skill-data/team-quality-daily-report/. This is within the stated scope. Important behavioral details are worth highlighting: it intentionally reuses browser login state (requires you to be logged into the dashboard), listens to XHR requests to capture payloads, and runs a fetch inside the page context (so requests are made with the browser's context).
Install Mechanism
There is no install spec in the registry entry (instruction-only), but the package includes a package.json with puppeteer and puppeteer-core. That means the skill expects Node and its dependencies to be installed (puppeteer may download Chromium or rely on an existing browser). The absence of an install spec is not malicious but increases friction and means you must run dependency installation manually (pnpm/npm).
Credentials
The skill does not request environment variables or external credentials. However, it intentionally connects to your local browser and reuses its session cookies/SSO to access the dashboard API — this grants the skill access to any data the logged-in browser can reach. It also writes files to your home directory under ~/openclaw-skill-data/team-quality-daily-report/. Those capabilities are proportional to the task but are sensitive and worth considering before running.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It writes output files to a per-skill directory in the user's home and closes the browser. It does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install team-quality-daily-report - 安装完成后,直接呼叫该 Skill 的名称或使用
/team-quality-daily-report触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: Automatically generates a team quality daily report by fetching and comparing quality metrics.
- Opens and interacts with a configurable dashboard and API to retrieve data.
- Supports generation of daily markdown and JSON reports saved by date.
- Parses and compares today’s metrics with yesterday’s results for trend analysis.
- Configuration options include dashboard URL, API, and metric mappings via config.json.
元数据
常见问题
team-quality-daily-report 是什么?
Generate team quality daily report automatically. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。
如何安装 team-quality-daily-report?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install team-quality-daily-report」即可一键安装,无需额外配置。
team-quality-daily-report 是免费的吗?
是的,team-quality-daily-report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
team-quality-daily-report 支持哪些平台?
team-quality-daily-report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 team-quality-daily-report?
由 bondli(@bondli)开发并维护,当前版本 v1.0.0。
推荐 Skills