An AI-powered skill to manage DingTalk calendars, attendee status, and meeting room reservations via the mcporter CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dingtalk-calendar
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dingtalk-calendar using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The DingTalk Calendar skill is designed to bridge the gap between AI agents and enterprise scheduling workflows. By utilizing the Model Context Protocol (MCP) and the mcporter CLI, it allows for the programmatic creation of events, management of meeting rooms, and real-time querying of user availability. This skill is particularly useful for developers looking to integrate DingTalk's robust communication features into their Openclaw Skills automation pipelines.
Beyond simple event creation, this skill provides deep integration with DingTalk Contacts, enabling users to search for participants and retrieve user details dynamically. This ensures that every calendar invite is accurate and reaches the intended stakeholders within an organization.
First, install the mcporter CLI tool globally:
npm install -g mcporter
# or
bun install -g mcporter
Retrieve your Streamable HTTP URLs from the DingTalk MCP Square (mcp.dingtalk.com) for both Calendar and Contacts. Then, configure the local environment:
mcporter config add dingtalk-calendar --url "YOUR_CALENDAR_URL"
mcporter config add dingtalk-contacts --url "YOUR_CONTACTS_URL"
Verify your setup by listing the available tools:
mcporter call dingtalk-calendar list_tools --output json
The skill organizes data using standard enterprise formats to ensure compatibility with Openclaw Skills requirements:
| Data Point | Format | Description |
|---|---|---|
| summary | String | The title of the calendar event (max 2048 chars) |
| startDateTime | ISO-8601 | Start time including timezone (e.g., 2026-02-28T14:00:00+08:00) |
| startTime/endTime | Integer | Millisecond timestamp for range queries |
| userIds | Array | List of unique DingTalk user identifiers for attendees |
| eventId | String | The unique server-side ID for an existing event |
Loading
A comprehensive implementation guide and toolset for full internationalization (i18n) and localized SEO in Next.js App Router applications.

An AI-powered skill for generating professional presentations and slide decks from text content, documents, or reference images via the 2slides API.

A sophisticated data exploration skill that uses the Powerdrill API to transform raw files into interactive insights, charts, and tables via natural language.

A sophisticated AI skill for querying, visualizing, and analyzing datasets using the Powerdrill API.

A read-only Reddit scraper for AI agents that allows searching and browsing subreddits via the public JSON API without an API key.

A high-performance utility for generating custom sound effects from text prompts using the ElevenLabs API.








































