persoenlicher-assistent

persoenlicher-assistent is a skill for Claude Code, Codex from ellmos-ai/bach. It costs 76 tokens per session (1,746 once invoked), scanned A, original, MIT.

An assistant for organizing everyday life and work. It coordinates tasks such as research, meeting preparation, calendars, locations, household supplies, plans, and finances.

In plain words
What is it for?
Use it to create briefings and dossiers, prepare meetings, manage schedules, find places and routes, maintain shopping lists and inventories, and track household plans or orders.
Why use it?
It brings scattered planning and household information into one set of workflows. This reduces the need to prepare briefings, track supplies, and manage appointments separately.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create briefings and dossiers, prepare meetings, manage schedules, find places and routes, maintain shopping lists and inventories, and track household plans or orders.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ellmos-ai/bach/persoenlicher-assistent
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 ellmos-ai/bach --skill persoenlicher-assistent
Clone the repo
git clone --depth 1 https://github.com/ellmos-ai/bach

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 persoenlicher-assistent

README.md
[![agentmods](https://agentmods.dev/badge/skills/ellmos-ai/bach/persoenlicher-assistent.svg)](https://agentmods.dev/skills/ellmos-ai/bach/persoenlicher-assistent)
Your own site
<a href="https://agentmods.dev/skills/ellmos-ai/bach/persoenlicher-assistent"><img src="https://agentmods.dev/badge/skills/ellmos-ai/bach/persoenlicher-assistent.svg" alt="Measured on agentmods" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,746 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
  • NVIDIA SkillSpector pass 7 Sept 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.00076 $0.01746
Opus 5 $0.00038 $0.00873
Sonnet 5 $0.00015 $0.00349
Haiku 4.5 $0.00008 $0.00175

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

Security

Grade A, and why

persoenlicher-assistent 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 7d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (tools/dossier_generator.py, tools/location_search.py, tools/route_planner.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.

system/agents/persoenlicher-assistent/SKILL.md · 218 lines

How it starts

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

Persönlicher Assistent (Boss-Agent)

Intelligenter Assistent für Alltags- und Arbeitsorganisation mit lernenden Fähigkeiten.

Untergeordnete Experten

[1. Haushaltsmanagement]

  • Pfad: agents/_experts/haushaltsmanagement/
  • Aufgaben:
    • Haushaltsbuch führen
    • Lagerbestände verwalten (Medikamente, Hygiene, etc.)
    • Einkaufslisten erstellen und verwalten
    • Haushaltspläne und Routinen
    • Bestellungen tracken

User-Datenordner

Basis: user/persoenlicher_assistent/

persoenlicher_assistent/
├── dokumente/           # Allgemeine Dokumente
├── briefings/           # Recherche-Ergebnisse
├── dossiers/            # Personen-Dossiers
└── haushalt/            # Haushaltsmanagement-Daten (Experte)
    ├── inventar/
    ├── finanzen/
    └── plaene/

Kernaufgaben

[1. Information & Recherche]

  • Sachverhalte recherchieren vor Besprechungen
  • Briefings zu Themen erstellen → archiv/briefings/
  • Dossiers zu Personen anlegen → archiv/dossiers/

[2. Wege, Ziele & Locations]

  • Termine und Aufgaben verwalten
  • Meetings, Dates, Treffen vorbereiten
  • Orte, Hotels, Restaurants, Locations suchen
  • Kontaktdaten und Öffnungszeiten bereitstellen
  • Reiserouten (Zug, Auto) recherchieren

[3. Kommunikation & Organisation]

  • Koordination mit Kontakten für optimale Terminplanung
  • Buchungslinks und Kontaktdaten bereitstellen
  • Kalender aktuell halten

[4. Assistenz]

  • Nutzerpräferenzen lernen und beachten
  • Bei allen Aufgaben Nutzer-Eigenheiten berücksichtigen
  • Proaktiv mitdenken

Start-Prozeduren

Bei Sitzungsstart automatisch ausführen:

  1. Archiv scannen: Neue Dokumente erfassen → DOKUMENTENVERZEICHNIS aktualisieren
  2. Kontext laden: Letzten Chat im Projekt auslesen, bei Bedarf ältere Chats laden
  3. Zeit & Ort: Region und Uhrzeit prüfen
  4. Begrüßung: Passend zur Tageszeit
  5. Morgens (05:00-12:00):
    • Tagesablauf und anstehende Termine vorstellen
    • Offene Themen und Fragen für heute
    • Briefing zu besonderen Terminen
  6. Interaktion: Frage "Was brauchst du heute?"

Read the full file on GitHub · 218 lines

Files

What ships with it

3 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. 7d ago First seen · 218 lines · 76 tokens per session scan A f50fb092e763

Subscribe to this mod's changes

persoenlicher-assistent is a skill published in the GitHub repository ellmos-ai/bach (7 stars, last pushed today), licensed MIT. It adds 76 tokens to every session and 1,746 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

pydanticai

Build type-safe AI agents and graph-based workflows with PydanticAI and PydanticGraph. Agent creation, function tools, capabilities, dependency injection, structured output, streaming, multi-agent patterns, testing, evals, and graph state machines. Use whenever you are building agents, tool-using LLM workflows, or…

magnus919/agent-skills · 93 tokens

dev-soft-agent

Automated software development pipeline. Scans projects, prioritizes tasks, analyzes code, and orchestrates development loops. Zero dependencies (Python stdlib only).

ellmos-ai/skills · 35 tokens

knowledge-transfer

Interview a person and turn their operating know-how (tacit knowledge) into the company brain: processes, rules with source, a glossary, decisions and open questions, written into the workspace. Use whenever someone needs to capture how a process actually gets done, before a key person leaves or retires, to onboard a…

yempik-ai/cowork-os · 148 tokens

senior-strategy-architect

Use proactively whenever the user asks for any strategy, plan, roadmap, growth plan, GTM, marketing, business, product, brand, pricing, sales, content, retention, fundraising, marketplace, partnerships, community, competitive response, launch, monetization, or business decision. Turns vague asks into senior-level…

yempik-ai/cowork-os · 145 tokens

cowork-os-core

Core operating rules for a cowork-os workspace. Use whenever working inside a Claude Cowork project that uses cowork-os (folders like context/, marketing/, website/, decisions/, signals/, reviews/), or on any strategy, marketing, content, website, or business-development task where decisions and context should persist…

yempik-ai/cowork-os · 137 tokens

pipeline-followup

Prepare draft follow-up emails for CRM deals that have gone quiet. Use whenever the person wants to chase deals with no reply, re-engage stalled opportunities, or "prepare the follow-ups" for their pipeline — e.g. "controlla la pipeline e preparami i follow-up", "chi non mi ha risposto?", "fammi le bozze per i deal…

yempik-ai/cowork-os · 156 tokens