Skip to content

Commit 2fb196b

Browse files
committed
chore: migrate to koda-claw org
1 parent b8211ac commit 2fb196b

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@ Zero cost. No API keys. No third-party dependencies.
1313

1414
### Download binary
1515

16-
Download from [GitHub Releases](https://github.com/JinFanZheng/web-tools/releases):
16+
Download from [GitHub Releases](https://github.com/koda-claw/web-tools/releases):
1717

1818
```bash
1919
# macOS ARM64
20-
curl -sL https://github.com/JinFanZheng/web-tools/releases/latest/download/web-tools-darwin-arm64 -o /usr/local/bin/web-tools && chmod +x /usr/local/bin/web-tools
20+
curl -sL https://github.com/koda-claw/web-tools/releases/latest/download/web-tools-darwin-arm64 -o /usr/local/bin/web-tools && chmod +x /usr/local/bin/web-tools
2121

2222
# macOS x64
23-
curl -sL https://github.com/JinFanZheng/web-tools/releases/latest/download/web-tools-darwin-amd64 -o /usr/local/bin/web-tools && chmod +x /usr/local/bin/web-tools
23+
curl -sL https://github.com/koda-claw/web-tools/releases/latest/download/web-tools-darwin-amd64 -o /usr/local/bin/web-tools && chmod +x /usr/local/bin/web-tools
2424

2525
# Linux x64
26-
curl -sL https://github.com/JinFanZheng/web-tools/releases/latest/download/web-tools-linux-amd64 -o /usr/local/bin/web-tools && chmod +x /usr/local/bin/web-tools
26+
curl -sL https://github.com/koda-claw/web-tools/releases/latest/download/web-tools-linux-amd64 -o /usr/local/bin/web-tools && chmod +x /usr/local/bin/web-tools
2727

2828
# Windows x64
29-
curl -sL https://github.com/JinFanZheng/web-tools/releases/latest/download/web-tools-windows-amd64.exe -o /usr/local/bin/web-tools.exe
29+
curl -sL https://github.com/koda-claw/web-tools/releases/latest/download/web-tools-windows-amd64.exe -o /usr/local/bin/web-tools.exe
3030
```
3131

3232
### Build from source
3333

3434
Requires Go 1.23+.
3535

3636
```bash
37-
git clone https://github.com/JinFanZheng/web-tools.git
37+
git clone https://github.com/koda-claw/web-tools.git
3838
cd web-tools
3939
go build -o web-tools .
4040
```
@@ -78,7 +78,7 @@ web-tools web-reader ./report.pdf
7878
Compatible with [vercel-labs/skills](https://github.com/vercel-labs/skills) CLI:
7979

8080
```bash
81-
npx skills add JinFanZheng/web-tools
81+
npx skills add koda-claw/web-tools
8282
```
8383

8484
This installs the SKILL.md to your agent's skills directory, enabling AI agents to use web-tools automatically.

skills/web-tools/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Local-first web search and reading tools for AI agents. Zero cost, no API keys,
2828

2929
```bash
3030
# Clone and build
31-
git clone https://github.com/JinFanZheng/web-tools.git
31+
git clone https://github.com/koda-claw/web-tools.git
3232
cd web-tools
3333
go build -o web-tools .
3434
# Optionally install to PATH
3535
mv web-tools /usr/local/bin/ # or ~/go/bin/
3636
```
3737

38-
Or download pre-built binaries from [GitHub Releases](https://github.com/JinFanZheng/web-tools/releases).
38+
Or download pre-built binaries from [GitHub Releases](https://github.com/koda-claw/web-tools/releases).
3939

4040
This produces a single binary `web-tools` with two subcommands.
4141

0 commit comments

Comments
 (0)