Your AI agent can't fetch behind logins. I built a <400kb…
    Neura MarketNeura Market/Stable Diffusion
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityStable DiffusionStable Diffusion
    DeepSeekDeepSeekCoPilotCoPilotMidjourneyMidjourney
    View All Directories
    OverviewPromptsBlogVideosGuidesCoursesCommunityModelsLoRAsComfyUI WorkflowsTrending
    Stable DiffusionBlogYour AI agent can't fetch behind logins. I built a <400kb fix in Zig.
    Back to Blog
    Your AI agent can't fetch behind logins. I built a <400kb fix in Zig.
    zig

    Your AI agent can't fetch behind logins. I built a <400kb fix in Zig.

    An Pham March 29, 2026
    0 views

    Claude Code has WebFetch. Every AI coding agent has some way to grab a webpage. They all hit the...

    Claude Code has WebFetch. Every AI coding agent has some way to grab a webpage.

    They all hit the same wall: auth.

    Try fetching a Medium article. A Facebook post. A private Substack. Anything behind Cloudflare. The agent gets a login page, a CAPTCHA, or nothing — and makes up the rest.

    What playpanda does

    playpanda https://medium.com/@someone/private-post
    

    You log in once. Cookies get saved. After that, fetching just works — from an agent, a script, or the terminal.

    The output is markdown with the junk stripped out. No nav bars, no cookie banners, no ads, no image CDN URLs. Just the content.

    How agents can use it

    Anything that can shell out can use it:

    # Replace WebFetch in Claude Code
    playpanda https://docs.example.com/private-api
    
    # Fetch multiple pages at once
    playpanda https://url1.com,https://url2.com,https://url3.com
    

    How fetching works

    It tries the fastest method first and escalates when something gets in the way:

    MethodSpeedWhen it kicks in
    HTTP fetch~200msDefault, works for most pages
    JS rendering~1.5sPage needs JavaScript to load
    Real browser + anti-detection~6sSite actively blocks bots

    The agent doesn't need to know which tier ran. It just gets markdown back.

    Size

    Single Zig binary, under 400kb.

    Install

    One-liner:

    curl -fsSL https://raw.githubusercontent.com/ancs21/playpanda/main/scripts/install.sh | sh
    

    As an agent skill:

    npx skills add ancs21/playpanda
    

    From source (requires Zig 0.15+):

    git clone https://github.com/ancs21/playpanda.git
    cd playpanda
    zig build -Doptimize=.ReleaseFast
    cp zig-out/bin/playpanda ~/.local/bin/
    

    GitHub: https://github.com/ancs21/playpanda (Apache 2.0 license)

    Tags

    zigopensourcecliai

    Comments

    More Blog

    View all
    Context bankruptcy: The case for strategic forgetting for AI Agentsai

    Context bankruptcy: The case for strategic forgetting for AI Agents

    Most of us have seen a coding agent fail to complete a task we know it can do. We just don't...

    J
    James O'Reilly
    Parallel Compliance Engine: Drive-to-Sheets Multi-Agent Orchestrationgooglecloud

    Parallel Compliance Engine: Drive-to-Sheets Multi-Agent Orchestration

    When building Generative AI applications, developers often encounter a massive bottleneck: sequential...

    A
    Aryan Irani
    Is It Ethical to Post and Ask About Circuits on Dev.to?discuss

    Is It Ethical to Post and Ask About Circuits on Dev.to?

    I’ve been thinking about sharing some electronic circuit posts on Dev.to — small circuits, DIY...

    C
    codebunny20
    The One-Click Exporter: AI Studio Antigravity, Probed to Its Limitsagents

    The One-Click Exporter: AI Studio Antigravity, Probed to Its Limits

    What nobody tells you about exporting your multi-agent prototype to a local workspace. Every...

    L
    leslysandra
    Guarding the till while autonomous data agents do the diggingagenticarchitect

    Guarding the till while autonomous data agents do the digging

    Autonomous agents are genuinely good at answering messy business questions. Give one an LLM and a set...

    S
    Sireesha Pulipati
    Return on Attention: Why AI Code Reviews Are Wearing Us Outai

    Return on Attention: Why AI Code Reviews Are Wearing Us Out

    PR volume went up, ticket quality didn't, and the gap got filled with LLMs on both sides of the review: bots reviewing, bots replying, bots occasionally arguing with bots about priorities that only existed in a teammate's head. Our CEO named the actual problem, and it's bigger than code review.

    C
    christine

    Stay up to date

    Get the latest Stable Diffusion prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Stable Diffusion and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.

    Ready-made automations for this

    Workflows from the Neura Market marketplace related to this Stable Diffusion resource

    • Dynamic Webpage Generation for Prescription Management using OpenAIn8n · $7.28 · Related topic
    • AI-Powered Webpage Scraper and Summarizern8n · $5.82 · Related topic
    • AI ReAct Agent for Webpage Scraping & Content Extractionn8n · $19.99 · Related topic
    • AI Agent Chatbot with Jina.ai Webpage Scrapern8n · $18.99 · Related topic
    Browse all workflows