<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: breath57</title>
    <description>The latest articles on DEV Community by breath57 (@breath57).</description>
    <link>https://dev.to/breath57</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3809862%2F1722541a-68b6-4940-8dd2-f40af78e4b4b.jpeg</url>
      <title>DEV Community: breath57</title>
      <link>https://dev.to/breath57</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/breath57"/>
    <language>en</language>
    <item>
      <title>I built an open-source skill pack that lets AI agents operate DingTalk for you</title>
      <dc:creator>breath57</dc:creator>
      <pubDate>Fri, 06 Mar 2026 12:30:32 +0000</pubDate>
      <link>https://dev.to/breath57/i-built-an-open-source-skill-pack-that-lets-ai-agents-operate-dingtalk-for-you-jcp</link>
      <guid>https://dev.to/breath57/i-built-an-open-source-skill-pack-that-lets-ai-agents-operate-dingtalk-for-you-jcp</guid>
      <description>&lt;p&gt;If your company uses DingTalk, you know the drill: meeting wraps up, now you have to manually archive the notes, update the project table, log the action items...&lt;/p&gt;

&lt;p&gt;It's not hard. It's just &lt;em&gt;exhausting&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What if your AI assistant could do it all?&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What this project does
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/breath57/dingtalk-skills" rel="noopener noreferrer"&gt;&lt;strong&gt;dingtalk-skills&lt;/strong&gt;&lt;/a&gt; is an open-source skill pack that gives Claude Code, GitHub Copilot, Cursor, and other AI agents the ability to directly operate DingTalk — documents, knowledge bases, and AI tables.&lt;/p&gt;

&lt;p&gt;After installing, you can just tell your AI:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Save today's meeting notes to the '2026-03' folder in the 'Project Docs' knowledge base"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The agent will find the folder, create the doc, write the content. Done.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Show me all records in the requirements table where priority is 'High'"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It scrolls through everything and gives you the filtered results.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Add three tasks to the task table — I'll tell you the title, owner, and deadline for each"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;One sentence per task. Done.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why it's useful
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;No API knowledge needed.&lt;/strong&gt; Install it once, then just talk naturally. The agent handles the rest.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One-time setup.&lt;/strong&gt; The first time you use it, the agent walks you through your app credentials and saves them. After that, it works automatically every session.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zero extra dependencies.&lt;/strong&gt; No libraries to install. No new packages in your project. It just works.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's supported
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;DingTalk Docs &amp;amp; Knowledge Base&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;List your knowledge bases&lt;/li&gt;
&lt;li&gt;Browse directory structure&lt;/li&gt;
&lt;li&gt;Create documents and folders&lt;/li&gt;
&lt;li&gt;Read, write, and update document content&lt;/li&gt;
&lt;li&gt;Delete documents&lt;/li&gt;
&lt;li&gt;Manage member permissions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;DingTalk AI Table&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;View, create, and delete worksheets&lt;/li&gt;
&lt;li&gt;Manage fields&lt;/li&gt;
&lt;li&gt;Batch insert records&lt;/li&gt;
&lt;li&gt;Query all records (with pagination)&lt;/li&gt;
&lt;li&gt;Update and delete specific records&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  How to install
&lt;/h2&gt;

&lt;p&gt;Prerequisite: a DingTalk internal app on the open platform with document/table permissions enabled.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx skills add breath57/dingtalk-skills@dingtalk-document
npx skills add breath57/dingtalk-skills@dingtalk-ai-table
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That's it. Talk to your agent and it'll guide you through first-time setup automatically.&lt;/p&gt;




&lt;p&gt;More scenarios are planned: messages, approvals, contacts, calendar, to-dos.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/breath57/dingtalk-skills" rel="noopener noreferrer"&gt;github.com/breath57/dingtalk-skills&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Stars and issues welcome!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>agents</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
