College Prep Tracker

v1.0.0

Track college applications, essays, scholarships, financial aid, recommendation letters, test scores, and deadlines for one or more students. Built-in timeli...

0· 51·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the instructions: the skill tracks students, schools, essays, scholarships, financial aid, rec letters, and deadlines and only requires local data persistence (college-data.json). No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md directs the agent to always read and write a local college-data.json and to create it if missing. That behavior is appropriate for this use case, but it means the skill will store PII (names, test scores, financial aid details, essay drafts) on disk; the user should confirm data location, access controls, and retention policy.
Install Mechanism
No install spec or third-party packages — instruction-only. This minimizes supply-chain risk because nothing is downloaded or written to disk beyond the skill's own data file.
Credentials
No environment variables, credentials, or external config paths are requested. The absence of network endpoints or unrelated secrets aligns with the stated purpose.
Persistence & Privilege
Skill writes to its own college-data.json in the skill data directory and instructs to write after every change. It does not request always:true or modify other skills, but persistent local storage of sensitive student data is the main privilege — verify file permissions, backup behavior, and whether the agent runtime syncs skill data to cloud backups.
Assessment
This skill appears to be what it claims, but it will store personally identifiable and potentially sensitive information (student names, test scores, essay drafts, financial aid details) in a local file named college-data.json. Before installing, check: (1) where the agent stores skill data on disk and whether that location is backed up or synced to the cloud; (2) filesystem permissions for the skill data directory (restrict to the agent process and trusted users); (3) whether you are comfortable storing essay drafts or PII in plaintext — consider avoiding SSNs, bank account numbers, or other highly sensitive fields; (4) whether you want the agent to run the skill autonomously (default is allowed) — if not, disable autonomous invocation or user-invocable only in your agent settings; and (5) test the skill with dummy data first. If you need encryption or stricter data controls, require those from the environment that runs the agent (OpenClaw host) rather than the skill itself, since this instruction-only skill does not implement encryption or external sync controls.

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

SAT/ACTvk979pjt4js23me96744eb8rj6984mb00college applicationsvk979pjt4js23me96744eb8rj6984mb00educationvk979pjt4js23me96744eb8rj6984mb00financial aidvk979pjt4js23me96744eb8rj6984mb00latestvk979pjt4js23me96744eb8rj6984mb00scholarshipsvk979pjt4js23me96744eb8rj6984mb00

License

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

Runtime requirements

🎓 Clawdis

Comments