By Chronary
Chronary Calendar API — manage calendars, events, and availability for AI agents
Chronary calendar API for AI agents — REST + MCP server, agent self-signup flow, calendar/event/proposal/availability model, webhook HMAC verification, iCal subscriptions, error envelopes, and rate-limit/quota semantics. TRIGGER when the user asks about any of: creating an agent or calendar programmatically, scheduling an event from an agent, querying free/busy or availability, multi-agent meeting coordination, temporal holds before booking, subscribing to a Google/Outlook/iCal feed, verifying webhook payloads, calling `chronary.ai` / `api.chronary.ai` / `chr_sk_` / `chr_ak_` / `agt_` / `cal_` / `evt_` IDs, the MCP server at `api.chronary.ai/mcp`, the `@chronary/sdk` / `chronary` Python / `@chronary/mcp` packages, the agent-self-signup endpoints (`POST /v1/agent/sign-up`, `/v1/agent/verify`), or anything that pairs the words "calendar" and "agent". SKIP when the user is asking about generic calendar libraries (`ical.js`, `node-ical`, RFC 5545 parsing without the Chronary API), Google Calendar API directly, or the Chronary CLI binary install (use `chronary.ai/install.sh` reference, not this skill).
Chronary CLI — command reference for managing agents, calendars, events, availability, webhooks, and iCal subscriptions from the terminal.
Chronary MCP Server — configure and use Chronary calendar tools in Claude Desktop, Cursor, VS Code, and Windsurf.
Chronary Toolkit — 47 pre-built tools with framework adapters for Vercel AI SDK, OpenAI, LangChain, Mastra, and MCP.
Requires secrets
Needs API keys or credentials to function
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent skills and IDE plugins for the Chronary calendar API. These teach AI coding assistants how to write correct Chronary integrations.
Agent Skills are structured documentation files that AI coding assistants (Claude Code, Cursor, VS Code Copilot, OpenAI Codex, Windsurf) load to understand your API. They contain no executable code — just reference material in markdown format following the Agent Skills specification.
| Skill | Description |
|---|---|
chronary-api | Core REST API — data model, endpoints, authentication, error handling |
chronary-toolkit | Framework toolkit — 23 tools with adapters for Vercel AI SDK, OpenAI, LangChain, Mastra, MCP |
chronary-mcp | MCP server (@chronary/mcp) configuration for Claude Desktop, Cursor, VS Code, Windsurf |
chronary-cli | CLI tool — command reference, scripting, automation patterns |
| Document | Description |
|---|---|
api-reference.md | Complete TypeScript SDK method signatures |
examples.md | Code examples covering all resource types |
webhook-events.md | All 12 webhook event types with payload schemas |
macOS / Linux / WSL:
curl -fsSL https://raw.githubusercontent.com/Chronary/chronary-skills/main/install.sh | bash
Windows PowerShell:
iwr -useb https://raw.githubusercontent.com/Chronary/chronary-skills/main/install.ps1 | iex
Targets: claude-code · cursor · windsurf · vscode · codex · all (default).
# Install for one target only:
curl -fsSL https://raw.githubusercontent.com/Chronary/chronary-skills/main/install.sh | bash -s -- claude-code
This repo ships a Claude Code plugin marketplace. Inside Claude Code:
/plugin marketplace add Chronary/chronary-skills
/plugin install chronary@chronary
That installs the chronary plugin (all four skills, three slash commands, and the MCP server config in one bundle).
# User-level (preferred for shared knowledge)
cp -r skills/* ~/.cursor/skills/
# Or project-level
cp -r skills/ .cursor/skills/
VS Code Copilot's "Agent Skills" load from .github/skills/ in the repo. This repo ships pre-staged copies at .github/skills/, so:
cp -r .github/skills/* /path/to/your/project/.github/skills/
Codex reads skills from ~/.codex/skills/ (user-level) and AGENTS.md per-project from each project's repo root. Install user-level skills, then drop AGENTS.md into each project that uses Chronary:
cp -r skills/* ~/.codex/skills/
cp AGENTS.md /path/to/your/project/AGENTS.md
cp -r skills/* ~/.windsurf/skills/
The Chronary MCP server is published to npm as @chronary/mcp. Run it from any MCP-capable client:
export CHRONARY_API_KEY=chr_sk_...
npx -y @chronary/mcp
Full per-editor configuration is in skills/chronary-mcp/SKILL.md.
@chronary/sdk)chronary)chronary)@chronary/mcp)@chronary/toolkit)@chronary/schemas)MIT
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Memory compression system for Claude Code - persist context across sessions
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Streamline people operations — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub chronary/chronary-skills --plugin chronary