mobile

mobile is a skill for Claude Code, Codex from minorun365/html-share. It costs 61 tokens per session (612 once invoked), scanned A, original, Apache-2.0.

A mobile handoff skill that sends the current coding task to a phone-review service and waits for feedback. It also explains how to retrieve and apply review comments or stop an active watcher.

In plain words
What is it for?
Use it when explicitly handing a task to a phone for review, continuing from mobile feedback, or stopping mobile monitoring.
Why use it?
It lets someone review progress from a phone and return instructions to the same task without exposing device tokens.

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/minorun365/html-share/mobile
Any agent
npx skills add minorun365/html-share --skill mobile
Clone the repo
git clone --depth 1 https://github.com/minorun365/html-share

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 mobile

README.md
[![agentmods](https://agentmods.dev/badge/skills/minorun365/html-share/mobile.svg)](https://agentmods.dev/skills/minorun365/html-share/mobile)
Your own site
<a href="https://agentmods.dev/skills/minorun365/html-share/mobile"><img src="https://agentmods.dev/badge/skills/minorun365/html-share/mobile.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 612 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.00061 $0.00612
Opus 5 $0.00030 $0.00306
Sonnet 5 $0.00012 $0.00122
Haiku 4.5 $0.00006 $0.00061

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

Security

Grade A, and why

mobile 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 3d 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/mobile/SKILL.md · 75 lines

How it starts

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

Mobile handoff

Use the html-share CLI. Do not call the review API directly and do not print device tokens.

Stop

When the argument is stop, resolve the session ID as described below and run:

html-share review stop --session "<session-id>"

Report whether a watcher was stopped, then end the workflow.

Resolve the session

Use the first available value:

  1. codex-${CODEX_THREAD_ID}
  2. claude-${CLAUDE_SESSION_ID}
  3. A stable ID already used for this conversation

If none exists, explain that the current client did not expose a resumable session ID and stop before creating a review card.

Handoff workflow

  1. Pull answered cards for this session before doing more work:

    html-share review pull --session "<session-id>"
    
  2. Apply returned comments as new user instructions. Complete a card only after its instruction has been handled:

    html-share review complete <card-id>
    
  3. Create or replace one self-contained status HTML inside a directory listed in content.roots. Keep it phone-friendly and concise:

    • current request and status;
    • work completed;
    • decisions or actions needed from the user;
    • next action.

    Do not include secrets, raw logs, hidden reasoning, or unrelated repository data.

  4. Register the page if it is not already configured, then publish:

    html-share page add <relative-html-path> --title "<short task title>"
    html-share publish
    
  5. Push one status card. Add separate cards only for genuinely independent decisions. Use at most five cards. Read review-cards.md when multiple cards are needed.

    printf '%s' '[{"title":"<task title>","question":"生成結果を確認して、追加の指示があればコメントで返してください。","context":"HTML共有くんの生成結果一覧に状況ページを追加しました。","recommendation":"対応内容を確認してください。"}]' \
      | html-share review push --session "<session-id>"
    
  6. Start the watcher and keep the task active:

    html-share review watch --session "<session-id>"
    

Read the full file on GitHub · 75 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 75 lines · 61 tokens per session scan A 4ad7289e2788

Subscribe to this mod's changes

mobile is a skill published in the GitHub repository minorun365/html-share (85 stars, last pushed 6d ago), licensed Apache-2.0. It adds 61 tokens to every session and 612 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

agent-squad-swift

Use when building or modifying a Swift app that uses the AgentSquad Swift framework — on-device multi-agent orchestration for iOS 16+ / macOS 14+: orchestrator, agents (Agent, GroundedAgent), classifier routing, LLM clients (OpenAI-compatible), tools (native + MCP), tool UIs/widgets, on-device storage, tracing, and…

2FastLabs/agent-squad · 91 tokens

amplify-workflow

Build and deploy full-stack web and mobile apps with AWS Amplify Gen2 (TypeScript code-first). Covers auth (Cognito), data (AppSync/DynamoDB including schema modeling, enum types, relationships, authorization rules), storage (S3), functions, APIs, and AI (Amplify AI Kit with Bedrock). Supports React, Next.js, Vue…

awslabs/agent-plugins · 214 tokens

sns

AWS SNS notification service for pub/sub messaging. Use when creating topics, managing subscriptions, configuring message filtering, sending notifications, or setting up mobile push.

itsmostafa/aws-agent-skills · 32 tokens

agent-device

Automates interactions for iOS simulators/devices and Android emulators/devices. Use when navigating apps, taking snapshots/screenshots, tapping, typing, scrolling, or extracting UI info on mobile targets.

gronxb/hot-updater · 44 tokens

e2e

Run end-to-end OTA verification for examples/v0.85.0 with agent-device. Use when validating iOS or Android release builds, deploying OTA bundles with pnpm hot-updater deploy, checking stable update application, reproducing rollback after a crash bundle, or reading bundle-store metadata and crash history for the…

gronxb/hot-updater · 79 tokens

device-control

Use when driving the user's Android device through devicecontrolstart, deviceui and deviceaction — opening apps, navigating screens, filling fields, or any multi-step flow through another app's UI.

bearlike/Assistant · 41 tokens