AutomationTypeScript

Cron

by MemTensor

Cron is an Automation skill for Claude Code, published by MemTensor in memmy-agent.

912 stars93 forkson MemTensor/memmy-agentAdded 2026/08/22+33% in starsRepository updated 2026/08/21
agentagentic-aiai-agentschatgptclaude-codeclicodexcursordesktop-appdesktop-petdsh-pluginhermes-agentllmlong-term-memorymcpmemoryopenai-apiopenclawpersonal-aitui
Install in seconds
Install Cron
Copy Cron into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/MemTensor/memmy-agent/tree/main/App/memmy-agent/src/skills/cron ~/.claude/skills/cron

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/MemTensor/memmy-agent.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
App/memmy-agent/src/skills/cron/SKILL.md in MemTensor/memmy-agent
Installs to
~/.claude/skills/cron
Collection
One of 12 skills cataloged from this repository
Category
Automation1523 skills

What Cron does

Cron schedules reminders, recurring tasks, or one-time jobs from a message and time expression. Use it when an agent needs to notify a user or run a task later, including timezone-aware schedules.

Cron is cataloged under Automation on DirSkills. Cron comes from a repository tagged agent, agentic-ai, ai-agents, chatgpt and claude-code.

Documentation

README

Cron

Use the cron tool to schedule reminders or recurring tasks.

Three Modes

  1. Reminder - message is sent directly to user
  2. Task - message is a task description, agent executes and sends result
  3. One-time - runs once at a specific time, then auto-deletes

Examples

Fixed reminder:

cron(action="add", message="Time to take a break!", every_seconds=1200)

Dynamic task (agent executes each time):

cron(action="add", message="Check MemTensor/memmy-agent GitHub stars and report", every_seconds=600)

One-time scheduled task (compute ISO datetime from current time):

cron(action="add", message="Remind me about the meeting", at="<ISO datetime>")

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Cron

  • What else does MemTensor publish alongside Cron?

    Cron is one of 12 skills that DirSkills catalogs from MemTensor/memmy-agent, the repository it ships in. Its siblings there include Agent Memory Onboarding, GitHub and Image Generation. Each one is a separate skill with its own page in this directory, installs the same way Cron does, and is maintained by MemTensor in that same repository. The rest of the collection is listed on the MemTensor/memmy-agent page.

  • How does Cron compare to other Automation skills?

    Cron ranks #918 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Cron against them. Open each page to compare what they document and how they install.

More from MemTensor/memmy-agent

Cron is one of 12 skills cataloged on DirSkills from MemTensor/memmy-agent.

See all 12 skills
🧠
1w ago

Agent Memory Onboarding

Agent Memory Onboarding provisions a local agent for Memmy by verifying the installed product, installing the rendered Memmy Skill, and saving a sync recipe for its native conversation history. Use it when onboarding or removing an explicitly named agent surface.
AI Engineering
91293
🐙
1w ago

GitHub

GitHub uses the gh CLI to work with issues, pull requests, workflow runs, and API queries. Use it when you need to check CI, inspect PRs, or fetch repository data from the terminal.
Automation
91293
🎨
1w ago

Image Generation

Image Generation creates new images from text prompts and edits existing saved image artifacts. Use it when you want to generate, revise, or iterate on visuals in a conversation.
AI Engineering
91293
🧠
1w ago

Memmy Memory

Memmy Memory uses the shared Memmy service to retrieve relevant prior context and store durable agent turns, facts, decisions, preferences, procedures, and follow-ups. Use it when a task may benefit from recalled context across sessions.
AI Engineering
91293
🧠
1w ago

Memmy Memory

Memmy Memory uses the memmy-memory CLI to manage persistent agent memory and sessions. Use it to check service health, start or end turns, search, add, read, delete memories, or send raw HTTP requests.
AI Engineering
91293
🛠️
1w ago

Skill Creator

Skill Creator helps create, edit, review, and reorganize memmy-agent skills and SKILL.md files. Use it when adding new skills, refining triggers, or validating skill structure and metadata.
AI Engineering
91293