Mega repositories
Discover, inspect, create, duplicate, and make bounded file changes to MEGA model, dataset, and Space repositories. Use for repository search, metadata, cards, files, refs, commits, canonical mega:// URIs, small text commits, or choosing MCP versus CLI repository operations.From its SKILL.md
npx -y skills add ohtensorplay/mega-skills --skill mega-repositoriesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.0 KB, 390 tokens by cl100k_base, as published. Nobody here has run it
MEGA repositories
Discover and inspect
- Use
model_search,dataset_search, orspace_searchwhen the type is known. Usehub_repo_searchfor a genuinely cross-type query. - Pass the narrowest useful filters: query, author, tags, sort, limit, and cursor. Preserve
next_cursoruntil pagination is complete or the user has enough results. - Select by canonical
owner/name, type, URL, match score, and match reason. Do not infer type from a name alone. - Use
model_details,dataset_details, orhub_repo_detailsfor bounded metadata, card, files, refs, or commits.hub_repo_detailscan inspect up to ten repositories and supports supported Dataset Viewer structure and preview operations for datasets.
Repository paths
Use these canonical URI families:
mega://models/OWNER/NAME/PATH
mega://datasets/OWNER/NAME/PATH
mega://spaces/OWNER/NAME/PATH
Use mega_fs with ls, stat, or cat. Respect byte limits, truncated, and continuation offsets. Do not request binary or bulk content through MCP.
Mutate
- Use
create_repoto create a model, dataset, or Space. Supplying a same-type source performs server-side duplication. - Use
mega_fs_writeonly for one verified UTF-8 path.putcan overwrite andrmremoves through a commit, so confirm the exact URI and revision first. - Use
duplicate_spacewhen the intent is explicitly to copy a Space. - Route directories, binaries, large artifacts, Git history, branch operations, and bulk transfers to
$mega-cli.
Before any write, inspect the target, state the effect, verify the required scope, and return the resulting canonical ID, URL, revision, or commit metadata.
What ships with it: 1 file
231 B alongside SKILL.md
agents/
- openai.yaml231 B