Recipe Find Free Time
This skill finds recipes based on your available free time and ingredients, simplifying meal planning and reducing decision fatigue.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add recipe-find-free-time npx -- -y @trustedskills/recipe-find-free-time
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"recipe-find-free-time": {
"command": "npx",
"args": [
"-y",
"@trustedskills/recipe-find-free-time"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The recipe-find-free-time skill helps AI agents identify available slots in a Google Calendar by analyzing existing events and user availability. It streamlines scheduling workflows by automatically querying calendar data to determine when meetings can be booked without conflicts.
When to use it
- You need to propose meeting times to a colleague or client before sending an invitation.
- Your AI agent is tasked with coordinating multiple team members' schedules for a project kickoff.
- You want to automatically detect gaps in your calendar to suggest optimal times for deep work sessions.
Key capabilities
- Queries Google Calendar to retrieve current event data.
- Analyzes existing appointments to identify open time slots.
- Returns specific availability windows based on user-defined constraints.
Example prompts
- "Find three 30-minute slots next Tuesday where I am free between 9 AM and 5 PM."
- "Check my calendar for the upcoming week and suggest a time to meet with the design team."
- "Identify when I have no meetings scheduled on Friday afternoon so we can plan a review."
Tips & gotchas
Ensure your Google Calendar API permissions are correctly configured within the TrustedSkills environment before running this skill. The accuracy of results depends entirely on the real-time data available in your connected calendar; manually added events or those shared with limited access may not be reflected.
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.