About 10 results · 431 indexed
- 🌐 Openwork - Open Browser Automation Agentgithub.com/accomplish-ai/openwork
↗ external - Open-source agent that operates a real browser
- browser-testing-with-devtoolsgithub.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.
- 🥸 AI Meme Generator Agent - Browser Usegithub.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.
- Signup reproductiongithub.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.
- HashiCorpgetdesign.md/hashicorp/design-md
Infrastructure automation. Enterprise-clean, black and white
- 📰 Always-on Hacker News Briefing Agentgithub.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.
- URL shortener service briefgithub.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.
- Windows-Usegithub.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
- Basic Sessionsgithub.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.
- 🎯 Tutorial 7: Sessions & Memory Managementgithub.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.