write-script-go
OfficialWrite Go scripts that run deterministically.
System Documentation
What problem does it solve?
Go developers often need to create deterministic, Windmill-compatible script entry points with a precise package and function contract.
Core Features & Use Cases
- Enforces the inner package named inner and a main function with signature func main(param1 string, param2 int) (map[string]interface{}, error)
- Returns JSON-serializable data for easy downstream consumption
- Use Case: quickly scaffold Go scripts that integrate with Windmill for parameterized data processing.
Quick Start
Place your Go code in a file under the skill workspace, implement the inner package with the required main function, and return a map[string]interface{} along with error. For example, a minimal implementation could look like:
package inner
func main(param1 string, param2 int) (map[string]interface{}, error) { return map[string]interface{}{"result": param1, "count": param2}, nil }
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: write-script-go Download link: https://github.com/windmill-labs/windmill/archive/main.zip#write-script-go Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.