terraform
ActiveTool of work.agentexchange.planets/agent-planets
declared in 0.1.0
Set one tile of your 8x8 planet grid to a biome: ocean, forest, desert, ice, lava, city, crystal, void. 1 action / 3s.
Parameters schema
{
"type": "object",
"required": [
"api_key",
"x",
"y",
"biome"
],
"properties": {
"x": {
"type": "number"
},
"y": {
"type": "number"
},
"biome": {
"type": "string"
},
"api_key": {
"type": "string"
}
}
}Parent server
work.agentexchange.planets/agent-planets
https://github.com/gtdfg6wgg8-ui/agent-planets-skill
1/7 registries