Cloud66
API library to communicate with Cloud 66.
Install / Use
/learn @cloud66-oss/Cloud66README
Cloud 66 Go Library
Getting Started
go get github.com/cloud66-oss/cloud66
Authorization
By default, you can use Cloud66 Toolbet token which stores in ~/.cloud66/cx.json. If the file doesn't exist, you can authorize it yourself
var (
tokenFile string = "YOUR_TOKEN_FILENAME"
tokenDir string = "YOUR_TOKEN_DIRECTORY"
)
cloud66.Authorize(tokenDir, tokenFile)
Or you can use Personal Access Token. Create one on and store it in a file like format below:
{"AccessToken":"YOUR_TOKEN_GOES_HERE","RefreshToken":"","Expiry":"0001-01-01T00:00:00Z","Extra":null}
Get Client
var (
tokenFile string = "YOUR_TOKEN_FILENAME"
tokenDir string = "YOUR_TOKEN_DIRECTORY"
)
client := cloud66.GetClient(tokenDir, tokenFile, "")
Get Stacks List
var stacks []cloud66.Stack
stacks, err := client.StackList()
Related Skills
node-connect
346.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
