Imported from shikharsehgal1/opencloud (AGENTS.md). Install upstream with npx skills add shikharsehgal1/opencloud. Copyright stays with the author.
opencloud
Project instructions for Grok Build (grok) and other coding agents.
Auth / billing
This project runs Grok on the xAI API key (XAI_API_KEY, exported from ~/.zshrc),
so usage bills to the console.x.ai team credits — not the Grok subscription.
Verify at any time with grok models; it should print "You are using XAI_API_KEY."
Models available on this key: grok-4.6 (default), grok-4.5.
Conventions
(fill in as the project takes shape)
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/shikharsehgal1-opencloud-opencloud/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.
shikharsehgal1-opencloud-opencloud.ocm.jsonjson
{
"ocm": "1",
"id": "shikharsehgal1-opencloud-opencloud",
"kind": "skill",
"name": "opencloud",
"description": "Project instructions for Grok Build (`grok`) and other coding agents.",
"publisher": "shikharsehgal1",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Project instructions for Grok Build (`grok`) and other coding agents."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/shikharsehgal1/opencloud",
"path": "AGENTS.md",
"ref": "5e8a994d342019ba52495fde5170acd4eb98a44a",
"url": "https://github.com/shikharsehgal1/opencloud/blob/5e8a994d342019ba52495fde5170acd4eb98a44a/AGENTS.md",
"key": "shikharsehgal1/opencloud/AGENTS.md"
}
},
"instructions": "# opencloud\n\nProject instructions for Grok Build (`grok`) and other coding agents.\n\n## Auth / billing\n\nThis project runs Grok on the **xAI API key** (`XAI_API_KEY`, exported from `~/.zshrc`),\nso usage bills to the console.x.ai team credits — not the Grok subscription.\nVerify at any time with `grok models`; it should print \"You are using XAI_API_KEY.\"\n\nModels available on this key: `grok-4.6` (default), `grok-4.5`.\n\n## Conventions\n\n- (fill in as the project takes shape)",
"cost": {
"context_tokens": 118
}
}
Fetch it by URL: GET /api/v1/registry/shikharsehgal1-opencloud-opencloud/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.