<?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: Adam</title>
    <description>The latest articles on DEV Community by Adam (@amerry19).</description>
    <link>https://dev.to/amerry19</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%2F3932379%2F31881b8c-f1fc-42a7-a417-eb619fa266c0.jpeg</url>
      <title>DEV Community: Adam</title>
      <link>https://dev.to/amerry19</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amerry19"/>
    <language>en</language>
    <item>
      <title>pst — secure paste for agents</title>
      <dc:creator>Adam</dc:creator>
      <pubDate>Fri, 15 May 2026 12:38:12 +0000</pubDate>
      <link>https://dev.to/amerry19/pst-secure-paste-for-agents-485g</link>
      <guid>https://dev.to/amerry19/pst-secure-paste-for-agents-485g</guid>
      <description>&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%2Fnrpgoznq8slkex0fezll.gif" 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%2Fnrpgoznq8slkex0fezll.gif" alt=" " width="600" height="364"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Stop pasting secrets into chat!&lt;/p&gt;

&lt;p&gt;Ever want to connect an agent to an API that doesn't support MCP and run into broken shell-scripting UX? Or the agent just tells you to paste your secret into the chat? 😨 🙋 &lt;/p&gt;

&lt;p&gt;I got sick of caving and "rotating later" (which… may or may not have happened). So I built &lt;code&gt;pst&lt;/code&gt;, a tiny CLI your agent can drive. It grabs your clipboard, tucks it into the Keychain, and hands the value to commands through env-var injection so it never lands in chat. Works in Claude Code, Codex or anything with a shell.&lt;/p&gt;

&lt;p&gt;Feels nice in the hand. Keep building!&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://raw.githubusercontent.com/amerry19/pst-cli/v0.1.0/install.sh | bash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;(drops a single bash script in /usr/local/bin and a SKILL.md for Claude Code if it's installed. macOS only right now.)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/amerry19/pst-cli/tree/main" rel="noopener noreferrer"&gt;Check out the source&lt;/a&gt; and if you like, throw me a ⭐️  &lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>agentskills</category>
      <category>claude</category>
    </item>
  </channel>
</rss>
