diff --git a/.agents/skills/graincrawl/SKILL.md b/.agents/skills/graincrawl/SKILL.md index d2c5c2affcb..6a56948477e 100644 --- a/.agents/skills/graincrawl/SKILL.md +++ b/.agents/skills/graincrawl/SKILL.md @@ -3,13 +3,13 @@ name: graincrawl description: "Granola archive: search, sync freshness, notes, transcripts, panels, SQL counts, and Graincrawl repo work." metadata: openclaw: - homepage: https://github.com/vincentkoc/graincrawl + homepage: https://github.com/openclaw/graincrawl requires: bins: - graincrawl install: - kind: go - module: github.com/vincentkoc/graincrawl/cmd/graincrawl@latest + module: github.com/openclaw/graincrawl/cmd/graincrawl@latest bins: - graincrawl --- diff --git a/.agents/skills/notcrawl/SKILL.md b/.agents/skills/notcrawl/SKILL.md index 6a16e246593..f49bc5ba67f 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/vincentkoc/notcrawl/cmd/notcrawl@latest + module: github.com/openclaw/notcrawl/cmd/notcrawl@latest bins: - notcrawl --- diff --git a/.agents/skills/slacrawl/SKILL.md b/.agents/skills/slacrawl/SKILL.md index 745e4dd4f52..6b2842c0a78 100644 --- a/.agents/skills/slacrawl/SKILL.md +++ b/.agents/skills/slacrawl/SKILL.md @@ -3,13 +3,13 @@ name: slacrawl description: "Slack archive: search, sync freshness, threads/DMs, SQL counts, and Slacrawl repo work." metadata: openclaw: - homepage: https://github.com/vincentkoc/slacrawl + homepage: https://github.com/openclaw/slacrawl requires: bins: - slacrawl install: - kind: go - module: github.com/vincentkoc/slacrawl/cmd/slacrawl@latest + module: github.com/openclaw/slacrawl/cmd/slacrawl@latest bins: - slacrawl ---