AI Agent Hub
Back to skills
DingTalk Flash Notes Data Extraction icon

DingTalk Flash Notes Data Extraction

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_9aa92135/dingtalk-shanji according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem To Solve

Collecting DingTalk Shanji or Flash Notes transcripts and full records through browser automation, cookie injection, or page scraping is brittle. UI changes, expired login state, and heavy resource usage make scripts fragile. When meeting notes need to feed CI, knowledge bases, meeting archives, or internal workflows, a command-line entry point is easier to integrate and less likely to break.

How It Works

The skill wraps the official dws CLI. It first assumes dws is available, then uses OAuth device-flow login before listing recent notes, fetching a specific note, extracting transcript text, or reading full record data. Output can be switched with -f json, -f table, or -f raw; JSON is the most practical mode for downstream parsing. The workflow is command-oriented: query, inspect, and extract, which fits automation pipelines.

Boundaries

It only accesses notes the user is permitted to view, and enterprise authorization must be in place. Missing login, missing admin authorization, or out-of-scope records will cause failures. This is not a web automation tool and does not perform semantic cleanup, translation, or structured summarization after the transcript is retrieved.

Use Cases

  • Extract transcript text from a specified DingTalk Shanji note during post-meeting archival.
  • List recent Flash Notes in a knowledge cleanup task, then fetch the full record for one meeting.
  • Export note details as structured JSON in a scripted workflow for downstream processing.
  • Read only notes the user can access instead of relying on browser cookie scraping.

Best For

  • Engineering staff handling meeting archives who need to export specific Shanji transcripts as JSON.
  • Automation engineers building internal knowledge bases who need full note records in scripted pipelines.
  • Data analysts cleaning meeting data who need stable access to authorized DingTalk note details.
  • IT operations staff maintaining office automation who need an official CLI alternative to cookie scraping.