linkgo
Installation
SKILL.md
LinkGo v3 Remote Management
Manage service cards, page configuration, icons, and system settings on a LinkGo v3 navigation page via its HTTP API.
Execution Rule
Run the user's requested command directly without pre-checking dependencies, environment variables, or configuration. If something is wrong, the script will fail with a clear error — check and fix only then.
Environment Variables
| Variable | Required | Purpose |
|---|---|---|
LINKGO_HOST |
✅ | Instance address, e.g. http://192.168.1.100:80 |
LINKGO_PASSWORD |
✅ | Admin password |
The script loads these from ~/.wmyskills/.env (shared across skills) automatically; a scripts/.env in the script directory takes priority if present. Use scripts/.env.example as the template — add the variables to ~/.wmyskills/.env, never overwriting an existing file.