personal-assistant

personal-assistant is a skill for Claude Code, Codex from ailabs-393/ai-labs-claude-skills. It costs 91 tokens per session (4,464 once invoked), scanned A, original, MIT.

A personal-assistance skill for managing tasks, schedules, reminders, habits, goals, and preferences with stored personal context.

In plain words
What is it for?
Use it for to-do lists, calendar planning, reminders, habit tracking, time management, and personal goals.
Why use it?
It keeps useful user information available so planning and productivity help can be personalized.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it for to-do lists, calendar planning, reminders, habit tracking, time management, and personal goals.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ailabs-393/ai-labs-claude-skills/personal-assistant
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ailabs-393/ai-labs-claude-skills --skill personal-assistant
Clone the repo
git clone --depth 1 https://github.com/ailabs-393/ai-labs-claude-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for personal-assistant

README.md
[![agentmods](https://agentmods.dev/badge/skills/ailabs-393/ai-labs-claude-skills/personal-assistant/github.svg)](https://agentmods.dev/skills/ailabs-393/ai-labs-claude-skills/personal-assistant)
Your own site
<a href="https://agentmods.dev/skills/ailabs-393/ai-labs-claude-skills/personal-assistant"><img src="https://agentmods.dev/badge/skills/ailabs-393/ai-labs-claude-skills/personal-assistant/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for personal-assistant

Your own site · 80×15
<a href="https://agentmods.dev/skills/ailabs-393/ai-labs-claude-skills/personal-assistant"><img src="https://agentmods.dev/badge/skills/ailabs-393/ai-labs-claude-skills/personal-assistant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,464 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk pass 15 Feb 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00091 $0.04464
Opus 5 $0.00046 $0.02232
Sonnet 5 $0.00018 $0.00893
Haiku 4.5 $0.00009 $0.00446

Measured 12d ago against content hash 2814dd9f8dd1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

personal-assistant scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (index.js, scripts/assistant_db.py, scripts/task_helper.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/skills/personal-assistant/SKILL.md · 688 lines

How it starts

The opening of the file, as written. The whole thing — 688 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Personal Assistant

Overview

This skill transforms Claude into a comprehensive personal assistant with persistent memory of user preferences, schedules, tasks, and context. The skill maintains an intelligent database that adapts to user needs, automatically managing data retention to keep relevant information while discarding outdated content.

When to Use This Skill

Invoke this skill for personal assistance queries, including:

  • Task management and to-do lists
  • Schedule and calendar management
  • Reminder setting and tracking
  • Habit monitoring and productivity tips
  • Time management and planning
  • Personal goal tracking
  • Routine optimization
  • Preference-based recommendations
  • Context-aware assistance

Workflow

Step 1: Check for Existing Profile

Before providing any personalized assistance, always check if a user profile exists:

python3 scripts/assistant_db.py has_profile

If the output is "false", proceed to Step 2 (Initial Setup). If "true", proceed to Step 3 (Load Profile and Context).

Step 2: Initial Profile Setup (First Run Only)

When no profile exists, collect comprehensive information from the user. Use a conversational, friendly approach to gather this data.

Essential Information to Collect:

  1. Personal Details

    • Name and preferred form of address
    • Timezone
    • Location (city/country)
  2. Schedule & Working Habits

    • Typical work hours
    • Work schedule type (9-5, flexible, shift work, etc.)
    • Preferred working times (morning person vs night owl)
    • Break preferences
    • Meeting preferences
  3. Goals & Priorities

    • Short-term goals (next 1-3 months)
    • Long-term goals (6+ months)
    • Priority areas (career, health, relationships, learning, etc.)
    • Success metrics
  4. Habits & Routines

    • Morning routine
    • Evening routine
    • Exercise habits
    • Sleep schedule
    • Meal times
  5. Preferences & Communication Style

    • Communication preference (detailed vs concise)
    • Reminder style (gentle vs firm)
    • Notification preferences
    • Task organization style (by priority, category, time, etc.)

Read the full file on GitHub · 688 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 688 lines · 91 tokens per session scan A 2814dd9f8dd1

Subscribe to this mod's changes

personal-assistant is a skill published in the GitHub repository ailabs-393/ai-labs-claude-skills (445 stars, last pushed 10mo ago), licensed MIT. It adds 91 tokens to every session and 4,464 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories