Learns your career context. Guides decisions on paths, transitions, negotiations, and growth based on what it discovers about you.
Security Analysis
high confidenceThe skill's requests and instructions are consistent with a local, conversational career adviser that stores a small, user-confirmed profile on disk — no external endpoints, credentials, or unexpected installs are required.
The name and description (learning career context and giving tailored guidance) match the actual behavior: instruction-only guidance files and a single local profile file for remembered facts. There are no unrelated dependencies or credentials requested.
The SKILL.md instructs the agent to 'extract career context from any question' and to create/update ~/career/memory.md with confirmed items. This is coherent with a personalization feature, but the phrase 'any question' is somewhat broad — it implies the agent will analyze conversational context widely and may solicit or infer personal data. The SKILL.md does state 'Only store after explicit yes,' which constrains writes, but enforcement relies on the agent following the instructions.
No install spec and no code files to execute — instruction-only skill. There is nothing to download or write at install time, which is the lowest-risk model.
The skill declares no required environment variables, no credentials, and no config paths beyond a single user-local memory file. The requested access (writing a profile to ~/career/memory.md) is proportionate to the stated purpose.
The skill persists user-confirmed profile data to ~/career/memory.md. It is not always-enabled and does not request system-wide privileges or modify other skills. Users should note that the memory file lives on disk and may contain sensitive career information; the SKILL.md relies on explicit confirmation before storing, but does not prescribe how to delete or export that file.
Guidance
This skill is internally consistent: it gives career advice and keeps a small, local profile file (~/career/memory.md) of confirmed facts to personalize future guidance. Before installing or using it, consider: 1) the agent will analyze conversational context broadly — confirm before saving anything sensitive (the skill says to only store after explicit yes); 2) the memory file is stored on your machine and can contain personal details — inspect, move, or delete it if you want; 3) the skill has no network calls or credentials declared, but if you see behavior that tries to send this file out or asks for unrelated secrets, stop using it. If you want tighter control, ask the skill author to make the memory location configurable or to add explicit commands for exporting/deleting the memory.
Latest Release
v1.0.2
Restructured with auxiliary files for specific scenarios
More by @ivangdavila
Published by @ivangdavila on ClawHub