← 返回 Skills 市场
windylam
作者
githubmain
· GitHub ↗
· v1.0.0
· MIT-0
103
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install windylamdatahive
功能描述
Collect and locally process ride-sharing receipts from Gmail into structured data and SQLite for spending and behavior insights, ensuring privacy.
安全使用建议
This skill appears to do exactly what it says: it uses the gog CLI to fetch ride receipts from a selected Gmail account, stores the raw email JSON/HTML locally, sends that raw payload to a Gateway model running on localhost for extraction, and loads the extracted records into a local SQLite DB and anonymized CSV. Before installing/run it: (1) ensure you have and trust a local OpenClaw Gateway instance (the skill refuses non-local hosts), (2) confirm you are comfortable with raw receipt HTML/JSON being written to data/ride-insights/emails.json and sent to the local model, (3) protect the OPENCLAW_GATEWAY_TOKEN and the ~/.openclaw/openclaw.json file, (4) review and delete emails.json if you do not want the raw receipts to persist, and (5) ensure the gog CLI is authenticated only for the account(s) you intend to process. If you need remote/external extraction or do not want raw emails written to disk, do not install or run this skill.
功能分析
Type: OpenClaw Skill
Name: windylamdatahive
Version: 1.0.0
The skill bundle is a privacy-focused tool for analyzing ride-sharing receipts from Gmail. It includes scripts for fetching emails via the 'gog' CLI (fetch_emails_json.py), extracting data using a local LLM gateway (extract_rides_gateway.py), and generating an anonymized CSV for export (export_anonymized_rides_csv.py). The code contains explicit security safeguards, such as a strict check in extract_rides_gateway.py to ensure sensitive email data is only sent to local loopback addresses (localhost/127.0.0.1), and the SKILL.md instructions require the agent to obtain user confirmation before processing sensitive data.
能力标签
能力评估
Purpose & Capability
Name/description ask for Gmail receipt collection, local extraction, and CSV export. Declared binaries (gog, python3), required env vars (OpenClaw gateway token/URL/model), and included scripts directly match that purpose. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md and code clearly instruct fetching full receipt emails via the gog CLI and saving them to data/ride-insights/emails.json, then sending the raw per-email JSON/HTML to a local loopback Gateway (/v1/responses) for extraction. The skill documents and enforces asking the user for account selection and confirmation before extraction, and explicitly restricts Gateway hosts to localhost/127.0.0.1/::1. This behavior is expected for the stated purpose but important to note: raw receipt HTML/JSON is sent to a local model and emails.json persists on disk until deleted.
Install Mechanism
No remote install/downloads or package installs are declared; this is an instruction-only skill with bundled scripts that rely on existing gog and python3 binaries. That is low-risk and proportionate to the task.
Credentials
Declared environment variables (OPENCLAW_GATEWAY_TOKEN, OPENCLAW_GATEWAY_URL, OPENCLAW_GATEWAY_MODEL) are directly required for calling the local Gateway. The skill also accepts a local config fallback (~/.openclaw/openclaw.json) as documented. No unrelated secrets are requested.
Persistence & Privilege
The skill writes local artifacts (emails.json, rides.json, rides.sqlite, exported CSV) under data/ride-insights and reads ~/.openclaw/openclaw.json for Gateway auth as documented. always is false and it does not modify other skills or system-wide agent configs. Autonomous invocation is allowed by default but not exceptional here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install windylamdatahive - 安装完成后,直接呼叫该 Skill 的名称或使用
/windylamdatahive触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
All skills published on ClawHub are licensed under MIT-0. Free to use, modify, and redistribute. No attribution required.
元数据
常见问题
windylam 是什么?
Collect and locally process ride-sharing receipts from Gmail into structured data and SQLite for spending and behavior insights, ensuring privacy. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 windylam?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install windylamdatahive」即可一键安装,无需额外配置。
windylam 是免费的吗?
是的,windylam 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
windylam 支持哪些平台?
windylam 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 windylam?
由 githubmain(@windylam1986)开发并维护,当前版本 v1.0.0。
推荐 Skills