← 返回 Skills 市场
lextoumbourou

Manage PocketSmith transactions, categories, budgets and financial data

作者 lextoumbourou · GitHub ↗ · vv1.0.0
cross-platform ✓ 安全检测通过
1371
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install pocketsmith-skill
功能描述
Manage PocketSmith transactions, categories, and financial data via the API
安全使用建议
This skill appears to do exactly what it says: a CLI for the PocketSmith API. Before installing, consider: (1) the developer key gives access to your PocketSmith account — only install if you trust the skill and source; (2) write operations are disabled by default — only set POCKETSMITH_ALLOW_WRITES=true when you intend to perform adds/edits/deletes; (3) the package depends on httpx and will make network calls to api.pocketsmith.com (expected); (4) if you want additional assurance, review the GitHub repo referenced in the README yourself, or create a scoped developer key in PocketSmith for use with this skill and store it securely in your environment. No evidence of hidden endpoints, unrelated credential requests, or filesystem exfiltration was found.
功能分析
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill Suspicious High-Entropy/Eval files: 5 The OpenClaw AgentSkills skill bundle for PocketSmith is benign. It provides a CLI for managing PocketSmith financial data via its official API. The skill correctly retrieves the `POCKETSMITH_DEVELOPER_KEY` from environment variables for authentication and explicitly protects all write operations (create, update, delete) by requiring the `POCKETSMITH_ALLOW_WRITES=true` environment variable, as seen in `src/pocketsmith/cli.py` and documented in `SKILL.md` and `README.md`. All network communication is directed to the legitimate PocketSmith API at `https://api.pocketsmith.com/v2` (defined in `src/pocketsmith/client.py`). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent in any of the provided files.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, IMPLEMENTATION_NOTES and source files consistently implement a PocketSmith CLI using the PocketSmith API (base URL https://api.pocketsmith.com/v2). The only required env var is POCKETSMITH_DEVELOPER_KEY which matches the stated auth method.
Instruction Scope
Runtime instructions and CLI commands only reference the PocketSmith API and local CLI invocation. They do not instruct reading unrelated system files, scanning other credentials, or transmitting data to third‑party endpoints. Write operations require an explicit POCKETSMITH_ALLOW_WRITES=true opt‑in.
Install Mechanism
No registry install spec is present; repository contains a normal pyproject.toml (httpx dependency) and standard CLI entrypoint. There are no downloads from arbitrary URLs, no extract-from-unknown-host steps, and no obfuscated install actions.
Credentials
Only POCKETSMITH_DEVELOPER_KEY is required and POCKETSMITH_ALLOW_WRITES is an optional safety flag. No unrelated secrets or multiple service credentials are requested. The code reads exactly these env vars.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or global agent config, and only performs API calls. Autonomous invocation is allowed by platform default but the skill itself does not grant elevated persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pocketsmith-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pocketsmith-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
vv1.0.0
Initial release of the PocketSmith skill. - Manage transactions and categories via the PocketSmith API: list, search, create, update, and delete (writes off by default). - Extensive CLI commands for handling authentication, transactions, categories, labels, and budget/forecast data. - Read and write separation enforced using `POCKETSMITH_ALLOW_WRITES` environment variable for safety. - Output in JSON; consistent use of `YYYY-MM-DD` date format. - Documentation includes examples, command filters, and common financial workflows.
元数据
Slug pocketsmith-skill
版本 v1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Manage PocketSmith transactions, categories, budgets and financial data 是什么?

Manage PocketSmith transactions, categories, and financial data via the API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1371 次。

如何安装 Manage PocketSmith transactions, categories, budgets and financial data?

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

Manage PocketSmith transactions, categories, budgets and financial data 是免费的吗?

是的,Manage PocketSmith transactions, categories, budgets and financial data 完全免费(开源免费),可自由下载、安装和使用。

Manage PocketSmith transactions, categories, budgets and financial data 支持哪些平台?

Manage PocketSmith transactions, categories, budgets and financial data 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Manage PocketSmith transactions, categories, budgets and financial data?

由 lextoumbourou(@lextoumbourou)开发并维护,当前版本 vv1.0.0。

💬 留言讨论