<?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: zhuang quan</title>
    <description>The latest articles on DEV Community by zhuang quan (@zhuang_quan_3b270cc80f6ad).</description>
    <link>https://dev.to/zhuang_quan_3b270cc80f6ad</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4039987%2Fb595e324-b486-414b-91a3-7738ba6de592.png</url>
      <title>DEV Community: zhuang quan</title>
      <link>https://dev.to/zhuang_quan_3b270cc80f6ad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zhuang_quan_3b270cc80f6ad"/>
    <language>en</language>
    <item>
      <title>Playwright stealth (drop webdriver traces)</title>
      <dc:creator>zhuang quan</dc:creator>
      <pubDate>Fri, 11 Sep 2026 19:08:58 +0000</pubDate>
      <link>https://dev.to/zhuang_quan_3b270cc80f6ad/playwright-stealth-drop-webdriver-traces-1j</link>
      <guid>https://dev.to/zhuang_quan_3b270cc80f6ad/playwright-stealth-drop-webdriver-traces-1j</guid>
      <description>&lt;p&gt;I kept running into this: Playwright gets detected by anti-bot immediately.&lt;/p&gt;

&lt;p&gt;Playwright got detected by anti-bot instantly — couldn't even load the homepage. Took me a while to realize the webdriver traces gave it away.&lt;/p&gt;

&lt;p&gt;Ended up wrapping a small reusable workflow around it — Playwright stealth (drop webdriver traces). The part that actually saved me time: Remove automation flags + randomize fingerprint.&lt;/p&gt;

&lt;p&gt;Concretely, it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;strips Playwright webdriver flags&lt;/li&gt;
&lt;li&gt;random fingerprint, evades detection&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Put it (and ~20 other similar ones) in a repo in case it helps someone: &lt;a href="https://github.com/shuangying0001-beep/awesome-workbuddy-skills" rel="noopener noreferrer"&gt;https://github.com/shuangying0001-beep/awesome-workbuddy-skills&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>productivity</category>
      <category>automation</category>
    </item>
    <item>
      <title>Download Bilibili &amp; 1000+ sites via yt-dlp</title>
      <dc:creator>zhuang quan</dc:creator>
      <pubDate>Thu, 10 Sep 2026 07:06:43 +0000</pubDate>
      <link>https://dev.to/zhuang_quan_3b270cc80f6ad/download-bilibili-1000-sites-via-yt-dlp-48mm</link>
      <guid>https://dev.to/zhuang_quan_3b270cc80f6ad/download-bilibili-1000-sites-via-yt-dlp-48mm</guid>
      <description>&lt;p&gt;I kept running into this: You want to archive a B站 tutorial or grab video assets, but the site has no download button.&lt;/p&gt;

&lt;p&gt;Last week I wanted to watch a 3-hour Python tutorial offline on the subway — no signal, and the site had no download button anywhere.&lt;/p&gt;

&lt;p&gt;Ended up wrapping a small reusable workflow around it — Download Bilibili &amp;amp; 1000+ sites via yt-dlp. The part that actually saved me time: One command, pick resolution, batch download.&lt;/p&gt;

&lt;p&gt;Concretely, it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;yt-dlp-backed, works on Bilibili + 1000+ sites&lt;/li&gt;
&lt;li&gt;pick resolution, batch to disk, auto folder by title&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Put it (and ~20 other similar ones) in a repo in case it helps someone: &lt;a href="https://github.com/shuangying0001-beep/awesome-workbuddy-skills" rel="noopener noreferrer"&gt;https://github.com/shuangying0001-beep/awesome-workbuddy-skills&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>productivity</category>
      <category>automation</category>
    </item>
    <item>
      <title>Fuzzy-align CN/EN field names</title>
      <dc:creator>zhuang quan</dc:creator>
      <pubDate>Wed, 09 Sep 2026 03:18:49 +0000</pubDate>
      <link>https://dev.to/zhuang_quan_3b270cc80f6ad/fuzzy-align-cnen-field-names-1c9b</link>
      <guid>https://dev.to/zhuang_quan_3b270cc80f6ad/fuzzy-align-cnen-field-names-1c9b</guid>
      <description>&lt;p&gt;I kept running into this: userName vs 用户名称 won't map.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;userName&lt;/code&gt; vs &lt;code&gt;用户名称&lt;/code&gt; across dozens of tables — mapping by hand was soul-crushing, and mismatches slipped into production.&lt;/p&gt;

&lt;p&gt;Ended up wrapping a small reusable workflow around it — Fuzzy-align CN/EN field names. The part that actually saved me time: Fuzzy match + alias mapping.&lt;/p&gt;

&lt;p&gt;Concretely, it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;fuzzy-matches userName/用户名称&lt;/li&gt;
&lt;li&gt;accumulating alias map&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Put it (and ~20 other similar ones) in a repo in case it helps someone: &lt;a href="https://github.com/shuangying0001-beep/awesome-workbuddy-skills" rel="noopener noreferrer"&gt;https://github.com/shuangying0001-beep/awesome-workbuddy-skills&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>productivity</category>
      <category>automation</category>
    </item>
    <item>
      <title>Human-like RPA (Bezier trails, hesitation)</title>
      <dc:creator>zhuang quan</dc:creator>
      <pubDate>Mon, 07 Sep 2026 16:07:00 +0000</pubDate>
      <link>https://dev.to/zhuang_quan_3b270cc80f6ad/human-like-rpa-bezier-trails-hesitation-2ppo</link>
      <guid>https://dev.to/zhuang_quan_3b270cc80f6ad/human-like-rpa-bezier-trails-hesitation-2ppo</guid>
      <description>&lt;p&gt;I kept running into this: RPA mouse moves in straight lines, flagged instantly.&lt;/p&gt;

&lt;p&gt;My RPA moved the mouse in straight lines. Banned after one login, account gone — two weeks to rebuild trust.&lt;/p&gt;

&lt;p&gt;Ended up wrapping a small reusable workflow around it — Human-like RPA (Bezier trails, hesitation). The part that actually saved me time: Bezier trails + hesitation, looks human.&lt;/p&gt;

&lt;p&gt;Concretely, it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Bezier mouse trails + random hesitation&lt;/li&gt;
&lt;li&gt;RPA looks human&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Put it (and ~20 other similar ones) in a repo in case it helps someone: &lt;a href="https://github.com/shuangying0001-beep/awesome-workbuddy-skills" rel="noopener noreferrer"&gt;https://github.com/shuangying0001-beep/awesome-workbuddy-skills&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>productivity</category>
      <category>automation</category>
    </item>
    <item>
      <title>Multi-env config merge &amp; validate — a ready-to-use agent skill</title>
      <dc:creator>zhuang quan</dc:creator>
      <pubDate>Sun, 06 Sep 2026 16:06:15 +0000</pubDate>
      <link>https://dev.to/zhuang_quan_3b270cc80f6ad/multi-env-config-merge-validate-a-ready-to-use-agent-skill-1jig</link>
      <guid>https://dev.to/zhuang_quan_3b270cc80f6ad/multi-env-config-merge-validate-a-ready-to-use-agent-skill-1jig</guid>
      <description>&lt;p&gt;default/test/prod configs conflict, wrong env shipped?&lt;/p&gt;

&lt;p&gt;I use a drop-in agent skill: Multi-env config merge &amp;amp; validate.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;3-layer merge + auto-fix + snapshot&lt;/li&gt;
&lt;li&gt;SKILL.md-compliant, one-command install&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Three steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install the skill&lt;/li&gt;
&lt;li&gt;Describe your scenario in plain language&lt;/li&gt;
&lt;li&gt;Get a usable result&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Part of a curated index of 22 open-source agent skills (office, scraping, WeChat, data, education).&lt;/p&gt;

&lt;p&gt;If useful, please ⭐ star the index repo (22 open-source agent skills, one-click install):&lt;br&gt;
&lt;a href="https://github.com/shuangying0001-beep/awesome-workbuddy-skills" rel="noopener noreferrer"&gt;https://github.com/shuangying0001-beep/awesome-workbuddy-skills&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>productivity</category>
      <category>automation</category>
    </item>
    <item>
      <title>Turn API docs (MD/JSON Schema) into field maps instantly — a ready-to-use agent skill</title>
      <dc:creator>zhuang quan</dc:creator>
      <pubDate>Thu, 03 Sep 2026 15:58:36 +0000</pubDate>
      <link>https://dev.to/zhuang_quan_3b270cc80f6ad/turn-api-docs-mdjson-schema-into-field-maps-instantly-a-ready-to-use-agent-skill-2i5j</link>
      <guid>https://dev.to/zhuang_quan_3b270cc80f6ad/turn-api-docs-mdjson-schema-into-field-maps-instantly-a-ready-to-use-agent-skill-2i5j</guid>
      <description>&lt;p&gt;You get an API doc and must hand-copy fields into code?&lt;/p&gt;

&lt;p&gt;I use a drop-in agent skill: Turn API docs (MD/JSON Schema) into field maps instantly.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Paste doc → auto field map&lt;/li&gt;
&lt;li&gt;SKILL.md-compliant, one-command install&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Three steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install the skill&lt;/li&gt;
&lt;li&gt;Describe your scenario in plain language&lt;/li&gt;
&lt;li&gt;Get a usable result&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Part of a curated index of 22 open-source agent skills (office, scraping, WeChat, data, education).&lt;/p&gt;

&lt;p&gt;If useful, please ⭐ star the index repo (22 open-source agent skills, one-click install):&lt;br&gt;
&lt;a href="https://github.com/shuangying0001-beep/awesome-workbuddy-skills" rel="noopener noreferrer"&gt;https://github.com/shuangying0001-beep/awesome-workbuddy-skills&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>productivity</category>
      <category>automation</category>
    </item>
    <item>
      <title>AI work acceptance checklist (4 dimensions) — a ready-to-use agent skill</title>
      <dc:creator>zhuang quan</dc:creator>
      <pubDate>Mon, 31 Aug 2026 04:27:39 +0000</pubDate>
      <link>https://dev.to/zhuang_quan_3b270cc80f6ad/ai-work-acceptance-checklist-4-dimensions-a-ready-to-use-agent-skill-3jm</link>
      <guid>https://dev.to/zhuang_quan_3b270cc80f6ad/ai-work-acceptance-checklist-4-dimensions-a-ready-to-use-agent-skill-3jm</guid>
      <description>&lt;p&gt;AI says done but breaks things / leaks keys?&lt;/p&gt;

&lt;p&gt;I use a drop-in agent skill: AI work acceptance checklist (4 dimensions).&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Auto checklist catches bugs before ship&lt;/li&gt;
&lt;li&gt;SKILL.md-compliant, one-command install&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Three steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install the skill&lt;/li&gt;
&lt;li&gt;Describe your scenario in plain language&lt;/li&gt;
&lt;li&gt;Get a usable result&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Part of a curated index of 22 open-source agent skills (office, scraping, WeChat, data, education).&lt;/p&gt;

&lt;p&gt;If useful, please ⭐ star the index repo (22 open-source agent skills, one-click install):&lt;br&gt;
&lt;a href="https://github.com/shuangying0001-beep/awesome-workbuddy-skills" rel="noopener noreferrer"&gt;https://github.com/shuangying0001-beep/awesome-workbuddy-skills&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>productivity</category>
      <category>automation</category>
    </item>
    <item>
      <title>Mini-program Canvas preview + screenshot verify — a ready-to-use agent skill</title>
      <dc:creator>zhuang quan</dc:creator>
      <pubDate>Sat, 29 Aug 2026 12:20:21 +0000</pubDate>
      <link>https://dev.to/zhuang_quan_3b270cc80f6ad/mini-program-canvas-preview-screenshot-verify-a-ready-to-use-agent-skill-2bkg</link>
      <guid>https://dev.to/zhuang_quan_3b270cc80f6ad/mini-program-canvas-preview-screenshot-verify-a-ready-to-use-agent-skill-2bkg</guid>
      <description>&lt;p&gt;Canvas dev is blind without a real device?&lt;/p&gt;

&lt;p&gt;I use a drop-in agent skill: Mini-program Canvas preview + screenshot verify.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Local preview + 8-point visual checklist&lt;/li&gt;
&lt;li&gt;SKILL.md-compliant, one-command install&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Three steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install the skill&lt;/li&gt;
&lt;li&gt;Describe your scenario in plain language&lt;/li&gt;
&lt;li&gt;Get a usable result&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Part of a curated index of 22 open-source agent skills (office, scraping, WeChat, data, education).&lt;/p&gt;

&lt;p&gt;If useful, please ⭐ star the index repo (22 open-source agent skills, one-click install):&lt;br&gt;
&lt;a href="https://github.com/shuangying0001-beep/awesome-workbuddy-skills" rel="noopener noreferrer"&gt;https://github.com/shuangying0001-beep/awesome-workbuddy-skills&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>productivity</category>
      <category>automation</category>
    </item>
    <item>
      <title>Parse &amp; normalize units (kg/cm/V/W) from text — a ready-to-use agent skill</title>
      <dc:creator>zhuang quan</dc:creator>
      <pubDate>Mon, 17 Aug 2026 16:00:15 +0000</pubDate>
      <link>https://dev.to/zhuang_quan_3b270cc80f6ad/parse-normalize-units-kgcmvw-from-text-a-ready-to-use-agent-skill-2h30</link>
      <guid>https://dev.to/zhuang_quan_3b270cc80f6ad/parse-normalize-units-kgcmvw-from-text-a-ready-to-use-agent-skill-2h30</guid>
      <description>&lt;p&gt;Specs mix 5kg and 3000g, hard to compare?&lt;/p&gt;

&lt;p&gt;I use a drop-in agent skill: Parse &amp;amp; normalize units (kg/cm/V/W) from text.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Auto-normalize to standard units&lt;/li&gt;
&lt;li&gt;SKILL.md-compliant, one-command install&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Three steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install the skill&lt;/li&gt;
&lt;li&gt;Describe your scenario in plain language&lt;/li&gt;
&lt;li&gt;Get a usable result&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Part of a curated index of 22 open-source agent skills (office, scraping, WeChat, data, education).&lt;/p&gt;

&lt;p&gt;If useful, please ⭐ star the index repo (22 open-source agent skills, one-click install):&lt;br&gt;
&lt;a href="https://github.com/shuangying0001-beep/awesome-workbuddy-skills" rel="noopener noreferrer"&gt;https://github.com/shuangying0001-beep/awesome-workbuddy-skills&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>productivity</category>
      <category>automation</category>
    </item>
    <item>
      <title>Fix WeChat mini-program privacy auth errors (errno 104) — a ready-to-use agent skill</title>
      <dc:creator>zhuang quan</dc:creator>
      <pubDate>Sun, 16 Aug 2026 15:57:27 +0000</pubDate>
      <link>https://dev.to/zhuang_quan_3b270cc80f6ad/fix-wechat-mini-program-privacy-auth-errors-errno-104-a-ready-to-use-agent-skill-5bf7</link>
      <guid>https://dev.to/zhuang_quan_3b270cc80f6ad/fix-wechat-mini-program-privacy-auth-errors-errno-104-a-ready-to-use-agent-skill-5bf7</guid>
      <description>&lt;p&gt;Mini-program privacy API throws errno 104 before launch?&lt;/p&gt;

&lt;p&gt;I use a drop-in agent skill: Fix WeChat mini-program privacy auth errors (errno 104).&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Copy-paste fix pattern, pass review&lt;/li&gt;
&lt;li&gt;SKILL.md-compliant, one-command install&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Three steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install the skill&lt;/li&gt;
&lt;li&gt;Describe your scenario in plain language&lt;/li&gt;
&lt;li&gt;Get a usable result&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Part of a curated index of 22 open-source agent skills (office, scraping, WeChat, data, education).&lt;/p&gt;

&lt;p&gt;If useful, please ⭐ star the index repo (22 open-source agent skills, one-click install):&lt;br&gt;
&lt;a href="https://github.com/shuangying0001-beep/awesome-workbuddy-skills" rel="noopener noreferrer"&gt;https://github.com/shuangying0001-beep/awesome-workbuddy-skills&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>productivity</category>
      <category>automation</category>
    </item>
    <item>
      <title>WeChat Pay integration (JSAPI/refund, secure) — a ready-to-use agent skill</title>
      <dc:creator>zhuang quan</dc:creator>
      <pubDate>Sat, 15 Aug 2026 01:41:36 +0000</pubDate>
      <link>https://dev.to/zhuang_quan_3b270cc80f6ad/wechat-pay-integration-jsapirefund-secure-a-ready-to-use-agent-skill-18lh</link>
      <guid>https://dev.to/zhuang_quan_3b270cc80f6ad/wechat-pay-integration-jsapirefund-secure-a-ready-to-use-agent-skill-18lh</guid>
      <description>&lt;p&gt;Integrating WeChat Pay, scared of callback forgery?&lt;/p&gt;

&lt;p&gt;I use a drop-in agent skill: WeChat Pay integration (JSAPI/refund, secure).&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Signed callbacks + idempotency, safe&lt;/li&gt;
&lt;li&gt;SKILL.md-compliant, one-command install&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Three steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install the skill&lt;/li&gt;
&lt;li&gt;Describe your scenario in plain language&lt;/li&gt;
&lt;li&gt;Get a usable result&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Part of a curated index of 22 open-source agent skills (office, scraping, WeChat, data, education).&lt;/p&gt;

&lt;p&gt;If useful, please ⭐ star the index repo (22 open-source agent skills, one-click install):&lt;br&gt;
&lt;a href="https://github.com/shuangying0001-beep/awesome-workbuddy-skills" rel="noopener noreferrer"&gt;https://github.com/shuangying0001-beep/awesome-workbuddy-skills&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>productivity</category>
      <category>automation</category>
    </item>
    <item>
      <title>WeChat notifications (WeCom bot + Official account) — a ready-to-use agent skill</title>
      <dc:creator>zhuang quan</dc:creator>
      <pubDate>Thu, 06 Aug 2026 01:24:20 +0000</pubDate>
      <link>https://dev.to/zhuang_quan_3b270cc80f6ad/wechat-notifications-wecom-bot-official-account-a-ready-to-use-agent-skill-4en7</link>
      <guid>https://dev.to/zhuang_quan_3b270cc80f6ad/wechat-notifications-wecom-bot-official-account-a-ready-to-use-agent-skill-4en7</guid>
      <description>&lt;p&gt;Want system alerts in WeChat, onboarding is painful?&lt;/p&gt;

&lt;p&gt;I use a drop-in agent skill: WeChat notifications (WeCom bot + Official account).&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;WeCom bot in 5min, templated messages&lt;/li&gt;
&lt;li&gt;SKILL.md-compliant, one-command install&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Three steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install the skill&lt;/li&gt;
&lt;li&gt;Describe your scenario in plain language&lt;/li&gt;
&lt;li&gt;Get a usable result&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Part of a curated index of 22 open-source agent skills (office, scraping, WeChat, data, education).&lt;/p&gt;

&lt;p&gt;If useful, please ⭐ star the index repo (22 open-source agent skills, one-click install):&lt;br&gt;
&lt;a href="https://github.com/shuangying0001-beep/awesome-workbuddy-skills" rel="noopener noreferrer"&gt;https://github.com/shuangying0001-beep/awesome-workbuddy-skills&lt;/a&gt;&lt;/p&gt;

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