managing-reminders

managing-reminders is a skill for Claude Code, Codex from PostHog/ai-plugin. It costs 146 tokens per session (1,613 once invoked), scanned A, original, no licence file.

A guide for creating and managing PostHog reminders, which are in-app notifications sent at a chosen time. Reminders can be one-off or recurring and can link to a PostHog resource.

In plain words
What is it for?
Use it to create, schedule, update, and manage one-time or recurring reminders.
Why use it?
It keeps follow-up work from being forgotten inside the tool where it is relevant. It supports both simple dates and repeating schedules.

Skill for Claude CodeCodex

Part of the posthog plugin — 137 skills, 3 commands, 1 agent, 2 hooks, 1 MCP server shipped together

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.

agentmods
npx agentmods add skills/posthog/ai-plugin/managing-reminders
Any agent
npx skills add PostHog/ai-plugin --skill managing-reminders
Clone the repo
git clone --depth 1 https://github.com/PostHog/ai-plugin

Made for: Claude Code, Codex.

Or install posthog, the plugin that ships this one along with the rest of its 137 skills, 3 commands, 1 agent, 2 hooks, 1 MCP server.

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 managing-reminders

README.md
[![agentmods](https://agentmods.dev/badge/skills/posthog/ai-plugin/managing-reminders.svg)](https://agentmods.dev/skills/posthog/ai-plugin/managing-reminders)
Your own site
<a href="https://agentmods.dev/skills/posthog/ai-plugin/managing-reminders"><img src="https://agentmods.dev/badge/skills/posthog/ai-plugin/managing-reminders.svg" alt="Measured on agentmods" height="20"></a>
Per session 146 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,613 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00146 $0.01613
Opus 5 $0.00073 $0.00807
Sonnet 5 $0.00029 $0.00323
Haiku 4.5 $0.00015 $0.00161

Measured yesterday against content hash 578e60c81e23, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

managing-reminders 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 yesterday.

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.

skills/managing-reminders/SKILL.md · 142 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. yesterday First seen · 142 lines · 146 tokens per session scan A 578e60c81e23

Subscribe to this mod's changes

managing-reminders is a skill published in the GitHub repository PostHog/ai-plugin (80 stars, last pushed 2d ago), with no licence file. It adds 146 tokens to every session and 1,613 once invoked, about $0.0007 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-09-03.

Related

Other skills, from other repositories

houseclean

Cross-drive storage audit and cleanup. Surveys all drives, finds orphaned git worktrees, large AI tool caches (.ollama, .gemini, .cursor, npm, pip), and buildable artifacts (nodemodules, .venv). Produces a prioritized action plan with specific migration commands. Use when disk space is low or worktrees need cleanup…

SethGammon/Citadel · 89 tokens

schedule

Manages recurring and one-off scheduled tasks. Session-scoped scheduling via CronCreate/CronDelete/CronList. Documents the cloud path for tasks that need to survive machine sleep or network drops.

SethGammon/Citadel · 41 tokens

domscribe

Work with Domscribe — the pixel-to-code bridge. Use when setting up, initializing, or configuring Domscribe for a project, OR when editing or modifying UI components (React, Vue, Next.js, Nuxt), implementing features from captured UI annotations, querying runtime context for source locations, exploring component…

patchorbit/domscribe · 94 tokens

zapier-explore

Explore what Zapier MCP can do for the user — interview them about their role and the apps they live in, suggest specific use cases as on-demand prompts, then walk them through enabling the actions to make those use cases real. The natural next step after zapier-demo. Use when the user asks "what else can Zapier do…

zapier/zapier-mcp · 130 tokens

token-efficiency

Token conservation economics, bounded context-window pruning, AST structural query optimization, and high-precision prompt budget discipline.

saitarrun/Devforge-ai · 26 tokens

structure-swift-sources

Organize Swift source trees and oversized Swift files by feature, layer, and declaration group; split large files, normalize // MARK: sections, enforce plain-language block-comment file headers, and move TODO and FIXME text into ledger files. Use after format-swift-sources has established a clean formatting baseline.

gaelic-ghost/socket · 69 tokens