From 42985bc1eca94fb0ea8ca92c6772351fa4652200 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Fri, 12 Jun 2026 15:41:27 +0200 Subject: [PATCH] docs: add TweetClaw skill verification example --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a834a4a..e13c95f 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,13 @@ Verify a local skill folder (packages a zip and prints sha256/size): skilldock skill verify . ``` +For a repository-backed skill, point verification at the directory that contains `SKILL.md`: + +```bash +git clone https://github.com/Xquik-dev/tweetclaw.git +skilldock skill verify tweetclaw/skills/tweetclaw +``` + Upload a new skill release: ```bash