agentsclimarketplace

Calendar

Skill br3eze-code/br3eze-code/skills/calendar

Personal Ai Agent

Install
npx -y skills add br3eze-code/br3eze-code --skill calendar

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, as published. Nobody here has run it

Skill: calendar

Version: 1.0.0
Domain: productivity

Description

Calendar event management with pluggable provider adapters — local (stored in agent memory), Google Calendar, and Outlook/Microsoft 365.

When to Use

Invoke when the user asks about:

  • Creating, listing, updating, or deleting calendar events
  • Scheduling maintenance windows or cron-triggered tasks
  • Checking scheduled reboots or operator meetings

Tools

ActionDescription
createCreate a calendar event
listList events within a date range
updateUpdate an existing event
deleteDelete an event by ID

Providers

ProviderDescription
local (default)Stored in AgentOS agent memory
googleGoogle Calendar API
outlookMicrosoft Outlook / Microsoft 365

Example: Create Event

{
  "action": "create",
  "provider": "local",
  "event": {
    "title": "Router maintenance reboot",
    "start": "2026-05-10T04:00:00Z",
    "end":   "2026-05-10T04:15:00Z",
    "description": "Scheduled nightly reboot"
  }
}

Example: List Events

{
  "action": "list",
  "event": {
    "start": "2026-05-01T00:00:00Z",
    "end":   "2026-05-31T23:59:59Z"
  }
}

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.