update-store

update-store is a skill for Claude Code from K9i-0/ccpocket. It costs 80 tokens per session (5,063 once invoked), scanned A, original, MIT.

An automation tool for updating mobile-app store materials, including screenshots, descriptions, release notes, and other App Store or Google Play text. It captures screens from an app simulator and can combine them into store images.

In plain words
What is it for?
Use it when releasing an iOS or mobile app to review changes, decide which screenshots to refresh, create store screenshot sets, and update listing text.
Why use it?
It reduces the manual work of checking releases, navigating test scenarios, taking screenshots, and preparing store metadata.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; names the AskUserQuestion tool; positional $N argument.

About the project

CC Pocket is a mobile and desktop client for controlling Codex and Claude coding-agent sessions through a self-hosted Bridge Server running on another computer. It lets users start sessions, approve actions, answer questions, review changes, and continue coding from supported devices. The catalogue entries provide the skills, hooks, MCP servers, agents, instructions, and settings used by this client.

K9i-0/ccpocket · 1,060 stars · on GitHub · k9i-0.github.io

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/k9i-0/ccpocket/update-store
Any agent
npx skills add K9i-0/ccpocket --skill update-store
Clone the repo
git clone --depth 1 https://github.com/K9i-0/ccpocket

Made for: Claude Code.

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 update-store

README.md
[![agentmods](https://agentmods.dev/badge/skills/k9i-0/ccpocket/update-store.svg)](https://agentmods.dev/skills/k9i-0/ccpocket/update-store)
Your own site
<a href="https://agentmods.dev/skills/k9i-0/ccpocket/update-store"><img src="https://agentmods.dev/badge/skills/k9i-0/ccpocket/update-store.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,063 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.1 $0.00080 $0.05063
Opus 5 $0.00040 $0.02531
Sonnet 5 $0.00016 $0.01013
Haiku 4.5 $0.00008 $0.00506

Measured 6d ago against content hash d4a0620c5e67, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

update-store 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 6d 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.

.claude/skills/update-store/SKILL.md · 374 lines

How it starts

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

Update Store

ストアスクリーンショットの自動撮影・合成と、メタデータテキスト(description, release_notes等)の更新を行う。

前提

  • デバッグモードのアプリにはストアスクショ用のカスタムエクステンション(ccpocket.navigateToStoreScenario)が登録済み
  • Marionette MCPのcall_custom_extensionが使用可能
  • ImageMagickがインストール済み(compose.shで使用)
  • sim-tap.swift: 同梱のSwiftスクリプト(scripts/sim-tap.swift)。macOSアクセシビリティAPIでSimulatorのネイティブダイアログ(通知許可等)をラベル指定でタップできる

ワークフロー

Step 1: バージョン確認 & 変更分析

# 最新リリースタグ
git tag -l 'ios/v*' --sort=-v:refname | head -1

# 現在のバージョン
grep '^version:' apps/mobile/pubspec.yaml

# 前回リリースからの変更コミット
git log $(git tag -l 'ios/v*' --sort=-v:refname | head -1)..HEAD --oneline -- apps/mobile/

CHANGELOGの最新セクションも確認:

head -80 CHANGELOG.md

変更内容を分析し、UI変更があったかどうかを判断する。

Step 2: 更新対象の選択

AskUserQuestion(multiSelect)で更新対象を確認する。 変更分析結果に基づいて推奨をdescriptionに含める。

iPhone スクリーンショット(8シナリオ):

Key シナリオ名 内容 テーマ
01_session_list Session List (Recent) ホーム画面(名前付きセッション) ライト
02_approval_list Session List 承認待ち一覧(3セッション) ライト
03_multi_question Multi-Question Approval 質問UI(3問) ライト
04_markdown_input Markdown Input Markdown箇条書き入力 ライト
05_image_attach Image Attach 画像添付UI ライト
06_git_diff Git Diff Diff表示画面 ライト
07_new_session New Session 新規セッションシート ライト
08_dark_theme Session List 承認待ち一覧(ダークモード訴求) ダーク

iPad スクリーンショット(5シナリオ):

Key シナリオ名 内容 テーマ
01_workspace_overview Workspace Overview 左一覧 + 中央チャット + 右Git ライト
02_workspace_explorer Workspace Explorer 左一覧 + 中央チャット + 右Explorer ライト
03_approval_context Approval In Context 左一覧 + 中央承認UI ライト
04_approval_queue Approval Queue 複数の承認待ちセッションを同時に確認 ライト
05_dark_workspace Dark Workspace 3-pane ワークスペースのダークテーマ訴求 ダーク

メタデータテキスト:

ファイル 対象
fastlane/metadata/en-US/release_notes.txt iOS リリースノート (EN)
fastlane/metadata/ja/release_notes.txt iOS リリースノート (JA)
fastlane/metadata/en-US/description.txt App Store 説明文 (EN)
fastlane/metadata/ja/description.txt App Store 説明文 (JA)
fastlane/metadata/en-US/promotional_text.txt プロモーションテキスト (EN)
fastlane/metadata/android/en-US/full_description.txt Play Store 説明文 (EN)
fastlane/metadata/android/ja-JP/full_description.txt Play Store 説明文 (JA)
fastlane/metadata/android/en-US/changelogs/default.txt Play Store リリースノート (EN)
fastlane/metadata/android/ja-JP/changelogs/default.txt Play Store リリースノート (JA)

Read the full file on GitHub · 374 lines

Files

What ships with it

1 file 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. 6d ago First seen · 374 lines · 80 tokens per session scan A d4a0620c5e67

Subscribe to this mod's changes

update-store is a skill published in the GitHub repository K9i-0/ccpocket (1,060 stars, last pushed today), licensed MIT. It adds 80 tokens to every session and 5,063 once invoked, about $0.0004 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

flutter

Use when building, structuring, testing or optimizing a Flutter app — feature-first layering, Riverpod 3 or Bloc, typed gorouter, freezed models, a dio data layer, Material 3, jank hunting, widget/golden tests. Targets Flutter 3.44 / Dart 3.12. NOT React Native (that is react-native), NOT Compose Multiplatform (that…

ericrisco/rsc-harness · 91 tokens

zmr-mobile-testing

Use when testing mobile apps with Zeno Mobile Runner, integrating app-local .zmr setup, driving Android or iOS simulator scenarios, using JSON-RPC or MCP agent sessions, exporting traces, or comparing mobile runner benchmarks.

johnmikel/zeno-mobile-runner · 50 tokens

cloudx-integrate

Integrate the CloudX SDK into a publisher app on any supported platform (Android, iOS, React Native, Flutter, Unity). Use when asked to integrate, add, install, or set up CloudX, CloudX ads, or CloudX mediation in an app, including alongside or replacing an existing mediation stack such as AppLovin MAX, LevelPlay, or…

cloudx-io/cloudx-sdk-agents · 82 tokens

mobile-engineer

You are the Mobile Engineer Specialist — a cross-platform mobile development expert who builds performant, production-ready mobile applications. You specialize in React Native (Expo) and Flutter, with deep expertise in native integrations, offline-first architectures, and app store deployment.

buiphucminhtam/forgewright · 56 tokens

mobile

Mobile development with React Native, Flutter, and native patterns.

miles990/claude-software-skills · 13 tokens

android-e2e-readiness

Use when Android mobile E2E flows are flaky, Compose and View screens disagree with automation, hybrid screens are ambiguous, retries hide the real issue, or the team keeps collapsing the problem to selector-vs-timing without checking Android-specific readiness contracts.

shenyuexin/mobile-e2e-mcp · 57 tokens