CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. breath57
  4. /
  5. dingtalk-skills
  6. /
  7. Dingtalk Calendar

Dingtalk Calendar

Editor's Note

This handles DingTalk's calendar API so you can create, update, and delete events, check availability, book meeting rooms, and manage video conferences. The implementation is thorough: it covers recurring events with recurrence rules, sign-in/sign-out links for attendance tracking, and meeting room availability queries. The routing logic is smart about distinguishing between user availability versus room booking, which matters because they hit different endpoints. One thing to know upfront is that all user identifiers in paths must be unionIds, not staffIds, and timestamps need full UTC ISO8601 with milliseconds or you'll hit parsing errors. The helper script manages tokens and configuration, and the documentation includes grep commands to jump straight to the API section you need.

Install

npx skills add https://github.com/breath57/dingtalk-skills --skill dingtalk-calendar
Votes
0
Installs158
GitHub Stars73
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment