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.
npx agentmods add skills/minorun365/html-share/mobilenpx skills add minorun365/html-share --skill mobilegit clone --depth 1 https://github.com/minorun365/html-shareWrote 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.
[](https://agentmods.dev/skills/minorun365/html-share/mobile)<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>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.
| Model | Per session | Once 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 |
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.
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:
codex-${CODEX_THREAD_ID}claude-${CLAUDE_SESSION_ID}- 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
-
Pull answered cards for this session before doing more work:
html-share review pull --session "<session-id>" -
Apply returned comments as new user instructions. Complete a card only after its instruction has been handled:
html-share review complete <card-id> -
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.
-
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 -
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>" -
Start the watcher and keep the task active:
html-share review watch --session "<session-id>"
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.
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.
- 3d ago First seen · 75 lines · 61 tokens per session scan A 4ad7289e2788
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.
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…
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…
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.
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.
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…
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.