<?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: Chaitrali Kakde</title>
    <description>The latest articles on DEV Community by Chaitrali Kakde (@chaitrali_kakde_27694f6f9).</description>
    <link>https://dev.to/chaitrali_kakde_27694f6f9</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%2F3573393%2F731b7b04-481d-49a4-9dc4-f2cce9a434c5.png</url>
      <title>DEV Community: Chaitrali Kakde</title>
      <link>https://dev.to/chaitrali_kakde_27694f6f9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chaitrali_kakde_27694f6f9"/>
    <language>en</language>
    <item>
      <title>How my AI Agent post my daily statndup summary in slack instead of me</title>
      <dc:creator>Chaitrali Kakde</dc:creator>
      <pubDate>Sun, 31 May 2026 06:01:52 +0000</pubDate>
      <link>https://dev.to/chaitrali_kakde_27694f6f9/i-was-tired-of-writing-daily-standups-so-i-built-an-ai-agent-using-claude-code-35g8</link>
      <guid>https://dev.to/chaitrali_kakde_27694f6f9/i-was-tired-of-writing-daily-standups-so-i-built-an-ai-agent-using-claude-code-35g8</guid>
      <description>&lt;p&gt;For the last few months, I was doing the same thing every single day.&lt;/p&gt;

&lt;p&gt;First, I would update all my tasks in ClickUp.&lt;/p&gt;

&lt;p&gt;Then, before the team standup, I would open Slack and manually write a summary of everything I worked on the previous day.&lt;/p&gt;

&lt;p&gt;The funny part was that all the information already existed in ClickUp. I was basically maintaining the same data in two different places.&lt;/p&gt;

&lt;p&gt;Some days it took only a few minutes. On busy days, it felt like another task added to my list.&lt;/p&gt;

&lt;p&gt;After repeating this process for weeks, I finally decided to fix it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Instead of manually writing standup updates every morning, I connected ClickUp to Slack and built a simple workflow that automatically generates and posts a summary of yesterday's work at 10 AM.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Now the &lt;strong&gt;standup update appears in Slack automatically&lt;/strong&gt;, and I don't have to think about it anymore.&lt;/p&gt;

&lt;p&gt;Since this saved me time every day, I thought I'd share exactly how I built it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the Workflow Does
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Every day at 10 AM:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The workflow fetches tasks that were updated in ClickUp yesterday.&lt;/li&gt;
&lt;li&gt;It collects the latest task statuses and activity.&lt;/li&gt;
&lt;li&gt;AI generates a clean and readable standup summary.&lt;/li&gt;
&lt;li&gt;The summary is automatically posted to a Slack channel.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpm46m1in4tiz83i7g7kx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpm46m1in4tiz83i7g7kx.png" alt="slack automation"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why I Built This&lt;/p&gt;

&lt;p&gt;The biggest problem wasn't writing the update.&lt;/p&gt;

&lt;p&gt;The problem was context switching.&lt;/p&gt;

&lt;p&gt;I was already keeping ClickUp updated throughout the day. Having to open another tool and rewrite the same information felt unnecessary.&lt;/p&gt;

&lt;p&gt;I wanted a system where updating ClickUp automatically became my standup update.&lt;/p&gt;

&lt;p&gt;Now it does.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Node.js 18+&lt;/li&gt;
&lt;li&gt;swytchcode account - &lt;a href="https://dub.sh/F1LfEmH" rel="noopener noreferrer"&gt;signup here&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;A ClickUp account &lt;a href="https://app.clickup.com/settings/apps" rel="noopener noreferrer"&gt;with an API key&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;A &lt;a href="https://docs.slack.dev/app-management/quickstart-app-settings" rel="noopener noreferrer"&gt;Slack bot token&lt;/a&gt; with chat:write and channels:read scopes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Step 1: Install Swytchcode CLI
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="n"&gt;npm&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;g&lt;/span&gt; &lt;span class="n"&gt;swytchcode&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Log in to your account:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="n"&gt;swytchcode&lt;/span&gt; &lt;span class="n"&gt;login&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Step 2 :Initialize a project
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="n"&gt;mkdir&lt;/span&gt; &lt;span class="n"&gt;standup&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;bot&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;standup&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;bot&lt;/span&gt;
&lt;span class="n"&gt;npm&lt;/span&gt; &lt;span class="n"&gt;init&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;y&lt;/span&gt;
&lt;span class="n"&gt;npm&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="n"&gt;swytchcode&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;runtime&lt;/span&gt; &lt;span class="n"&gt;dotenv&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Initialize Swytchcode in the project:
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;swytchcode init
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqxiushfp73k3rpw7moag.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqxiushfp73k3rpw7moag.png" alt="swytchcode command"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Selecting claude means Swytchcode generates an MCP config and a CLAUDE.md contract file in your project — Claude Code can then read it and know exactly which integrations are available and how to call them. Selecting sandbox means all API calls run in test mode so you don't accidentally hit production APIs while building.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fowv84hgmqlqp67y5w9ve.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fowv84hgmqlqp67y5w9ve.png" alt="swytchcode-command"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 3: Search and fetch the integrations
&lt;/h2&gt;

&lt;p&gt;Find the ClickUp and Slack integration bundles:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="n"&gt;swytchcode&lt;/span&gt; &lt;span class="n"&gt;search&lt;/span&gt; &lt;span class="n"&gt;clickup&lt;/span&gt;
&lt;span class="n"&gt;swytchcode&lt;/span&gt; &lt;span class="n"&gt;search&lt;/span&gt; &lt;span class="n"&gt;slack&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Fetch them into your project:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;swytchcode get clickup
swytchcode get slack
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Step 4 : Enable the methods you need
&lt;/h2&gt;

&lt;p&gt;You need two methods: one to fetch tasks from ClickUp, one to post a message to Slack.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="n"&gt;swytchcode&lt;/span&gt; &lt;span class="n"&gt;add&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt; &lt;span class="nb"&gt;list&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;task&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;get&lt;/span&gt;
&lt;span class="n"&gt;swytchcode&lt;/span&gt; &lt;span class="n"&gt;add&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt; &lt;span class="n"&gt;chat&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;postmessage&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;chat&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;postmessage&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;create&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Verify they're enabled:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="n"&gt;swytchcode&lt;/span&gt; &lt;span class="nb"&gt;list&lt;/span&gt; &lt;span class="n"&gt;tooling&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Step 5 : Inspect the contracts
&lt;/h2&gt;

&lt;p&gt;Before writing any code, check the exact input/output schema for each method:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="n"&gt;swytchcode&lt;/span&gt; &lt;span class="n"&gt;info&lt;/span&gt; &lt;span class="nb"&gt;list&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;task&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;get&lt;/span&gt;
&lt;span class="n"&gt;swytchcode&lt;/span&gt; &lt;span class="n"&gt;info&lt;/span&gt; &lt;span class="n"&gt;chat&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;postmessage&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;chat&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;postmessage&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;create&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This tells you which fields are required, where they go (path, query, body, header), and what the response shape looks like. No guessing.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 6 : Set up your .env
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="n"&gt;CLICKUP_API_KEY&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;pk_your_clickup_api_key&lt;/span&gt;
&lt;span class="n"&gt;CLICKUP_LIST_ID&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;your_list_id&lt;/span&gt;
&lt;span class="n"&gt;SLACK_BOT_TOKEN&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;xoxb&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;your&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;slack&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;bot&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;token&lt;/span&gt;
&lt;span class="n"&gt;SLACK_CHANNEL&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;C0XXXXXXXXX&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;1. To find your CLICKUP_LIST_ID: open a list in ClickUp and copy the ID from the URL — it's the number after /l/.&lt;/li&gt;
&lt;li&gt;2. To find your SLACK_CHANNEL ID: right-click the channel in Slack → Copy link — the ID is the last segment.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Step 7 : Ask Claude to write the script
&lt;/h2&gt;

&lt;p&gt;This is where Swytchcode + Claude really shines. Because you ran &lt;code&gt;swytchcode init&lt;/code&gt; with Claude selected, Claude Code already knows your project's integrations, available methods, and their exact input/output contracts via the &lt;code&gt;CLAUDE.md&lt;/code&gt; file Swytchcode generated.&lt;/p&gt;

&lt;p&gt;You don't need to write the script yourself. Just open Claude Code in your project and paste this prompt:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="n"&gt;I&lt;/span&gt; &lt;span class="n"&gt;want&lt;/span&gt; &lt;span class="n"&gt;to&lt;/span&gt; &lt;span class="n"&gt;build&lt;/span&gt; &lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="n"&gt;daily&lt;/span&gt; &lt;span class="n"&gt;standup&lt;/span&gt; &lt;span class="n"&gt;automation&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt; &lt;span class="n"&gt;Here&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="s"&gt;s what it should do:

1. Fetch all tasks from my ClickUp list using the list.task.get method
2. Filter to tasks updated in the last 48 hours (fall back to all tasks if none match)
3. Group the tasks by their status (done, in progress, blocked, to do, etc.)
4. Build a formatted Slack message with emoji per status group, task names as 
   clickable links, and assignee names
5. Post the message to my Slack standup channel using the Slack API

Use swytchcode-runtime exec() for the ClickUp fetch. Read credentials from .env 
(CLICKUP_LIST_ID, CLICKUP_API_KEY, SLACK_BOT_TOKEN, SLACK_CHANNEL). 
Write the result to standup.js.
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Step 8 — Run it
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;node standup.js
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmftb8434p1t0hihvds5q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmftb8434p1t0hihvds5q.png" alt="slack-clickup-atomation"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhh4wp103qy3bcrfxi32r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhh4wp103qy3bcrfxi32r.png" alt="slack - clickup - automation"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A small automation, but it removes a repetitive task that used to happen every single day.&lt;/p&gt;

&lt;p&gt;If you're already using ClickUp and Slack, this is probably one of the easiest productivity automations you can build.&lt;/p&gt;

&lt;p&gt;I'm sharing the workflow because I think many teams have the exact same problem and don't realize how easy it is to automate using swytchcode&lt;/p&gt;

&lt;h2&gt;
  
  
  Resources
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Explore &lt;a href="https://dub.sh/Sfe9DnM" rel="noopener noreferrer"&gt;swytchcode docs&lt;/a&gt; for more api integrations&lt;/li&gt;
&lt;li&gt;sign in to &lt;a href="https://dub.sh/F1LfEmH" rel="noopener noreferrer"&gt;swytchcode dashboard&lt;/a&gt; to get started&lt;/li&gt;
&lt;li&gt; Got stuck while building it? Want to see the workflow behind this setup? Join our &lt;a href="https://discord.gg/WwSTwFSYEb?utm_source=devto&amp;amp;utm_medium=blog&amp;amp;utm_campaign=social" rel="noopener noreferrer"&gt;Discord community&lt;/a&gt; and ask your questions directly&lt;/li&gt;
&lt;li&gt;Building something cool with Swytchcode? &lt;a href="https://discord.gg/WwSTwFSYEb?utm_source=devto&amp;amp;utm_medium=blog&amp;amp;utm_campaign=social" rel="noopener noreferrer"&gt;Share it in Discord&lt;/a&gt;. We'd love to see what you're working on&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>automation</category>
      <category>ai</category>
      <category>development</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
