From 4aa671b71a1add867b07e3795afcbcb9fb1b74b9 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 17 May 2026 12:12:55 +0100 Subject: [PATCH] fix: use declared crawl module paths (#83040) --- .agents/skills/graincrawl/SKILL.md | 2 +- .agents/skills/notcrawl/SKILL.md | 2 +- .agents/skills/slacrawl/SKILL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.agents/skills/graincrawl/SKILL.md b/.agents/skills/graincrawl/SKILL.md index 6a56948477e..230c86ff5ec 100644 --- a/.agents/skills/graincrawl/SKILL.md +++ b/.agents/skills/graincrawl/SKILL.md @@ -9,7 +9,7 @@ metadata: - graincrawl install: - kind: go - module: github.com/openclaw/graincrawl/cmd/graincrawl@latest + module: github.com/vincentkoc/graincrawl/cmd/graincrawl@latest bins: - graincrawl --- diff --git a/.agents/skills/notcrawl/SKILL.md b/.agents/skills/notcrawl/SKILL.md index f49bc5ba67f..6a16e246593 100644 --- a/.agents/skills/notcrawl/SKILL.md +++ b/.agents/skills/notcrawl/SKILL.md @@ -9,7 +9,7 @@ metadata: - notcrawl install: - kind: go - module: github.com/openclaw/notcrawl/cmd/notcrawl@latest + module: github.com/vincentkoc/notcrawl/cmd/notcrawl@latest bins: - notcrawl --- diff --git a/.agents/skills/slacrawl/SKILL.md b/.agents/skills/slacrawl/SKILL.md index 6b2842c0a78..9976b1722a8 100644 --- a/.agents/skills/slacrawl/SKILL.md +++ b/.agents/skills/slacrawl/SKILL.md @@ -9,7 +9,7 @@ metadata: - slacrawl install: - kind: go - module: github.com/openclaw/slacrawl/cmd/slacrawl@latest + module: github.com/vincentkoc/slacrawl/cmd/slacrawl@latest bins: - slacrawl ---