chore: point crawl skills at openclaw repos

This commit is contained in:
Peter Steinberger
2026-05-17 11:39:02 +01:00
parent 09f7702b96
commit 4ccd07718d
3 changed files with 5 additions and 5 deletions

View File

@@ -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
---

View File

@@ -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
---

View File

@@ -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
---