Categories

About 10 results · 431 indexed

  1. 🌐 Openwork - Open Browser Automation Agent
    github.com/accomplish-ai/openwork

    ↗ external - Open-source agent that operates a real browser

  2. browser-testing-with-devtools
    github.com/addyosmani/agent-skills/blob/main/skills/browser-testing-with-devtools/SKILL.md

    Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.

  3. 🥸 AI Meme Generator Agent - Browser Use
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/starter_ai_agents/ai_meme_generator_agent_browseruse/README.md

    The AI Meme Generator Agent is a powerful browser automation tool that creates memes using AI agents. This app combines multi-LLM capabilities with automated browser interactions to generate memes based on text prompts through direct website manipulation.

  4. Signup reproduction
    github.com/addyosmani/agent-skills/blob/main/evals/fixtures/browser-testing-with-devtools/README.md

    Run node server.js, open http://127.0.0.1:4173, enter an email, and submit the form. The report should be based on runtime console, network, and DOM evidence.

  5. HashiCorp
    getdesign.md/hashicorp/design-md

    Infrastructure automation. Enterprise-clean, black and white

  6. 📰 Always-on Hacker News Briefing Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/always_on_agents/always_on_hn_briefing_agent/README.md

    AgentScout is an always-on Hacker News briefing agent built with Google ADK. It scans Hacker News for high-signal stories about AI agents, MCP, coding agents, workflow automation, and LLM apps, then turns the best links into a concise engineering brief.

  7. URL shortener service brief
    github.com/addyosmani/agent-skills/blob/main/evals/fixtures/api-and-interface-design/service-brief.md

    The service needs public operations to create a short URL, resolve a slug, and read aggregate click statistics. Clients include a browser extension and a mobile app, so contracts must remain backward compatible.

  8. Windows-Use
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/single_agent_apps/windows_use_autonomous_agent/windows_use/agent/prompt/system.md

    You are "Windows-Use," a highly proficient AI assistant specializing in Windows desktop automation. Your purpose is to understand user requests, intelligently plan sequences of actions, interact with the GUI and CLI, and solve problems much like an expert human Windows user would. You are meticulous

  9. Basic Sessions
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/7_sessions/7_1_basic_sessions/README.md

    Demonstrates fundamental session memory management with SQLiteSession for automatic conversation history.

  10. 🎯 Tutorial 7: Sessions & Memory Management
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/7_sessions/README.md

    Master automatic conversation memory with Sessions! This tutorial teaches you how to use the OpenAI Agents SDK's built-in session memory to maintain conversation history across multiple agent runs without manual memory management.