a3taia3taiOfficialยท6 Agent Skills Included

openclaw-go

Go client library for OpenClaw gateway integration

Connects Go applications to the OpenClaw gateway through typed WebSocket, HTTP, and discovery clients. Automates pull request reviews, race-detector test runs, upstream release syncing, and documentation site updates. Removes manual protocol wiring and release chores so developers ship gateway integrations faster.
npx skills add a3tai/openclaw-go --all -g -y
Available:

Instructs your AI agent to follow strict branch-and-PR workflow rules, run race-detector tests, and execute the upstream release sync sequence when working in this repository.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install openclaw-go?โ–ผ

Run `npx skills add a3tai/openclaw-go --all -g -y` in your terminal to install all skills in this suite globally.

What does openclaw-go do?โ–ผ

It is a Go client library for the OpenClaw gateway, providing typed clients for the WebSocket protocol, OpenAI-compatible chat APIs, tool invocation, and local network discovery.

How to run Go tests with the race detector?โ–ผ

The go-test skill runs `go test ./... -race`, analyzes any failures, applies fixes, and re-runs until the full suite passes.

Can AI review pull requests in this repo?โ–ผ

Yes. The pr-review skill checks Go conventions, test coverage, protocol correctness, changelog entries, and security before approving a merge.

How are upstream OpenClaw releases synced?โ–ผ

The upstream-release skill reads changelog deltas, updates protocol types and gateway methods, adds tests, and opens a reviewed PR before tagging the release.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’