apk-analyzer: Skill for Claude Code

.claude/skills/store-listing-carousel/SKILL.md

store-listing-carousel is a skill for Claude Code from MartinStyk/apk-analyzer. It costs 159 tokens per session (5,842 once invoked), scanned A, original, GPL-3.0.

A guide for maintaining the Apk Analyzer app-store screenshot carousel templates and exporting their frames as PNG images. It covers separate light and dark screenshot sets.

In plain words
What is it for?
Use it to replace screenshots in the carousel templates and create upload-ready day and night PNG frames.
Why use it?
It keeps the carousel templates and exported store images in sync when the app interface changes. This reduces manual work when preparing updated store graphics.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is MartinStyk/apk-analyzer's own configuration. It tells Claude Code how to work on apk-analyzer itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything apk-analyzer configures →

Reuse

Borrowing it

Nothing to install: this file belongs to MartinStyk/apk-analyzer. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/MartinStyk/apk-analyzer/develop/.claude/skills/store-listing-carousel/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/MartinStyk/apk-analyzer

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 store-listing-carousel

README.md
[![agentmods](https://agentmods.dev/badge/skills/martinstyk/apk-analyzer/store-listing-carousel/github.svg)](https://agentmods.dev/skills/martinstyk/apk-analyzer/store-listing-carousel)
Your own site
<a href="https://agentmods.dev/skills/martinstyk/apk-analyzer/store-listing-carousel"><img src="https://agentmods.dev/badge/skills/martinstyk/apk-analyzer/store-listing-carousel/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for store-listing-carousel

Your own site · 80×15
<a href="https://agentmods.dev/skills/martinstyk/apk-analyzer/store-listing-carousel"><img src="https://agentmods.dev/badge/skills/martinstyk/apk-analyzer/store-listing-carousel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 159 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,842 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 34
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
How audits are shown
Origin unknown 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.00159 $0.05842
Opus 5 $0.00079 $0.02921
Sonnet 5 $0.00032 $0.01168
Haiku 4.5 $0.00016 $0.00584

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

Security

Grade A, and why

store-listing-carousel scanned grade A with 1 finding 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 10d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -o /dev/null -w "%{http_code}\n" http://127.0.0.1:8743/carousel_template.html
.claude/skills/store-listing-carousel/SKILL.md · 433 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 10d ago First seen · 433 lines · 159 tokens per session scan A ab837d29005a

Subscribe to this mod's changes

store-listing-carousel is a skill published in the GitHub repository MartinStyk/apk-analyzer (359 stars, last pushed 2d ago), licensed GPL-3.0. It adds 159 tokens to every session and 5,842 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

media

Control media playback (PLAY, PAUSE, NEXT, PREV).

vNeeL-code/GHOST · 16 tokens

deterministic-title-placeholder-painter

Give items with no artwork a cover of their own by hashing the title into a stable gradient and packaging it, plus measured text and a badge, as a custom Painter you can hand straight to an image loader's placeholder, error and fallback slots — covering what makes the hash actually deterministic, measuring text…

maxrave-dev/kotlin-footguns · 116 tokens

overflow-tilted-browse-card

Build a browse tile whose cover art is tilted and runs off the clipped corner — the modifier order that makes the diagonal a cut rather than a pasted square, the rotated bounding-box growth that decides how much room siblings must leave, and why a non-square tile cannot size its decoration off the width. Use when a…

maxrave-dev/kotlin-footguns · 108 tokens

syncfusion-maui-badge-view

Implements Syncfusion .NET MAUI Badge View (SfBadgeView) control. Use when adding badge notifications, status indicators, unread counts, or notification overlays to MAUI applications. Covers SfBadgeView setup, badge text customization, position adjustments, animations, predefined symbols, and accessibility features.

syncfusion/maui-ui-components-skills · 67 tokens

flutter-apk-security

Review Flutter Android APK/AAB release artifacts for manifest, permission, cleartext traffic, exported component, embedded secret, signing, size, WebView, deep link, and third-party service risks.

anasfik/FlutterGuard · 44 tokens

kappmaker-logo

Generate the app's logo with AI — the brand mark used for icons, splash and store art. Use when the user asks for a logo or brand mark. For any other picture use kappmaker-image; for platform icon sets use kappmaker-app-icons.

KAppMaker/KAppMaker-CLI · 56 tokens