Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

droidrun Cursor plugins

Cursor Marketplace plugins for the Mobilerun cloud platform.

Plugins

  • mobilerun — control Android device fleets, phone numbers, eSIMs, apps, and automation workflows via the Mobilerun MCP server (remote, OAuth).

Repository layout

.cursor-plugin/marketplace.json   marketplace manifest (lists the plugins below)
plugins/<name>/                    one folder per plugin
scripts/validate-template.mjs      structural validator (run before committing)

Adding a plugin

See docs/add-a-plugin.md. In short: create plugins/<name>/ with a .cursor-plugin/plugin.json, add its components (mcp.json, rules/, skills/, …), and register it in .cursor-plugin/marketplace.json.

Validate

node scripts/validate-template.mjs

Fix all reported errors before committing. CI runs the same check on every pull request.

Submission

Plugins are submitted at https://cursor.com/marketplace/publish (Cursor team contact: Slack or kniparko@anysphere.com).

License

Apache-2.0

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

Generated from cursor/plugin-template