← Back to Skills Marketplace
bondli

team-quality-daily-report

by bondli · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
144
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install team-quality-daily-report
Description
Generate team quality daily report automatically
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install team-quality-daily-report
  3. After installation, invoke the skill by name or use /team-quality-daily-report
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug team-quality-daily-report
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is team-quality-daily-report?

Generate team quality daily report automatically. It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.

How do I install team-quality-daily-report?

Run "/install team-quality-daily-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is team-quality-daily-report free?

Yes, team-quality-daily-report is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does team-quality-daily-report support?

team-quality-daily-report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created team-quality-daily-report?

It is built and maintained by bondli (@bondli); the current version is v1.0.0.

💬 Comments