Skip to content

Commit f2878c7

Browse files
authored
fix typo (#18)
* fix skill name * 0.4.2
1 parent bc0b99c commit f2878c7

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -436,15 +436,15 @@ Core workflow:
436436
For Claude Code, a [skill](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices) provides richer context:
437437
438438
```bash
439-
cp -r node_modules/agent-browser/skills/browsing-web .claude/skills/
439+
cp -r node_modules/agent-browser/skills/agent-browser .claude/skills/
440440
```
441441
442442
Or download:
443443
444444
```bash
445-
mkdir -p .claude/skills/browsing-web
446-
curl -o .claude/skills/browsing-web/SKILL.md \
447-
https://raw.githubusercontent.com/vercel-labs/agent-browser/main/skills/browsing-web/SKILL.md
445+
mkdir -p .claude/skills/agent-browser
446+
curl -o .claude/skills/agent-browser/SKILL.md \
447+
https://raw.githubusercontent.com/vercel-labs/agent-browser/main/skills/agent-browser/SKILL.md
448448
```
449449
450450
## License

cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-browser"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
description = "Fast browser automation CLI for AI agents"
66
license = "Apache-2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-browser",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Headless browser automation CLI for AI agents",
55
"type": "module",
66
"main": "dist/daemon.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: browsing-web
2+
name: agent-browser
33
description: Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
44
---
55

0 commit comments

Comments
 (0)