mobilecli 0.3.85 → 0.3.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -441,6 +441,22 @@ mobilecli remote list-devices
441
441
  mobilecli remote release --device <device-id>
442
442
  ```
443
443
 
444
+ ## Claude Code Skill 🤖
445
+
446
+ This repo includes an agent skill ([skills/mobilecli/SKILL.md](skills/mobilecli/SKILL.md)) that teaches Claude Code (or any SKILL.md-compatible agent) how to drive `mobilecli` — listing devices, tapping and typing, dumping UI trees, managing apps, and using the JSON-RPC server for fast automation.
447
+
448
+ Install it with [skills](https://github.com/vercel-labs/skills):
449
+
450
+ ```bash
451
+ # current project only
452
+ npx skills add mobile-next/mobilecli
453
+
454
+ # or globally, for all projects
455
+ npx skills add mobile-next/mobilecli -g
456
+ ```
457
+
458
+ Then ask your agent things like "take a screenshot of my emulator" or "tap the login button" — the skill triggers automatically.
459
+
444
460
  ## HTTP API 🔌
445
461
 
446
462
  ***mobilecli*** provides an http interface for all the functionality that is available through command line. As a matter of fact, it is preferable to
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobilecli",
3
- "version": "0.3.85",
3
+ "version": "0.3.87",
4
4
  "author": "Mobile Next",
5
5
  "description": "A universal command-line tool for managing iOS and Android devices, simulators, emulators and apps",
6
6
  "repository": {