chore/publish clawhub (#1)

* chore: add clawhub config

* chore(ci): publish to clawhub
This commit is contained in:
Samuel Berthe
2026-03-22 15:43:48 +01:00
committed by GitHub
parent 2622557971
commit 24674f41da
36 changed files with 402 additions and 64 deletions
+12 -1
View File
@@ -6,7 +6,18 @@ license: MIT
compatibility: Designed for Claude Code or similar AI coding agents, and for projects using Golang.
metadata:
author: samber
version: "1.0.0"
version: "1.1.0"
openclaw:
emoji: "🌐"
homepage: https://github.com/samber/cc-skills-golang
requires:
bins:
- go
- protoc
install:
- kind: brew
formula: protobuf
bins: [protoc]
allowed-tools: Read Edit Write Glob Grep Bash(go:*) Bash(golangci-lint:*) Bash(git:*) Agent WebFetch mcp__context7__resolve-library-id mcp__context7__query-docs Bash(protoc:*)
---