Back to AgentUtil Cron

Card snapshot

cron.agentutil.net · 2026-05-21 00:19:57 UTC · 9423524874006f3a51349c63ed4a4998f86b516438fc1a4ca1818b63e0ed04aa

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "AgentUtil Cron",
  "description": "Cron expression tools \u2014 explain, parse, schedule, and validate cron expressions for autonomous agents",
  "version": "1.0.0",
  "url": "https://cron.agentutil.net",
  "capabilities": {
    "skills": [
      {
        "id": "explainCron",
        "name": "Convert a cron expression to a human-readable description",
        "description": "Convert a cron expression to a human-readable description",
        "tags": [
          "cron",
          "explainCron"
        ]
      },
      {
        "id": "parseCron",
        "name": "Convert natural language to a cron expression (regex/keyword, no LLM)",
        "description": "Convert natural language to a cron expression (regex/keyword, no LLM)",
        "tags": [
          "cron",
          "parseCron"
        ]
      },
      {
        "id": "nextCron",
        "name": "Calculate the next N execution times for a cron expression",
        "description": "Calculate the next N execution times for a cron expression",
        "tags": [
          "cron",
          "nextCron"
        ]
      },
      {
        "id": "validateCron",
        "name": "Validate and normalize a cron expression",
        "description": "Validate and normalize a cron expression",
        "tags": [
          "cron",
          "validateCron"
        ]
      }
    ]
  },
  "endpoint": "https://cron.agentutil.net",
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "type": "none",
    "note": "Free tier: 10 queries/day, no auth required"
  },
  "provider": {
    "organization": "AgentUtil",
    "url": "https://agentutil.net"
  }
}