Skip to content

Commit 4aa671b

Browse files
committed
fix: use declared crawl module paths (#83040)
1 parent 4ccd077 commit 4aa671b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.agents/skills/graincrawl/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
- graincrawl
1010
install:
1111
- kind: go
12-
module: github.com/openclaw/graincrawl/cmd/graincrawl@latest
12+
module: github.com/vincentkoc/graincrawl/cmd/graincrawl@latest
1313
bins:
1414
- graincrawl
1515
---

.agents/skills/notcrawl/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
- notcrawl
1010
install:
1111
- kind: go
12-
module: github.com/openclaw/notcrawl/cmd/notcrawl@latest
12+
module: github.com/vincentkoc/notcrawl/cmd/notcrawl@latest
1313
bins:
1414
- notcrawl
1515
---

.agents/skills/slacrawl/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
- slacrawl
1010
install:
1111
- kind: go
12-
module: github.com/openclaw/slacrawl/cmd/slacrawl@latest
12+
module: github.com/vincentkoc/slacrawl/cmd/slacrawl@latest
1313
bins:
1414
- slacrawl
1515
---

0 commit comments

Comments
 (0)