From 425a3233dd86e79f433f429c50c6fa40684e1e3f Mon Sep 17 00:00:00 2001 From: wencheng0311 Date: Thu, 2 Jul 2026 19:33:33 +0800 Subject: [PATCH] Add BrowserAct Added a new section for BrowserAct and updated Lurkr description. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96562b7..b8c561e 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,8 @@ Generic agent tooling is out of scope unless the page directly covers harness de - [Anchoring AI to a reference application](https://martinfowler.com/articles/exploring-gen-ai/anchoring-to-reference.html) - Thoughtworks on constraining agents with concrete exemplars so they produce more consistent output. - [Humans and Agents in Software Engineering Loops](https://martinfowler.com/articles/exploring-gen-ai/humans-and-agents.html) - A clear mental model for where humans should strengthen the harness instead of micromanaging every artifact. - [Claude Code: Best practices for agentic coding](https://code.claude.com/docs) - Anthropic's practical recommendations for repo structure, checkpoints, validation, and delegation in agentic coding workflows. -- [Lurkr](https://github.com/agentveil-protocol/lurkr) - Static scanner that runs in CI before deploy to surface AI-agent capability risks, including shadow capabilities, credentials into LLM context, eval/subprocess in `@tool`, direct prompt interpolation, and unverified MCP endpoints. +- [Lurkr](https://github.com/agentveil-protocol/lurkr) - Static scanner that runs in CI before deploy to surface AI-agent capability risks, including shadow capabilities, credentials into LLM context, eval/subprocess in `@tool`, direct prompt interpolation, an +- [BrowserAct](https://github.com/browser-act/skills) - Browser automation CLI for AI agents. Break through anti-bot wall.d unverified MCP endpoints. ## Specs, Agent Files & Workflow Design @@ -166,3 +167,8 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for contribution guidelines and the pre ## License [CC0 1.0](./LICENSE) + + +## BrowserAct + +Browser automation CLI for AI agents.