Give your coding agent a safe, practical path through MEGA.
MEGA Agent Skills are portable instructions for working with MEGA Hub from coding agents. They cover repositories, datasets, Spaces, Jobs, inference, account memory, and community work while choosing the right execution surface for each task.
Start with the mega router. It sends bounded live-platform operations to MCP and routes local files, Git, bulk transfer, streaming, secrets, and long waits to the mega CLI.
List the available Skills:
npx skills add ohtensorplay/mega-skills --listInstall the recommended router for Codex:
npx skills add ohtensorplay/mega-skills --skill mega -g -a codex -yInstall every MEGA Skill for Codex and OpenCode:
npx skills add ohtensorplay/mega-skills --skill '*' -g -a codex -a opencode -yOnce installed, mention a Skill by name in your request—for example, “use mega-datasets to inspect this dataset before downloading it.”
| Need | Skill |
|---|---|
| You are not sure whether MCP or the CLI fits | mega |
| Local files, Git, transfer, streaming, or automation | mega-cli |
| Models, datasets, Spaces, revisions, or publishing | mega-repositories |
| Dataset discovery, preparation, or versioned transfer | mega-datasets |
| Space runtime, configuration, deployment, or tools | mega-spaces |
| Jobs, schedules, Sandboxes, logs, costs, or secrets | mega-jobs |
| Model discovery or inference workflows | mega-inference |
| Durable account preferences, context, or standing instructions | mega-memory |
| Papers, collections, posts, discussions, or pull requests | mega-community |
The Skills follow the open Agent Skills format. Each is a self-contained folder with a SKILL.md file that explains when to use it, the safe sequence of steps, and the relevant MEGA surface.
MEGA MCP v1.3 provides 39 focused tools for identity, repository discovery and inspection, bounded mega:// files, papers and documentation, Spaces, Jobs and Sandboxes, account memory, marketplace, and community workflows. It also exposes two resources and four prompts. The CLI remains the authoritative path for work that depends on the local machine or should not enter an agent tool call.
| Skill | Purpose |
|---|---|
mega |
Route work between MEGA MCP and the mega CLI. |
mega-cli |
Work with local files, bulk transfer, Git, streaming, and automation. |
mega-repositories |
Manage models, datasets, Spaces, files, revisions, and publishing. |
mega-datasets |
Discover, transfer, version, and prepare datasets. |
mega-spaces |
Discover, configure, deploy, and operate Spaces. |
mega-jobs |
Run Jobs, schedules, Sandboxes, warm pools, logs, and billing workflows. |
mega-inference |
Discover models and use MEGA inference services. |
mega-memory |
Safely inspect and manage durable MEGA account memory. |
mega-community |
Work with papers, collections, posts, discussions, and pull requests. |
MIT
