ai-usage-collector

PassAudited by VirusTotal on May 13, 2026.

Overview

Type: OpenClaw Skill Name: ai-usage-collector Version: 1.0.0 The 'ai-usage-collector' skill is designed to extract structured information from chat logs or screenshots regarding AI tool usage and format it as a CSV. The logic in SKILL.md and README.md is strictly limited to data parsing and formatting for the user's benefit, with no evidence of data exfiltration, malicious execution, or unauthorized access.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Coworker names and internal chat details may be turned into a reusable table that could be shared more broadly than intended.

Why it was flagged

The skill processes group chat screenshots/text and extracts coworker identities and AI-tool usage into structured records. This is purpose-aligned, but it can summarize potentially private workplace context.

Skill content
用户发送微信群截图和/或文字消息。... 姓名 | 同事姓名 ... 每周批量处理微信群消息(文字+截图)
Recommendation

Only provide relevant messages, redact unrelated personal or sensitive content, and verify the output before sharing it in workplace systems.

NoteMedium Confidence
ASI08: Cascading Failures
What this means

Unreviewed rows could create incorrect team records, and formula-like spreadsheet cells may be interpreted by spreadsheet software.

Why it was flagged

The skill outputs message-derived content as CSV for direct spreadsheet use. If source text contains formula-like values or extraction errors, they could be propagated into Excel/Teams unless reviewed.

Skill content
以 CSV 格式(逗号分隔)输出... 用户可直接复制粘贴到 Excel / Teams 表格
Recommendation

Review the CSV before pasting; sanitize cells that start with characters such as =, +, -, or @ by prefixing them with an apostrophe if needed.