← 返回 Skills 市场
googleworkspace-bot

Recipe Create Expense Tracker

作者 googleworkspace-bot · GitHub ↗ · v1.0.13 · MIT-0
cross-platform ✓ 安全检测通过
463
总下载
0
收藏
10
当前安装
14
版本数
在 OpenClaw 中安装
/install recipe-create-expense-tracker
功能描述
Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries.
安全使用建议
This recipe is coherent for creating and sharing a Google Sheets expense tracker, but check a few things before running it: - The commands use a SHEET_ID placeholder; you must capture the spreadsheet ID returned by the create command and substitute it into the subsequent append and permissions commands. - The recipe shares the sheet with [email protected] automatically. Confirm that email is correct and that sharing is acceptable for the data you will put into the sheet. - The gws CLI (and the gws-sheets/gws-drive skills) will use your Google credentials and OAuth scopes — review what scopes/permissions they request and ensure you trust the implementation of those skills. - Because this is instruction-only, there is no install risk from this skill itself, but the runtime actions will create and share a document in your Google account; exercise usual caution with sensitive data. If you want stronger safety, update the recipe to capture and show the created SHEET_ID, and prompt for the recipient email instead of hard-coding [email protected].
功能分析
Type: OpenClaw Skill Name: recipe-create-expense-tracker Version: 1.0.13 The skill bundle is a straightforward recipe for automating the creation of a Google Sheets expense tracker using the 'gws' CLI. It performs legitimate actions such as creating a spreadsheet, appending headers, and sharing the file with a placeholder email address ([email protected]) as explicitly described in SKILL.md. No malicious code, data exfiltration, or obfuscation was found.
能力评估
Purpose & Capability
Name/description match the actions in SKILL.md. The required binary (gws) and the dependent skills (gws-sheets, gws-drive) are appropriate for creating and sharing a Google Sheets document.
Instruction Scope
Instructions are limited to creating a spreadsheet, appending headers/entries, and sharing it. They use a SHEET_ID placeholder but do not show capturing the ID from the create command (usability gap). They also unconditionally share the sheet with [email protected] — this is operationally expected but is a policy/privacy decision the user should confirm.
Install Mechanism
Instruction-only skill with no install actions or external downloads. Lowest-risk installation posture.
Credentials
The skill declares no environment variables, which is consistent. However the gws CLI and the referenced gws-* skills will require Google authentication and scopes at runtime; the SKILL.md does not document those scopes or the account context, so users should verify what credentials and OAuth scopes gws/gws-sheets/gws-drive will request.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install recipe-create-expense-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /recipe-create-expense-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.13
- Updated skill metadata version from 0.22.4 to 0.22.5 in SKILL.md. - No changes to recipe steps or functionality.
v1.0.12
- Updated metadata version from 0.22.3 to 0.22.4 in SKILL.md. - No other content or functional changes.
v1.0.11
- Updated skill metadata version from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.10
- Updated metadata version from 0.22.1 to 0.22.2 in SKILL.md.
v1.0.9
- Updated skill version in metadata from 0.22.0 to 0.22.1. - No other changes made.
v1.0.8
- Updated skill version in metadata from 0.21.2 to 0.22.0 in SKILL.md.
v1.0.7
- Updated version in metadata from 0.21.1 to 0.21.2 in SKILL.md. - No other changes were made to features or instructions.
v1.0.6
- Updated version metadata from 0.20.1 to 0.21.1 in SKILL.md. - No functional or content changes to the recipe steps or instructions.
v1.0.5
- Updated version to 0.20.1 in skill metadata.
v1.0.4
- Bumped version in SKILL.md metadata from 0.19.0 to 0.20.0. - No other changes to instructions, description, or functionality.
v1.0.3
- Updated metadata version from 1.0.0 to 0.19.0 - Removed top-level version field from skill definition - No changes to steps or functionality
v1.0.2
- Updated formatting for the metadata section to use YAML lists for bins and skills. - No changes to functionality or steps.
v1.0.1
- Updated example commands in documentation to use the correct --spreadsheet flag instead of --spreadsheet-id in steps 2 and 3. - No functional changes; documentation accuracy improved.
v1.0.0
Initial release: Set up a basic Google Sheets expense tracker. - Creates a new "Expense Tracker 2025" spreadsheet. - Adds headers: Date, Category, Description, Amount. - Inserts a sample entry for a travel expense. - Shares the spreadsheet with a manager as a reader.
元数据
Slug recipe-create-expense-tracker
版本 1.0.13
许可证 MIT-0
累计安装 10
当前安装数 10
历史版本数 14
常见问题

Recipe Create Expense Tracker 是什么?

Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 463 次。

如何安装 Recipe Create Expense Tracker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install recipe-create-expense-tracker」即可一键安装,无需额外配置。

Recipe Create Expense Tracker 是免费的吗?

是的,Recipe Create Expense Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Recipe Create Expense Tracker 支持哪些平台?

Recipe Create Expense Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Recipe Create Expense Tracker?

由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.13。

💬 留言讨论