device-sync-remind

device-sync-remind is a skill for Claude Code from hmennen90/claude-device-sync. It costs 35 tokens per session (364 once invoked), scanned A, original, MIT.

A command-line reminder system that can create, list, dismiss, and monitor reminders across devices. It can also send a webhook notification when a reminder is due.

In plain words
What is it for?
Use it to set relative or calendar-time reminders, view pending or due reminders, manage the background checker, and inspect its status or logs.
Why use it?
It prevents follow-up tasks from being forgotten after a coding session or deployment step.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Part of the claude-device-sync plugin — 5 skills, 4 hooks shipped together

Good fit Use it to set relative or calendar-time reminders, view pending or due reminders, manage the background checker, and inspect its status or logs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hmennen90/claude-device-sync/remind
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 hmennen90/claude-device-sync --skill remind
Clone the repo
git clone --depth 1 https://github.com/hmennen90/claude-device-sync

Made for: Claude Code.

Or install claude-device-sync, the plugin that ships this one along with the rest of its 5 skills, 4 hooks.

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 device-sync-remind

README.md
[![agentmods](https://agentmods.dev/badge/skills/hmennen90/claude-device-sync/remind.svg)](https://agentmods.dev/skills/hmennen90/claude-device-sync/remind)
Your own site
<a href="https://agentmods.dev/skills/hmennen90/claude-device-sync/remind"><img src="https://agentmods.dev/badge/skills/hmennen90/claude-device-sync/remind.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 364 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.
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.00035 $0.00364
Opus 5 $0.00017 $0.00182
Sonnet 5 $0.00007 $0.00073
Haiku 4.5 $0.00003 $0.00036

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

Security

Grade A, and why

device-sync-remind 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.

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/remind/SKILL.md · 67 lines

What it actually says

Device Sync - Reminders

Set and manage reminders that sync across all devices.

Set a Reminder

# Relative time
device-sync remind "30m" "Check deployment status"
device-sync remind "2h" "Review PR feedback"
device-sync remind "1d" "Follow up with team"

# Absolute time (German and English supported)
device-sync remind "morgen 9:00" "Standup vorbereiten"
device-sync remind "tomorrow 14:30" "Release meeting"

# With webhook notification
device-sync remind "1h" "Deploy to staging" --webhook https://hooks.example.com/notify

View Reminders

# Show all pending reminders
device-sync reminders

# Show only due reminders
device-sync reminders --due

# Dismiss all due reminders
device-sync reminders --dismiss

Daemon (Background Checker)

The daemon periodically checks for due reminders and fires webhooks:

# Start the daemon (cron job, checks every 5 minutes)
device-sync daemon start

# Stop the daemon
device-sync daemon stop

# Run a single check manually
device-sync daemon check

# Show daemon status
device-sync daemon status

# View daemon logs
device-sync daemon log

Notes

  • Reminders are encrypted and stored in the sync repository
  • Due reminders are shown automatically when running device-sync pull
  • Webhook payloads include: message, dueAt, username, id
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 · 67 lines · 35 tokens per session scan A c5b2e5229e8b

Subscribe to this mod's changes

device-sync-remind is a skill published in the GitHub repository hmennen90/claude-device-sync (1 stars, last pushed 4mo ago), licensed MIT. It adds 35 tokens to every session and 364 once invoked, about $0.0002 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

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

collaboration-platform-administration

Administers the email, chat, meeting and file-sharing platform the organization runs on — tenant and domain configuration, mail authentication and routing, phishing and spam controls, shared mailboxes and distribution groups, external sharing and guest access, permission sprawl in file storage, and retention and legal…

cbrock84/headcount · 93 tokens

onboarding-and-offboarding

Designs the joining and leaving experience — first-day readiness, ramp to productivity, knowledge capture, and clean exits. Use this to design or fix onboarding, shorten time to productivity, structure a leaver process, capture knowledge before someone leaves, or coordinate the access and asset steps around a joiner…

cbrock84/headcount · 69 tokens

alive:system-cleanup

The world feels messy. Stale tasks, orphan folders, v2 remnants, unsaved sessions — entropy is accumulating and needs to be addressed before it compounds. Scans across all walnuts, then surfaces issues one at a time.

alivecontext/alive · 52 tokens

alive:world

The human doesn't know what to work on, or wants to see everything at once. They need the big picture — what's active, what's stale, what needs attention. Renders a live world view grouped by ALIVE domain, then routes to open, tidy, find, history, or map.

alivecontext/alive · 63 tokens

alive:bundle

Create, share, and graduate bundles — the unit of focused work within a walnut. Manages the full bundle lifecycle from creation through sharing to graduation.

alivecontext/alive · 34 tokens