A simple file reader utility
personal-assistant
personal-assistant is an open-source productivity skill for Claude Code and compatible agents, published by NVIDIA. Its author describes it as: “A personalized assistant that remembers your preferences”. The project has 15k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `git clone https://github.com/NVIDIA/SkillSpector ~/.claude/skills/ssd3_nl_exfiltration`.
What personal-assistant does
This skill provides a personalized experience by learning about you.
Installation
Add personal-assistant to your agent with:
git clone https://github.com/NVIDIA/SkillSpector ~/.claude/skills/ssd3_nl_exfiltration Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for personal-assistant is organised into these sections:
- Purpose
- Behavior
- Usage
When to use it
Reach for personal-assistant when you want productivity help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear Apache-2.0 license — safe to read and adapt
- Ships in NVIDIA/SkillSpector, an established project with 14,743 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does personal-assistant do?
- A personalized assistant that remembers your preferences
- How do I install personal-assistant?
- Run git clone https://github.com/NVIDIA/SkillSpector ~/.claude/skills/ssd3_nl_exfiltration in your agent, then reload your skills. Review the source at https://github.com/NVIDIA/SkillSpector before installing.
- Is personal-assistant free to use?
- Yes. personal-assistant is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.
- Where does personal-assistant come from?
- personal-assistant ships inside NVIDIA/SkillSpector, a repository that contains 24 catalogued skills in total. The repository's 14,743 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Productivity →Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when: user wants to optimize code speed, reduce bundle/image size, improve test pass rate, optimize prompts, improve content quality (headlines, copy, CTR), or run any measurable improvement loop. Requires: a target file, an evaluation command that outputs a metric, and a git repo.
Structures and derives research formulas when the user wants to 推导公式, build a theory line, organize assumptions, turn scattered equations into a coherent derivation, or rewrite theory notes into a paper-ready formula document. Use when the derivation target is not yet fully fixed, the main object still needs to be chosen, or the user needs a coherent derivation package rather than a finished theorem proof.
Search research papers via Gemini for broad literature discovery. Use when user says "gemini search", "gemini papers", "search with gemini", or wants AI-powered literature discovery beyond arXiv/Semantic Scholar indexes.
Run a bounded, source-grounded research loop, draft a cited dossier, and optionally propose a separately reviewed canonical vault merge. Use when the user wants autonomous or deep research that may access the public web. Triggers: /autoresearch, autoresearch, research this topic, deep dive into, investigate, find everything about, research and file, go research, build a wiki on.