Crawler Summary

@agiletortoise/drafts-mcp-server answer-first brief

Model Context Protocol server for Drafts app on macOS via AppleScript. Drafts MCP Server A $1 (MCP) server that enables AI assistants to interact with the $1 app on macOS through AppleScript. For additional discussion of uses, see $1 Features - ๐Ÿ“ **Draft Management**: Create, read, update, and search drafts - ๐Ÿท๏ธ **Tags**: Add and manage tags on drafts - ๐Ÿ“‚ **Workspaces**: List and query drafts from specific workspaces - โšก **Actions**: Run Drafts actions programmatically - ๐Ÿ” **Search* Published capability contract available. No trust telemetry is available yet. 10 GitHub stars reported by the source. Last updated 2/24/2026.

Freshness

Last checked 2/22/2026

Best For

Contract is available with explicit auth and schema references.

Not Ideal For

@agiletortoise/drafts-mcp-server is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.

Evidence Sources Checked

editorial-content, capability-contract, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 100/100

@agiletortoise/drafts-mcp-server

Model Context Protocol server for Drafts app on macOS via AppleScript. Drafts MCP Server A $1 (MCP) server that enables AI assistants to interact with the $1 app on macOS through AppleScript. For additional discussion of uses, see $1 Features - ๐Ÿ“ **Draft Management**: Create, read, update, and search drafts - ๐Ÿท๏ธ **Tags**: Add and manage tags on drafts - ๐Ÿ“‚ **Workspaces**: List and query drafts from specific workspaces - โšก **Actions**: Run Drafts actions programmatically - ๐Ÿ” **Search*

MCPverified

Public facts

7

Change events

1

Artifacts

0

Freshness

Feb 22, 2026

Verifiededitorial-content1 verified compatibility signal10 GitHub stars

Published capability contract available. No trust telemetry is available yet. 10 GitHub stars reported by the source. Last updated 2/24/2026.

10 GitHub starsSchema refs publishedTrust evidence available

Trust score

Unknown

Compatibility

MCP

Freshness

Feb 22, 2026

Vendor

Agiletortoise

Artifacts

0

Benchmarks

0

Last release

1.0.5

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Published capability contract available. No trust telemetry is available yet. 10 GitHub stars reported by the source. Last updated 2/24/2026.

Setup snapshot

git clone https://github.com/agiletortoise/drafts-mcp-server.git
  1. 1

    Setup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Agiletortoise

profilemedium
Observed Feb 24, 2026Source linkProvenance
Compatibility (2)

Protocol compatibility

MCP

contracthigh
Observed Feb 24, 2026Source linkProvenance

Auth modes

mcp, api_key

contracthigh
Observed Feb 24, 2026Source linkProvenance
Artifact (1)

Machine-readable schemas

OpenAPI or schema references published

contracthigh
Observed Feb 24, 2026Source linkProvenance
Adoption (1)

Adoption signal

10 GitHub stars

profilemedium
Observed Feb 24, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB MCP

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Executable Examples

bash

brew install node

bash

npx @agiletortoise/drafts-mcp-server

bash

npm install -g @agiletortoise/drafts-mcp-server

bash

# Clone or extract the package
cd drafts-mcp-server

# Install dependencies
npm install

# Build
npm run build

# Test with MCP Inspector
npm run inspector

# Or run directly
node dist/index.js

bash

brew install node

json

{
  "mcpServers": {
    "drafts": {
      "command": "npx",
      "args": ["@agiletortoise/drafts-mcp-server"]
    }
  }
}

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB MCP

Docs source

GITHUB MCP

Editorial quality

ready

Model Context Protocol server for Drafts app on macOS via AppleScript. Drafts MCP Server A $1 (MCP) server that enables AI assistants to interact with the $1 app on macOS through AppleScript. For additional discussion of uses, see $1 Features - ๐Ÿ“ **Draft Management**: Create, read, update, and search drafts - ๐Ÿท๏ธ **Tags**: Add and manage tags on drafts - ๐Ÿ“‚ **Workspaces**: List and query drafts from specific workspaces - โšก **Actions**: Run Drafts actions programmatically - ๐Ÿ” **Search*

Full README

Drafts MCP Server

A Model Context Protocol (MCP) server that enables AI assistants to interact with the Drafts app on macOS through AppleScript.

For additional discussion of uses, see the Drafts forum

Features

  • ๐Ÿ“ Draft Management: Create, read, update, and search drafts
  • ๐Ÿท๏ธ Tags: Add and manage tags on drafts
  • ๐Ÿ“‚ Workspaces: List and query drafts from specific workspaces
  • โšก Actions: Run Drafts actions programmatically
  • ๐Ÿ” Search: Full-text search across all drafts
  • ๐Ÿšฉ Flags & Archive: Flag, archive, or trash drafts

Requirements

  • macOS (AppleScript is macOS-only)
  • Drafts app v50.0.3 or greater installed
  • Node.js 18 or higher

Installation

Quick Start (After Publishing to npm)

You will need to have Node installed on your Mac so make the npx command available. If you do not already have Node installed, you can do so with Homebrew using:

brew install node

Once published, use with npx - no installation needed:

npx @agiletortoise/drafts-mcp-server

Global Installation

npm install -g @agiletortoise/drafts-mcp-server

Local Development/Testing

Before publishing, test locally:

# Clone or extract the package
cd drafts-mcp-server

# Install dependencies
npm install

# Build
npm run build

# Test with MCP Inspector
npm run inspector

# Or run directly
node dist/index.js

Configuration for Claude Desktop

The easiest way to use this MCP with the Claude Desktop app by installing the MCPB version. To do so:

  • Download the drafts-mcp-server.mcpb from the project to your Mac.
  • Open Claude Desktop
  • Navigate to Settings > Extensions
  • Drag and drop the drafts-mcp-server.mcpb file from the Finder into this window to install.
  • Follow the prompts to complete installation.

We are likely to submit this project to the Claude extension directory soon to make it available directly in the app.

Advanced Claude Desktop Configuration

If you prefer to install locally, or run via npm, these instructions are for you...

You will need to have Node installed on your Mac so make the npx command available. If you do not already have Node installed, you can do so with Homebrew using:

brew install node

Add the below to the Claude Desktop confguration file (~/Library/Application Support/Claude/claude_desktop_config.json), and relaunch Claude.

{
  "mcpServers": {
    "drafts": {
      "command": "npx",
      "args": ["@agiletortoise/drafts-mcp-server"]
    }
  }
}

For local development/testing (before publishing), use:

{
  "mcpServers": {
    "drafts": {
      "command": "node",
      "args": ["/absolute/path/to/drafts-mcp-server/dist/index.js"]
    }
  }
}

Or if globally installed:

{
  "mcpServers": {
    "drafts": {
      "command": "drafts-mcp-server"
    }
  }
}

Configuration for Cursor

After publishing to npm, add to your Cursor MCP settings (.cursor/mcp.json in your project or global settings):

{
  "mcpServers": {
    "drafts": {
      "command": "npx",
      "args": ["@agiletortoise/drafts-mcp-server"]
    }
  }
}

For local development/testing, use:

{
  "mcpServers": {
    "drafts": {
      "command": "node",
      "args": ["/absolute/path/to/drafts-mcp-server/dist/index.js"]
    }
  }
}

Configuration for Claude Code

Claude Code (the CLI tool) can be configured using the /mcp command or by editing the settings file directly.

Using the CLI:

claude mcp add drafts -- npx @agiletortoise/drafts-mcp-server

For local development/testing, use:

claude mcp add drafts -- node /absolute/path/to/drafts-mcp-server/dist/index.js

After adding, restart Claude Code or start a new session for the MCP server to be available.

Permissions

The first time the server runs, macOS will ask for permissions:

  1. System Preferences > Security & Privacy > Privacy > Automation
  2. Allow the MCP host (e.g., Claude Desktop, Claude Code, Cursor) to control Drafts

Available Tools

Workspace Management

drafts_list_workspaces

List all workspaces in Drafts.

// No parameters required

Draft Operations

drafts_get_drafts

Get drafts with flexible filtering by content, folder, tag, flagged status, and dates.

{
  query?: string;                // Optional: Query string to filter drafts
  folder?: inbox, archive, trash // Optional: Limit to one folder
  tag: string                    // Optional: Limit by assigned tag
}

drafts_create_draft

Create a new draft with content and optional tags.

{
  content: string;        // Required: Draft content
  tags?: string[];        // Optional: Array of tag names
  flagged?: boolean;      // Optional: Flag the draft
}

drafts_get_draft

Retrieve a specific draft by UUID.

{
  uuid: string;           // Required: UUID of the draft
}

drafts_update_draft

Update the content of an existing draft.

{
  uuid: string;           // Required: UUID of the draft
  content: string;        // Required: New content
}

drafts_search

Search for drafts across all workspaces.

{
  query: string;          // Required: Search query
}

Tags

drafts_add_tags

Add tags to an existing draft.

{
  uuid: string;           // Required: UUID of the draft
  tags: string[];         // Required: Array of tag names to add
}

Actions

drafts_list_actions

List all available Drafts actions.

// No parameters required

drafts_run_action

Run a Drafts action on a specific draft.

{
  draftUuid: string;      // Required: UUID of the draft
  actionName: string;     // Required: Name of the action to run
}

Draft Status

drafts_flag

Flag or unflag a draft.

{
  uuid: string;           // Required: UUID of the draft
  flagged: boolean;       // Required: true to flag, false to unflag
}

drafts_archive

Archive a draft.

{
  uuid: string;           // Required: UUID of the draft to archive
}

drafts_trash

Move a draft to trash.

{
  uuid: string;           // Required: UUID of the draft to trash
}

Example Usage

Here are some example prompts you can use with Claude or other AI assistants:

Basic Operations

"Show me all my workspaces in Drafts"

"Get all drafts from my 'Work' workspace"

"Create a new draft with the content 'Meeting notes for Q1 planning'"

"Search for drafts containing 'budget'"

Advanced Operations

"Create a draft with content 'Todo: Review PR #123' and tag it with 'work' and 'urgent'"

"Find the draft about the marketing campaign and run the 'Send to Email' action on it"

"Flag all drafts in my Inbox workspace that contain 'follow up'"

"Archive all drafts tagged 'completed'"

Workflow Integration

"Get all drafts from my 'Daily Notes' workspace from the last week, 
 then create a summary draft tagged 'weekly-review'"

"Search for all drafts tagged 'meeting-notes', extract action items, 
 and create a new draft with all the action items combined"

Development

Setup

# Clone the repository
git clone https://github.com/agiletortoise/drafts-mcp-server.git
cd drafts-mcp-server

# Install dependencies
npm install

# Build
npm run build

# Test with MCP Inspector
npm run inspector

Project Structure

drafts-mcp-server/
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ index.ts           # Main MCP server implementation
โ”‚   โ”œโ”€โ”€ drafts.ts          # Drafts-specific operations
โ”‚   โ””โ”€โ”€ applescript.ts     # AppleScript execution utilities
โ”œโ”€โ”€ dist/                  # Compiled JavaScript (generated)
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ tsconfig.json
โ””โ”€โ”€ README.md

Testing

Use the MCP Inspector to test the server:

npm run inspector

This opens a web interface where you can test each tool interactively.

Troubleshooting

"Drafts got an error: Can't get workspace..."

Make sure you've spelled the workspace name exactly as it appears in Drafts. Workspace names are case-sensitive.

Permission Errors

  1. Check System Preferences > Security & Privacy > Privacy > Automation
  2. Ensure your MCP client (Claude Desktop, Cursor, etc.) has permission to control Drafts
  3. You may need to restart the client after granting permissions

Script Execution Errors

  1. Ensure Drafts is installed and has been launched at least once
  2. Try running a simple AppleScript manually to verify permissions:
    osascript -e 'tell application "Drafts" to get name of first workspace'
    

No Workspaces/Drafts Returned

This might indicate that AppleScript dictionary access isn't working. Check that:

  • You're using the latest version of Drafts
  • Your AppleScript dictionary is properly exposed in Drafts

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

MIT License - see the LICENSE file for details.

Related Projects

Support

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

Verifiedcapability-contract

Contract coverage

Status

ready

Auth

mcp, api_key

Streaming

No

Data region

global

Protocol support

MCP: verified

Requires: mcp, lang:typescript

Forbidden: none

Guardrails

Operational confidence: medium

Contract is available with explicit auth and schema references.
Trust confidence is not low and verification freshness is acceptable.
Protocol support is explicitly confirmed in contract metadata.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITLAB_AI_CATALOGgitlab-mcp

Rank

83

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_PUBLIC_PROJECTSgitlab-mcp

Rank

80

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-openapi

Rank

74

Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-actix-web

Rank

72

An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
Machine Appendix

Contract JSON

{
  "contractStatus": "ready",
  "authModes": [
    "mcp",
    "api_key"
  ],
  "requires": [
    "mcp",
    "lang:typescript"
  ],
  "forbidden": [],
  "supportsMcp": true,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": "https://github.com/agiletortoise/drafts-mcp-server#input",
  "outputSchemaRef": "https://github.com/agiletortoise/drafts-mcp-server#output",
  "dataRegion": "global",
  "contractUpdatedAt": "2026-02-24T19:45:41.103Z",
  "sourceUpdatedAt": "2026-02-24T19:45:41.103Z",
  "freshnessSeconds": 4435290
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "MCP"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_MCP",
      "generatedAt": "2026-04-17T03:47:11.605Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "MCP",
      "type": "protocol",
      "support": "supported",
      "confidenceSource": "contract",
      "notes": "Confirmed by capability contract"
    },
    {
      "key": "mcp",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "model-context-protocol",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "drafts",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "applescript",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "macos",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "automation",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "ai",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "cli",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:MCP|supported|contract capability:mcp|supported|profile capability:model-context-protocol|supported|profile capability:drafts|supported|profile capability:applescript|supported|profile capability:macos|supported|profile capability:automation|supported|profile capability:ai|supported|profile capability:cli|supported|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "MCP",
    "href": "https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:45:41.103Z",
    "isPublic": true
  },
  {
    "factKey": "auth_modes",
    "category": "compatibility",
    "label": "Auth modes",
    "value": "mcp, api_key",
    "href": "https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:45:41.103Z",
    "isPublic": true
  },
  {
    "factKey": "schema_refs",
    "category": "artifact",
    "label": "Machine-readable schemas",
    "value": "OpenAPI or schema references published",
    "href": "https://github.com/agiletortoise/drafts-mcp-server#input",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:45:41.103Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Agiletortoise",
    "href": "https://github.com/agiletortoise/drafts-mcp-server#readme",
    "sourceUrl": "https://github.com/agiletortoise/drafts-mcp-server#readme",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-24T19:43:14.176Z",
    "isPublic": true
  },
  {
    "factKey": "traction",
    "category": "adoption",
    "label": "Adoption signal",
    "value": "10 GitHub stars",
    "href": "https://github.com/agiletortoise/drafts-mcp-server",
    "sourceUrl": "https://github.com/agiletortoise/drafts-mcp-server",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-24T19:43:14.176Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-agiletortoise-drafts-mcp-server/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub ยท GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to @agiletortoise/drafts-mcp-server and adjacent AI workflows.