agentsclimarketplace

Mega repositories

Skill ohtensorplay/mega-codex-plugin/plugins/mega/skills/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

Install
npx -y skills add ohtensorplay/mega-codex-plugin --skill mega-repositories

Assembled 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

  1. Use model_search, dataset_search, or space_search when the type is known. Use hub_repo_search for a genuinely cross-type query.
  2. Pass the narrowest useful filters: query, author, tags, sort, limit, and cursor. Preserve next_cursor until pagination is complete or the user has enough results.
  3. Select by canonical owner/name, type, URL, match score, and match reason. Do not infer type from a name alone.
  4. Use model_details, dataset_details, or hub_repo_details for bounded metadata, card, files, refs, or commits. hub_repo_details can 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_repo to create a model, dataset, or Space. Supplying a same-type source performs server-side duplication.
  • Use mega_fs_write only for one verified UTF-8 path. put can overwrite and rm removes through a commit, so confirm the exact URI and revision first.
  • Use duplicate_space when 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/

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.