# Cron Scheduler

> >

- **Type:** Skill
- **Install:** `agentstack add skill-stijnman-grok-custom-skills-cron-scheduler`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Stijnman](https://agentstack.voostack.com/s/stijnman)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Stijnman](https://github.com/Stijnman)
- **Source:** https://github.com/Stijnman/grok-custom-skills/tree/main/.grok/skills/cron-scheduler

## Install

```sh
agentstack add skill-stijnman-grok-custom-skills-cron-scheduler
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Cron Scheduler

## When to Use

- User says **schedule this** or task matches this capability
- User says **run daily** or task matches this capability
- User says **cron job** or task matches this capability
- User says **set timer** or task matches this capability
- User says **every morning** or task matches this capability

## Workflow

1. Parse schedule expression (cron, interval, or natural language).
2. Write entry to workspace cron-jobs.md (default) or document GitHub Action.
3. Define task: skill to invoke, args, and notification channel.
4. Confirm next 3 run times with user.
5. On trigger, execute task and log via insight-synthesizer.

## References

Read `references/scheduling.md` when setup, backends, or rubric details are needed.

## Integrations

- `insight-synthesizer`
- `goal-verifier`

## Error Handling

| Failure | Response |
|---------|----------|
| Invalid cron | Show valid example: 0 9 * * 1-5 (weekdays 9am). |
| No workspace write access | Output schedule as copy-paste block only. |

## Gotchas

- Read references/scheduling.md for backend options.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Stijnman](https://github.com/Stijnman)
- **Source:** [Stijnman/grok-custom-skills](https://github.com/Stijnman/grok-custom-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-stijnman-grok-custom-skills-cron-scheduler
- Seller: https://agentstack.voostack.com/s/stijnman
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
