Install
$ agentstack add skill-felixgraeber-claude-aso-audit-skill-aso-metadata ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
ASO Metadata — Metadata Optimization
Capabilities
- Per-field character limit validation
- Keyword presence and placement scoring
- Conversion copy quality assessment
- Optimized metadata rewrite suggestions (3 variants)
- Cross-field consistency check
Process
- Fetch current metadata:
uv run python scripts/fetch_listing.py --json - Validate limits:
uv run python scripts/validate_metadata.py --file listing.json --json - Analyze keyword density:
uv run python scripts/keyword_density.py --file listing.json --keywords "" --json - Score each field (0-10):
- Character utilization (target: >80%)
- Primary keyword present
- Natural readability
- Conversion impact (benefit/value proposition clear)
- No keyword stuffing
- Generate 3 variant rewrites per field
Field Scoring Criteria
iOS App Name (30 chars)
- Contains primary keyword: +3
- Uses >80% of characters: +2
- Brand name present: +2
- Natural readability: +2
- Unique value proposition clear: +1
iOS Subtitle (30 chars)
- Contains secondary keyword: +3
- Complements (not repeats) App Name: +2
- Uses >80% of characters: +2
- Benefit-oriented copy: +2
- Natural readability: +1
iOS Keywords (100 chars)
- Uses >90% of characters: +3
- No duplicates from title/subtitle: +2
- No spaces after commas: +2
- Singular forms used: +1
- Covers primary + secondary + long-tail: +2
iOS Description (4000 chars, NOT indexed)
- Strong opening (first 3 lines visible): +3
- Social proof included: +2
- Feature highlights structured: +2
- Call-to-action present: +2
- NOT keyword-stuffed (it's not indexed): +1
Android Title (50 chars)
- Contains primary keyword: +3
- Natural language (no stuffing): +2
- Uses >70% of characters: +2
- Brand recognition: +2
- Descriptive of function: +1
Android Short Description (80 chars)
- Contains secondary keyword: +3
- Compelling benefit statement: +3
- Uses >80% of characters: +2
- Complements title: +2
Android Full Description (4000 chars)
- Primary keyword in first sentence: +2
- Keyword density 2-3%: +2
- Structured with sections: +2
- Social proof: +1
- Call-to-action: +1
- Natural readability: +2
Output Format
# Metadata Report: [App Name]
## Current Metadata Scores
| Field | Score | Chars Used | Limit | Key Issue |
|-------|-------|-----------|-------|-----------|
## Field-by-Field Analysis
### [Field Name]
- Current: "[current value]"
- Score: X/10
- Issues: [list]
- Variant A: "[optimized version]"
- Variant B: "[alternative version]"
- Variant C: "[alternative version]"
Available Tools
Read, Bash, Write, Glob, Grep
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: FelixGraeber
- Source: FelixGraeber/claude-aso-audit-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.