A professional integration for programmatically retrieving and filtering employee reports and work logs from the DingTalk platform.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dingtalk-log
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-log using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This integration leverages the DingTalk Open Platform topapi/report/list interface to provide AI agents with the ability to query enterprise logs. By using Openclaw Skills, developers can automate the retrieval of daily reports, weekly updates, and custom templates. The skill handles complex filtering by employee ID, template name, and specific time ranges, making it an essential tool for enterprise data synchronization and workflow automation.
The skill provides a structured way to access internal communication data, ensuring that reports containing creator information, timestamps, and specific form contents are easily accessible for further analysis or reporting. It is designed specifically for Internal Enterprise and Third-party Enterprise applications.
To get started with this integration from Openclaw Skills, follow these steps:
# Example to get access_token
curl -X POST "https://api.dingtalk.com/v1.0/oauth2/accessToken" \
-H "Content-Type: application/json" \
-d '{"appKey": "your_app_key", "appSecret": "your_app_secret"}'
The skill manages data using a strictly defined JSON structure for both requests and responses.
| Parameter | Type | Required | Description |
|---|---|---|---|
| start_time | Number | Yes | Start time in millisecond Unix timestamp |
| end_time | Number | Yes | End time in millisecond Unix timestamp |
| cursor | Number | Yes | Pagination cursor (initial value is 0) |
| size | Number | Yes | Page size (maximum 20) |
| template_name | String | No | Filter by specific report template name |
The response includes a data_list containing contents (key-value pairs of report fields), creator_name, create_time, and report_id.
Loading
A high-performance MCP skill for Openclaw Skills that bypasses sophisticated anti-bot measures using Playwright Extra and the Stealth plugin.

An AI agent skill designed to manage Google Ads campaigns, budgets, and reporting via the Google Ads API.

A specialized content engine designed to generate viral-ready Xiaohongshu posts optimized for the platform's CES engagement algorithm.

A specialized tool for registering, configuring, and maintaining Telegram bot integrations within the OpenClaw ecosystem.

A high-performance orchestration engine for collaborative AI agent sessions using CRDT-based persistence and cryptographic verification.

An end-to-end development orchestrator that manages git lifecycles, build checks, and AI-driven implementation for high-quality software delivery.








































