Depreciation

Calculate depreciation financial metrics and business data. Use when tracking expenses, analyzing investments, or generating financial reports.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 13 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included script and commands. The code implements add/list/search/export/stats/config for depreciation entries, which is coherent with the stated purpose.
Instruction Scope
SKILL.md directs the agent to run scripts/script.sh with specific commands. The script only reads/writes files under the data directory (default ~/.depreciation) and does not access other system config, secrets, or external endpoints.
Install Mechanism
No install spec or external downloads. The skill is instruction-only plus a bundled bash script; nothing is fetched from the network or extracted at install time.
Credentials
No required environment variables or credentials. The script respects an optional DEPRECIATION_DIR override and otherwise uses the user's home directory for storage—proportionate for its function.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It only creates/updates files beneath its own data directory.
Assessment
This skill is a small local CLI that stores data in ~/.depreciation (unless you set DEPRECIATION_DIR). Before installing, consider: (1) it will create and modify files in that directory (data.jsonl and config.txt), so back up any important files if you reuse that path; (2) it performs only local filesystem operations and makes no network calls or request for credentials; (3) review the script contents and file permissions if you require stricter controls (e.g., make the data directory private). Overall the behavior matches the description.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97eb62p2k5pvs342bcascrg25838feq

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

depreciation

Calculate depreciation financial metrics and business data. Use when tracking expenses, analyzing investments, or generating financial reports.

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config <key> <value> to set preferences.

VariableRequiredDescription
DEPRECIATION_DIRNoData directory (default: ~/.depreciation/)

Data Storage

All data stored in ~/.depreciation/ using JSONL format (one JSON object per line).

Output

Structured output to stdout. Exit code 0 on success, 1 on error.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…