When using this directory, generally you should *ONLY* read from the API directory. Do not read the implementation of the server in /src/ until you are prompted to do so.
Imported from powera/greenland (api/AGENTS.md). Install upstream with npx skills add powera/greenland --skill api. Copyright stays with the author.
When using this directory, generally you should ONLY read from the API
directory. Do not read the implementation of the server in /src/ until you
are prompted to do so.
You should use Python commands for API calls. For simple tasks, run the
Python as a single command; for complex ones you can write to a temp dir.
When an API call requires a "model" argument (e.g. the LLM-agent triggers in
agent_tasks.py / llm_agents.py), default to "gpt-5.6-luna" unless the task
explicitly calls for a different model.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/powera-greenland-api/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
powera-greenland-api.ocm.jsonjson
{
"ocm": "1",
"id": "powera-greenland-api",
"kind": "skill",
"name": "api",
"description": "When using this directory, generally you should *ONLY* read from the API directory. Do not read the implementation of the server in /src/ until you are prompted to do so.",
"publisher": "powera",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When using this directory, generally you should *ONLY* read from the API directory. Do not read the implementation of the server in /src/ until you are prompted to do so."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/powera/greenland",
"path": "api/AGENTS.md",
"ref": "7f9342263b092ad75b83b248aa47cbe6e62c294e",
"url": "https://github.com/powera/greenland/blob/7f9342263b092ad75b83b248aa47cbe6e62c294e/api/AGENTS.md",
"key": "powera/greenland/api/AGENTS.md"
}
},
"instructions": "When using this directory, generally you should *ONLY* read from the API\ndirectory. Do not read the implementation of the server in /src/ until you\nare prompted to do so.\n\nYou should use Python commands for API calls. For simple tasks, run the\nPython as a single command; for complex ones you can write to a temp dir.\n\nWhen an API call requires a \"model\" argument (e.g. the LLM-agent triggers in\nagent_tasks.py / llm_agents.py), default to \"gpt-5.6-luna\" unless the task\nexplicitly calls for a different model.",
"cost": {
"context_tokens": 128
}
}
Fetch it by URL: GET /api/v1/registry/powera-greenland-api/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.