<?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: Sam Keb</title>
    <description>The latest articles on DEV Community by Sam Keb (@sam_keb_9c0dc14945dc1b9ff).</description>
    <link>https://dev.to/sam_keb_9c0dc14945dc1b9ff</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%2F3265538%2Fa3cfd9ca-9308-4b80-81e2-19be5ef037d5.jpg</url>
      <title>DEV Community: Sam Keb</title>
      <link>https://dev.to/sam_keb_9c0dc14945dc1b9ff</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sam_keb_9c0dc14945dc1b9ff"/>
    <language>en</language>
    <item>
      <title>OpenClaw Challenge: Automating Workflows for Smarter Efficiency</title>
      <dc:creator>Sam Keb</dc:creator>
      <pubDate>Wed, 22 Apr 2026 21:59:49 +0000</pubDate>
      <link>https://dev.to/sam_keb_9c0dc14945dc1b9ff/openclaw-challenge-automating-workflows-for-smarter-efficiency-10c7</link>
      <guid>https://dev.to/sam_keb_9c0dc14945dc1b9ff/openclaw-challenge-automating-workflows-for-smarter-efficiency-10c7</guid>
      <description>&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I created a concept project that demonstrates how automation can simplify workflows for creators. The idea is to compare a manual process—like gathering crypto market data and formatting it for a video script—with an automated workflow powered by OpenClaw. The project highlights how automation saves time, reduces repetitive tasks, and frees creators to focus on storytelling and content quality.&lt;/p&gt;

&lt;p&gt;How I Used OpenClaw&lt;br&gt;
I explored OpenClaw’s ability to automate repetitive steps in a workflow. Instead of manually copying data, cleaning it, and formatting it for use, OpenClaw can be set up to:&lt;/p&gt;

&lt;p&gt;Fetch live crypto market data at regular intervals.&lt;/p&gt;

&lt;p&gt;Format the data into a structured output (like a table or JSON).&lt;/p&gt;

&lt;p&gt;Integrate the results into a script or video production pipeline.&lt;/p&gt;

&lt;p&gt;This shows how OpenClaw can act as a behind‑the‑scenes assistant, powering creators with automation while they focus on creativity.&lt;/p&gt;

&lt;p&gt;Demo&lt;br&gt;
For the demo, I presented a side‑by‑side comparison:&lt;/p&gt;

&lt;p&gt;Manual Workflow: Copying data, cleaning it, and pasting it into a script.&lt;/p&gt;

&lt;p&gt;Automated Workflow with OpenClaw: A single automated process that fetches and formats the data instantly.&lt;/p&gt;

&lt;p&gt;I shared this a short illustration&lt;br&gt;
&lt;a href="https://github.com/samkebz-y/ecotrack-ai/blob/d49ead34a3843b1b22445a37c178de8e7e8578bb/openclaw-submission.png" rel="noopener noreferrer"&gt;https://github.com/samkebz-y/ecotrack-ai/blob/d49ead34a3843b1b22445a37c178de8e7e8578bb/openclaw-submission.png&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What I Learned&lt;br&gt;
Automation doesn’t have to be complex—tools like OpenClaw make it accessible even for non‑developers.&lt;/p&gt;

&lt;p&gt;The biggest challenge was shifting my mindset from “manual control” to “trusting automation.”&lt;/p&gt;

&lt;p&gt;A key takeaway: automation is not about replacing creativity, but about removing friction so creators can focus on what matters most—storytelling and impact.&lt;/p&gt;

&lt;h2&gt;
  
  
  ClawCon Michig&amp;gt;
&lt;/h2&gt;

</description>
      <category>devchallenge</category>
      <category>openclawchallenge</category>
    </item>
    <item>
      <title>Earth Day Edition</title>
      <dc:creator>Sam Keb</dc:creator>
      <pubDate>Sun, 19 Apr 2026 09:06:56 +0000</pubDate>
      <link>https://dev.to/sam_keb_9c0dc14945dc1b9ff/earth-day-edition-4o9l</link>
      <guid>https://dev.to/sam_keb_9c0dc14945dc1b9ff/earth-day-edition-4o9l</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/weekend-2026-04-16"&gt;Weekend Challenge: Earth Day Edition&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;EcoTrack AI is a lightweight, interactive web app that calculates a personalized daily carbon footprint score. Users enter values for car travel, meat consumption, and electricity use, and the app instantly provides a “Green Score” with feedback messages. The goal is to raise awareness of everyday choices and encourage sustainable habits in a simple, engaging way.  &lt;/p&gt;

&lt;p&gt;Demo&lt;br&gt;
Live demo: EcoTrack AI (samkebz-y.github.io in Bing)&lt;br&gt;&lt;br&gt;
Quick walkthrough: Enter sample values → click Calculate My Impact → see your score and eco‑feedback displayed instantly.  &lt;/p&gt;

&lt;p&gt;Code&lt;br&gt;
GitHub repository: EcoTrack AI (github.com in Bing)&lt;br&gt;&lt;br&gt;
The repo includes the HTML, CSS, and JavaScript powering the calculator, with deployment via GitHub Pages.  &lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Built with vanilla HTML, CSS, and JavaScript for simplicity and accessibility.
&lt;/li&gt;
&lt;li&gt;Logic in script.js calculates the score and injects results directly into the page.
&lt;/li&gt;
&lt;li&gt;Hosted on GitHub Pages for easy sharing and public access.
&lt;/li&gt;
&lt;li&gt;Focused on clarity and usability — minimal inputs, clear button, and direct feedback messages.
&lt;/li&gt;
&lt;li&gt;Future expansion: add categories like public transport, recycling, and water usage, plus visual feedback (progress bars, charts).
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Prize Categories&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Best Use of GitHub Copilot: Assisted in debugging and refining the JavaScript logic.
&lt;/li&gt;
&lt;li&gt;(Optional) Best Use of Solana: Future plan to integrate eco‑impact tracking with blockchain transparency.
&lt;/li&gt;
&lt;li&gt;Adjust/remove categories depending on which ones you want to target.
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
    </item>
  </channel>
</rss>
