Check Calendar Today
This skill checks your calendar for events scheduled today, boosting productivity by quickly revealing your daily commitments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add check-calendar-today npx -- -y @trustedskills/check-calendar-today
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"check-calendar-today": {
"command": "npx",
"args": [
"-y",
"@trustedskills/check-calendar-today"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to determine today's date. It can provide the full date, or just the day of the week. The agent uses this information to respond appropriately to user requests related to scheduling and time awareness.
When to use it
- A user asks "What day is it?"
- You want an AI assistant to automatically include today's date in a generated email.
- The agent needs to confirm the current date for scheduling purposes.
- To provide context when responding to time-sensitive requests.
Key capabilities
- Determines the current date.
- Provides the full date (e.g., "October 26, 2023").
- Provides just the day of the week (e.g., "Thursday").
Example prompts
- "What's today’s date?"
- “Tell me the day of the week.”
- "What is today?"
Tips & gotchas
The skill relies on system time and may be inaccurate if the agent's clock is incorrect. Ensure the AI agent has access to a reliable time source for accurate results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.