Job Tracker
v0.1.0Track job applications, contacts, deadlines, and follow-up reminders in a local SQLite database.
⭐ 0· 81·0 current·0 all-time
byMehul Bhojraj Upase@mehulupase01
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the files and behavior: a Python CLI that stores applications, contacts, follow-ups, and notes in a local SQLite DB. Required binary is only python and no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the included Python CLI against a local {baseDir} path and lists only CRUD/listing commands. The instructions do not ask the agent to read unrelated files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec — instruction-only with included Python scripts. All code is present in the skill bundle; nothing is downloaded or extracted from external URLs.
Credentials
The skill requires no environment variables or external credentials. All data is stored locally in {baseDir}/.runtime/job-tracker.db, which is proportional to the claimed functionality.
Persistence & Privilege
always is false and the skill does not request system-wide changes. It creates/uses a local .runtime database under the skill base dir — a reasonable level of persistence for a CLI tracker.
Assessment
This skill appears to do exactly what it claims: a local, file-backed job tracker. Before installing, note that (1) it creates a local SQLite DB at {baseDir}/.runtime/job-tracker.db — ensure you are comfortable with storing contacts/notes there and set filesystem permissions accordingly; (2) data is stored unencrypted, so avoid storing secrets (passwords, API keys) in notes; (3) the agent may invoke the skill autonomously (disable-model-invocation is false) — while this skill is local-only, check that the agent's access to your filesystem is limited as you intend; and (4) you can review and run the included tests (test_job_tracker.py) to validate behavior in a temporary directory before using it with real data.Like a lobster shell, security has layers — review code before you run it.
latestvk976g99wmd203kd4r43y5j44ax83fqmp
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binspython
