← Back to Skills Marketplace
Personal Finance Tracker
by
Chernenko Ivan
· GitHub ↗
· v0.5.0
· MIT-0
82
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install spotsccc-finance
Description
Manage personal finances: record expenses, income, transfers, check balances, and generate reports. TRIGGER when: user asks to record a transaction, expense,...
Usage Guidance
This skill appears to expect an external 'assistant' CLI that interacts with a PostgreSQL database, but the package metadata does not declare that dependency or any authentication details. Before installing or enabling it, verify: (1) what the 'assistant' CLI is, where it comes from, and that you trust it; (2) where the finance data will be stored (local DB, remote host) and whether DB credentials are required; (3) whether any local files (credentials, .env, keyrings) could be read by the agent via the allowed 'Read' tool. If you cannot confirm the CLI provenance and storage location, run this skill in a sandboxed environment or decline to install. If you proceed, restrict the agent's file access and avoid exposing DB credentials as environment variables to the agent until you verify the implementation.
Capability Analysis
Type: OpenClaw Skill
Name: spotsccc-finance
Version: 0.5.0
The skill is a legitimate finance management tool designed to interact with a local 'assistant' CLI for PostgreSQL operations. It defines clear workflows for recording expenses, income, and transfers, and uses standard tools (Bash, Read, Grep) to execute these tasks. No indicators of malicious intent, data exfiltration, or prompt injection were identified in SKILL.md or _meta.json.
Capability Tags
Capability Assessment
Purpose & Capability
The SKILL.md explicitly requires running an external 'assistant' CLI to talk to a PostgreSQL store, yet the registry metadata lists no required binaries, no installation, and no environment variables/credentials. That is inconsistent: a finance tracker that reads/writes transactions normally needs a CLI binary or DB connection info. The skill source/homepage is unknown, so there is no place to verify what the 'assistant' CLI is or how it authenticates.
Instruction Scope
Runtime instructions are narrowly focused on finance operations (get-wallets, create-expense, spending-report) and do not ask to read arbitrary system files. However they instruct the agent to invoke an external CLI that will access stored financial data; there is no guidance on authentication, DB host, or what data the CLI will access. That leaves the agent discretion to use whatever local 'assistant' binary and credentials are available.
Install Mechanism
No install spec and no code files — instruction-only — so the skill itself will not write or fetch code. This lowers installation risk. The main risk stems from calling an external binary (the 'assistant' CLI) which is not declared.
Credentials
The skill declares no required environment variables or credentials, yet the SKILL.md implies access to a PostgreSQL-backed dataset via a CLI. That typically requires DB connection info or local credentials; asking for none is disproportionate. Also allowed-tools includes 'Read', which enables file reads; the agent could discover credentials from local files unless explicitly constrained.
Persistence & Privilege
The skill is user-invocable and not forced-always. It does not request persistent system privileges or declare modifications to other skills or system-wide settings. Autonomous invocation is enabled (default) but not combined with other high-risk flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install spotsccc-finance - After installation, invoke the skill by name or use
/spotsccc-finance - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.5.0
Initial release
Metadata
Frequently Asked Questions
What is Personal Finance Tracker?
Manage personal finances: record expenses, income, transfers, check balances, and generate reports. TRIGGER when: user asks to record a transaction, expense,... It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.
How do I install Personal Finance Tracker?
Run "/install spotsccc-finance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Personal Finance Tracker free?
Yes, Personal Finance Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Personal Finance Tracker support?
Personal Finance Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Personal Finance Tracker?
It is built and maintained by Chernenko Ivan (@spotsccc); the current version is v0.5.0.
More Skills