Best for
- daily or otherwise recurring phone-call reminders
- scheduled CALL-E calls where the scheduler belongs to the client, host, cron, or automation system
- "call me at a time" and "remind me by phone" workflows
CALLE-AI/awesome-phone-call-agents/skills/call-reminder/SKILL.md
Schedule recurring CALL-E phone-call reminders, scheduled CALL-E calls, call-me-at-a-time requests, and remind-me-by-phone workflows by wrapping the existing one-off CALL-E call workflow in the current client's scheduler or automation system.
Decision brief
Use this skill when the user wants a recurring phone-call reminder such as "call me every day at 9:00 to remind me to take my medicine."
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/CALLE-AI/awesome-phone-call-agents --skill "skills/call-reminder"Inspect the Agent Skill "call-reminder" from https://github.com/CALLE-AI/awesome-phone-call-agents/blob/a34d6b803ee2f1b80446056dcef38911882726e5/skills/call-reminder/SKILL.md at commit a34d6b803ee2f1b80446056dcef38911882726e5. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
1. Confirm the user explicitly wants a recurring phone-call reminder. 2. Extract the reminder fields: - cadence, such as daily - local time in HH:MM 24-hour format - IANA timezone - E.164 destination phone number - reminder message - optional language and explicit region when th…
Each scheduled run must execute exactly one one-off CALL-E reminder attempt:
daily or otherwise recurring phone-call reminders
Do not use this skill to:
Read references/calle-cli-bootstrap.md before embedding a CALL-E command into a scheduled job.
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 91/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 66 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Use this skill when the user wants a recurring phone-call reminder such as "call me every day at 9:00 to remind me to take my medicine."
call-reminder is a scheduler wrapper skill. It does not add a CALL-E backend reminder API, a provider-side recurring schedule, a daemon, or new MCP tools. It turns a user-authorized reminder request into a self-contained scheduled task for the current client. Each scheduled run uses the existing CALL-E one-off call workflow to place exactly one reminder call.
Use this skill for:
Do not use this skill to:
create_call_reminder, list_call_reminders, update_call_reminder, or cancel_call_remindercalle globally without explicit user approvaldailyHH:MM 24-hour formatreferences/client-adapters.md and, when useful, scripts/detect-client.mjs.references/calle-cli-bootstrap.md.references/runtime-prompt.md or scripts/render-runtime-prompt.mjs.Each scheduled run must execute exactly one one-off CALL-E reminder attempt:
Use this shape:
auth status -> call plan -> call run -> call status
Read references/calle-cli-bootstrap.md before embedding a CALL-E command into a scheduled job.
Use the first working command:
node packages/cli/bin/calle.jscallenpx -y @call-e/cli@<repo-current-version>For ordinary interactive use, the pinned npx fallback is acceptable. For persistent scheduled reminders, prefer a stable command that will still exist when the scheduler runs later. If the scheduler environment cannot rely on network access, do not rely only on npx.
The runtime prompt must include the resolved command or the same resolver instructions because setup-time availability does not prove future scheduled-run availability.
Read references/client-adapters.md before creating a schedule.
Selection rules:
The skill controls how the call should run. The scheduler controls when it runs.
For setup, require:
cadencelocalTimetimezonephoneNumberreminderMessageUse scripts/validate-reminder-input.mjs to check these fields when a structured payload is available.
Phone numbers must be E.164. Mask phone numbers in user-facing summaries. The scheduled runtime prompt may contain the full phone number because it is the execution payload.
The default late-run window is 30 minutes.
Read references/safety.md for the full safety contract.
Always follow these rules:
After successful setup, report:
If setup was not created, report:
status: not createdNever state that a schedule exists unless the client scheduler creation actually succeeded.
Frequently asked questions
Use this skill when the user wants a recurring phone-call reminder such as "call me every day at 9:00 to remind me to take my medicine."
The source record exposes this install command: npx skills add https://github.com/CALLE-AI/awesome-phone-call-agents --skill "skills/call-reminder". Inspect the command and pinned source before running it.
Alternatives
garrytan/gbrain
End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.
alirezarezvani/claude-skills
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
wanshuiyin/Auto-claude-code-research-in-sleep
Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.
prowler-cloud/prowler
PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance