← 返回 Skills 市场
145
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install team-efficiency-daily-report
功能描述
Generate team efficiency daily report automatically
安全使用建议
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/.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install team-efficiency-daily-report - 安装完成后,直接呼叫该 Skill 的名称或使用
/team-efficiency-daily-report触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
team-efficiency-daily-report 是什么?
Generate team efficiency daily report automatically. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。
如何安装 team-efficiency-daily-report?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install team-efficiency-daily-report」即可一键安装,无需额外配置。
team-efficiency-daily-report 是免费的吗?
是的,team-efficiency-daily-report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
team-efficiency-daily-report 支持哪些平台?
team-efficiency-daily-report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 team-efficiency-daily-report?
由 bondli(@bondli)开发并维护,当前版本 v1.0.0。
推荐 Skills