mirror of
https://github.com/limrun-inc/skills.git
synced 2026-09-14 15:38:52 +08:00
26 lines
572 B
JSON
26 lines
572 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "limrun",
|
|
"version": "0.1.5",
|
|
"description": "Cloud iOS simulators and Android emulators your agent can create, drive, and throw away.",
|
|
"author": {
|
|
"name": "Limrun",
|
|
"url": "https://limrun.com"
|
|
},
|
|
"homepage": "https://limrun.com",
|
|
"repository": "https://github.com/limrun-inc/skills",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"ios",
|
|
"android",
|
|
"simulator",
|
|
"emulator",
|
|
"mobile",
|
|
"testing",
|
|
"xcode",
|
|
"gradle",
|
|
"expo",
|
|
"mcp"
|
|
]
|
|
}
|