OpenAppSkill

OpenAppSkill is a skill for Claude Code, Codex from FoneClaw-AI/foneclaw-android. It costs 27 tokens per session (1,785 once invoked), scanned A, original, MIT.

An Android-agent procedure for opening a named app. If the app is missing, it can look up the exact Google Play listing and guide its installation when appropriate.

In plain words
What is it for?
It launches an installed app by name or package identifier, checks Google Play when needed, and installs the exact requested app if the user asks or it is not installed.
Why use it?
It prevents the agent from guessing between similar apps or silently switching to an unintended alternative.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/foneclaw-ai/foneclaw-android/openapp
Any agent
npx skills add FoneClaw-AI/foneclaw-android --skill openapp
Clone the repo
git clone --depth 1 https://github.com/FoneClaw-AI/foneclaw-android

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for OpenAppSkill

README.md
[![agentmods](https://agentmods.dev/badge/skills/foneclaw-ai/foneclaw-android/openapp.svg)](https://agentmods.dev/skills/foneclaw-ai/foneclaw-android/openapp)
Your own site
<a href="https://agentmods.dev/skills/foneclaw-ai/foneclaw-android/openapp"><img src="https://agentmods.dev/badge/skills/foneclaw-ai/foneclaw-android/openapp.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,785 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00027 $0.01785
Opus 5 $0.00014 $0.00892
Sonnet 5 $0.00005 $0.00357
Haiku 4.5 $0.00003 $0.00178

Measured 4d ago against content hash bab4c57d9305, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

OpenAppSkill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/openApp/SKILL.md · 123 lines

How it starts

The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Open App Skill

Skill Name

Open App

Description

Use this skill when the user asks to open, launch, enter, or use an Android app. The core goal is to bring the user-specified app to the foreground. Only when the app is not installed, or the user explicitly asks to download/install it, do you enter the Google Play lookup and install flow.

This skill must fail fast. Do not, on failure, try other apps, other regional variants, third-party app stores, or fuzzy substitutes unless the user explicitly asks.

Required Tools

  • launch_app: Open a launchable app by Android package name or installed app display name.
  • web_search: Query official Google Play links, package names, and regional variant information when needed.
  • play_store_check_app: Check whether an app exists on Google Play using an exact package name.
  • play_store_install: Open the Google Play detail page for an exact package name, tap Install, and wait for installation to finish.

Intent Rules

  1. When the user says "open," "launch," "enter," "use," "open," "launch," or "go to," treat it as an open intent.
  2. When the user says "download," "install," "get," "install," or "download," treat it as an install intent.
  3. When the user asks to "install then open," after a successful install you must call launch_app.
  4. When the user explicitly says "install only," "download only," or "do not open," stop after installation; do not open the app.
  5. When the user provides neither an app name nor a package name, first ask which app to open.

Main Workflow

1. Open First For Open Intent

  1. For an open intent, call launch_app first, using the app name or package name from the user's current request.
  2. If it returns OK: launch_app opened ..., the task is complete.
  3. If it returns ERROR: app_not_found ..., assume the target app is not currently installed and proceed to package-name resolution and the Google Play lookup flow.
  4. If it returns ERROR: ambiguous_app ..., let the user choose one of the returned candidate package names. Do not install any app before the user confirms.
  5. If it returns ERROR: no_launcher_entry ..., ERROR: launch_denied ..., or ERROR: launch_failed ..., stop and report the failure reason. Do not treat Google Play as a universal fix.
  6. Only skip this step when the user explicitly asks to "download only / install only."

Read the full file on GitHub · 123 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 123 lines · 27 tokens per session scan A bab4c57d9305

Subscribe to this mod's changes

OpenAppSkill is a skill published in the GitHub repository FoneClaw-AI/foneclaw-android (5 stars, last pushed 2d ago), licensed MIT. It adds 27 tokens to every session and 1,785 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

reverse-engineering-android-malware-with-jadx

Reverse engineers malicious Android APK files using JADX decompiler to analyze Java/Kotlin source code, identify malicious functionality including data theft, C2 communication, privilege escalation, and overlay attacks. Examines manifest permissions, receivers, services, and native libraries. Activates for requests…

adriannoes/awesome-agentic-ai · 82 tokens

navigate

Call the unintent tool with the following exact parameters.

vNeeL-code/GHOST · 6 tokens

android-reverse-engineering

Decompile Android APK, XAPK, AAB, DEX, JAR, and AAR files using jadx or Fernflower/Vineflower. Reverse engineer Android apps, extract HTTP API endpoints (Retrofit, OkHttp, Volley, GraphQL, WebSocket), trace call flows from UI to network layer, analyze security patterns (cert pinning, exposed secrets, Android Fragment…

incogbyte/android-reverse-engineering-claude-skill · 196 tokens

mobile-design

Mobile UX patterns, touch interactions, gesture design, mobile-first principles, app navigation, and mobile performance.

manutej/luxor-claude-marketplace · 23 tokens

analyzing-android-malware-with-apktool

Perform static analysis of Android APK malware using apktool for resource decompilation, jadx for Java source recovery, and androguard for manifest inspection, dangerous permission-combination detection, and identification of obfuscated code, dynamic code loading, and reflection-based API calls. Use to statically…

mukul975/Anthropic-Cybersecurity-Skills · 84 tokens

solopi-ai

通过 SoloPi 的机器可读 CLI 编译和执行 AI 验证计划,管理签名端侧 ExecuTorch 决策模型、持久设备池、无人值守任务、安卓设备、应用、动作、配置、用例步骤与交互录制、回放及性能历史、动态 Agent、批量与重复执行、性能监控、压力测试和证据。适用于需求/AC 到 Result Judge 三态结论、cloud/on-device 决策切换、模型发布门禁,以及 generation 租约的多设备 CI 执行。.

alipay/SoloPi · 127 tokens