← Back to Skills Marketplace
145
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install team-efficiency-daily-report
Description
Generate team efficiency daily report automatically
Usage Guidance
This skill appears to do what it says (use a browser to capture dashboard XHR and generate local reports), but review before installing: 1) It requires running a browser session and will capture POST payloads and perform fetches using the page's authenticated context — any sensitive tokens or confidential data accessible in that session may be captured. 2) Examine the @bondli-skills/shared dependency (connectBrowser) before use to ensure it doesn't reuse your primary browser profile or exfiltrate data. 3) Edit config.json to point to only the dashboards/APIs you trust (the example includes internal corporate URLs). 4) Consider running it in an isolated account or VM if you are not comfortable giving it access to your main authenticated browser session. 5) Be aware Puppeteer may download Chromium at install time and the skill will write data into ~/openclaw-skill-data/team-efficiency-daily-report/.
Capability Analysis
Type: OpenClaw Skill
Name: team-efficiency-daily-report
Version: 1.0.0
The skill is designed to automate the generation of team efficiency reports by scraping data from internal dashboards (specifically referencing Kuaishou corporate domains). It uses Puppeteer to navigate to configured URLs, intercept XHR API requests to capture payloads, and then replays those requests within the browser context to fetch metrics. The results are saved locally to the user's home directory in JSON and Markdown formats. The code logic in `dist/index.js` and `dist/utils/api.js` is consistent with the stated purpose and does not exhibit signs of data exfiltration, unauthorized access, or malicious intent.
Capability Assessment
Purpose & Capability
The name/description match the implementation: the code uses Puppeteer (browser automation), captures XHR payloads, modifies time ranges, calls the data API, parses results and writes JSON/Markdown reports. The package.json dependencies and the included utils (api/parser/report) are appropriate for this functionality. Example config contains corporate dashboard/dataAPI endpoints which are consistent with intended use.
Instruction Scope
SKILL.md tells the agent to run 'node dist/index.js' and configure config.json; the code will open the provided dashboard URL, listen to page requests to capture POST payloads for the configured dataAPI, then perform fetch() from the page context. This is within scope, but capturePayload will record request bodies (postData) and requestAPI runs fetch in the page context (so requests run with the page's cookies/credentials). That means the skill will operate using whatever authenticated session the browser provides — review this because captured payloads and in-page fetches can include sensitive data.
Install Mechanism
There is no install spec (instruction-only), but the bundle includes code and package.json declaring puppeteer / puppeteer-core and @bondli-skills/shared. Running/installing may pull Chromium (puppeteer) and requires Node runtime. No arbitrary external downloads or obscure URLs appear in the package itself, but the shared dependency isn't included in this bundle so you should vet it separately.
Credentials
The skill declares no required environment variables or credentials and writes files to ~/openclaw-skill-data/team-efficiency-daily-report/. That is proportionate. However, it relies on an authenticated browser session (login) to access protected dashboards and will capture XHR payloads and perform authenticated fetches — effectively it can read whatever data your browser session has access to even though no explicit credentials are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It creates and writes only to its own directory under the user's HOME. There is no elevated/system persistence requested by the package.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install team-efficiency-daily-report - After installation, invoke the skill by name or use
/team-efficiency-daily-report - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Automatically generates daily team efficiency reports.
- Opens the configured dashboard and captures API request payloads
- Adjusts the time range to cover the current month up to today
- Fetches and parses efficiency data from the API
- Saves daily metric data and generates a markdown report
- Stores reports and data locally by date for tracking and review
Metadata
Frequently Asked Questions
What is team-efficiency-daily-report?
Generate team efficiency daily report automatically. It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.
How do I install team-efficiency-daily-report?
Run "/install team-efficiency-daily-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is team-efficiency-daily-report free?
Yes, team-efficiency-daily-report is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does team-efficiency-daily-report support?
team-efficiency-daily-report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created team-efficiency-daily-report?
It is built and maintained by bondli (@bondli); the current version is v1.0.0.
More Skills