Bonds
v2.0.0Record bond holdings, analyze yields, and track maturity dates. Use when managing fixed-income portfolios, comparing yields, or exporting data.
⭐ 0· 114·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (recording bond holdings, yields, maturity tracking) match the included CLI script and SKILL.md. The skill only needs to read/write local files under ~/.local/share/bonds and offers export/search/stats features that fit the purpose.
Instruction Scope
SKILL.md instructs using the local bonds CLI and describes local storage and exports. The runtime script only reads/writes files under the per-user data directory and runs standard local commands (grep, tail, wc, du, cat). There are no instructions to read unrelated system files or transmit data externally.
Install Mechanism
No install specification is provided (instruction-only skill with a bundled shell script). Nothing is downloaded from remote URLs or written outside the user data directory during normal operation.
Credentials
No environment variables, credentials, or config paths are required. The script uses HOME to build a per-user data directory, which is appropriate for this local CLI tool.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges or modify other skills or system-wide configuration. It creates and writes only to its own data directory under the user's home.
Assessment
This skill appears coherent and local-only. Before installing, note that the script will create and append plain-text logs and export files under ~/.local/share/bonds — avoid storing highly sensitive secrets in entries. If you want extra assurance, review the bundled scripts yourself; the code shown performs only local file operations and standard text utilities. Ensure you trust the source if you plan to run arbitrary scripts, and back up or secure the data directory if it will contain sensitive financial information.Like a lobster shell, security has layers — review code before you run it.
latestvk975wdpm19gbec94vep073486h8346ms
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
