AgentStack
SKILL verified Apache-2.0 Self-run

Calendar

skill-br3eze-code-br3eze-code-calendar · by br3eze-code

A Claude skill from br3eze-code/br3eze-code.

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-br3eze-code-br3eze-code-calendar

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Calendar? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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

| Action | Description | |---|---| | create | Create a calendar event | | list | List events within a date range | | update | Update an existing event | | delete | Delete an event by ID |

Providers

| Provider | Description | |---|---| | local (default) | Stored in AgentOS agent memory | | google | Google Calendar API | | outlook | Microsoft 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"
  }
}

Source & license

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

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.