AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Setup

skill-appium-skills-setup · by appium

Route and coordinate one or more Appium driver setup requests by handing UiAutomator2, Espresso, Chromium, Gecko, Mac2, Safari, or XCUITest to its dedicated setup Skill and collecting multi-driver completion. Use for Appium setup requests with no driver, one named driver, or multiple named drivers. Do not perform driver-specific setup in this Skill; select the exact child Skill and hand off. Do n…

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-appium-skills-setup

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-appium-skills-setup)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
18d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Setup? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Appium Setup Selection Workflow

Setup routing and selection

Select only the driver or drivers requested by the user. Treat each renma.continues-with item as a possible child Skill, not as execution order, priority, or automatic invocation.

| Intended target | Child Skill | | --- | --- | | Android native or hybrid apps with UiAutomator2 | skills/setup-uiautomator2/SKILL.md | | Android native or hybrid apps with Espresso | skills/setup-espresso/SKILL.md | | Chrome, Chromium, or Edge desktop browsers | skills/setup-chromium/SKILL.md | | Firefox desktop browsers | skills/setup-gecko/SKILL.md | | Native macOS apps | skills/setup-mac2/SKILL.md | | Safari on macOS | skills/setup-safari/SKILL.md | | iOS or tvOS with XCUITest | skills/setup-xcuitest/SKILL.md |

Normalize common names such as uia2 to UiAutomator2. If no driver is named, pause before environment changes and ask which driver or drivers are needed. If one or more drivers are named, preserve every explicit selection and hand off without asking the user to choose again.

Required inputs

Resolve the selected drivers, global appium mode or explicitly requested local npx appium mode, target platforms, host OS, available devices, simulators, or browsers, permissions, and explicitly requested optional dependencies.

Workflow outline

  1. Resolve the driver selection before changing the environment.
  2. Hand each selected driver to its exact child Skill.
  3. For multiple drivers, preserve the user's stated order. When the request

states no order, choose and report an order that reuses shared host prerequisites, then execute the selected Skills one at a time. Metadata declaration order has no execution meaning.

  1. Collect each child Skill's required doctor, helper, smoke, and evidence

result without weakening its completion gate.

Setup selection safety and approval constraints

  • Use global npm/Appium commands by default and local npx --no-install appium

only when explicitly requested.

  • Install only explicitly selected drivers.
  • Ask before optional FFmpeg or bundletool setup, third-party real-device

tooling, privileged commands, browser installation, or authorization changes.

  • Preserve working installations and prefer the smallest required change.

Completion criteria

Complete a single-driver request only after the selected child Skill reaches its completion criteria. Complete a multi-driver request only after every selected child Skill reaches its own completion criteria or reports an exact manual blocker. Optional warnings remain non-blocking.

Evidence boundary

Report the selected child Skills, command mode, each child Skill's pass/fail result, remaining optional items, and exact blockers. Attribute selection and execution exclusively to decisions made by the workflow body.

Self-Improvement Prompt

Before the final response, identify any missing, ambiguous, outdated, or retry-causing instruction in this selection workflow or a loaded child Skill. Report the asset path and proposed wording. Leave unrelated files unchanged.

Evidence

  • Input: Set up Appium. Ask which driver or drivers are needed.
  • Input: Set up UiAutomator2. Continue with

skills/setup-uiautomator2/SKILL.md.

  • Input: Set up UiAutomator2 and XCUITest. Continue with both selected child

Skills and verify each independently.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.