← Back to Skills Marketplace
bytesagain3

Spend Tracker

by bytesagain3 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
176
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install spend-tracker
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Spend Tracker concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears to be a simple, read-only documentation helper and is coherent with its description. Before installing, note the minor version mismatch (script reports 2.0.1 vs registry 2.0.2). Review the included scripts/script.sh (it's a plain shell script that only prints documentation) and, if you run it, do so in a controlled environment. Confirm the source repository if you require provenance, and watch for future updates that might add network or credential access — those would change the risk profile.
Capability Analysis
Type: OpenClaw Skill Name: spend-tracker Version: 2.0.2 The 'spend-tracker' skill is a purely informational reference tool that outputs static documentation via a shell script. Analysis of 'scripts/script.sh' and 'SKILL.md' shows no network activity, no file system modifications, and no credential access; all commands simply print hardcoded text using heredocs.
Capability Assessment
Purpose & Capability
The name/description (Spend Tracker reference for devtools) matches the provided artifacts: a SKILL.md with static reference text and an included shell script that prints the same documentation. One minor inconsistency: registry version is 2.0.2 while the bundled script sets VERSION="2.0.1" — likely a packaging/versioning oversight rather than malicious behavior.
Instruction Scope
SKILL.md instructs only about local reference commands and explicitly states 'No external API calls, no credentials needed, no network access.' The included script implements only heredoc outputs and basic CLI argument handling; it does not read other files, access environment variables, or make network calls.
Install Mechanism
No install specification is present (instruction-only in the registry sense). There is a single included shell script, but nothing attempts to download or extract remote code or install system packages.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The runtime script does not read secret-named env vars or other system config, so requested privileges are proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent system changes. It includes a runnable script (scripts/script.sh) but does not modify other skills or global agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install spend-tracker
  3. After installation, invoke the skill by name or use /spend-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
publish v2.0.0
Metadata
Slug spend-tracker
Version 2.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Spend Tracker?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Spend Tracker concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 176 downloads so far.

How do I install Spend Tracker?

Run "/install spend-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Spend Tracker free?

Yes, Spend Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Spend Tracker support?

Spend Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Spend Tracker?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.2.

💬 Comments