Amarok-Hider is an Android privacy tool that makes selected files and apps less visible by changing how the system identifies or displays them, rather than encrypting their contents. It is for people who want quick protection from casual snooping, with optional root-based features for deeper app hiding.
Borrowing it
Nothing to install: this file belongs to deltazefiro/Amarok-Hider. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/deltazefiro/Amarok-Hider/main/.claude/skills/release/SKILL.mdgit clone --depth 1 https://github.com/deltazefiro/Amarok-HiderWrote 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/deltazefiro/amarok-hider/release)<a href="https://agentmods.dev/skills/deltazefiro/amarok-hider/release"><img src="https://agentmods.dev/badge/skills/deltazefiro/amarok-hider/release.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00015 | $0.01625 |
| Opus 5 | $0.00008 | $0.00813 |
| Sonnet 5 | $0.00003 | $0.00325 |
| Haiku 4.5 | $0.00002 | $0.00162 |
Grade A, and why
release 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 8d 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 — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Amarok Release Procedure
You are preparing a new release for Amarok. Follow the steps below in order, asking for user confirmation at each decision point. Do not skip steps.
Step 1: Determine release type and version
- Find the current version in
app/build.gradle(versionCodeandversionName). - Read
git logsince the last tag to understand what changed. - Ask the user: stable or beta? Present both options with their proposed version name and code:
- Stable: use the versioning rules below to propose a version.
- Beta: use the versioning rules below to propose a version.
- Versioning rules for computing the proposed version:
- First beta of new cycle: bump minor version from the current stable (e.g.,
0.10.0→0.11.0-beta1), round versionCode up to next multiple of 10 (e.g.,124→130). - Subsequent beta: increment beta number (e.g.,
-beta1→-beta2), increment versionCode by 1. - Stable release (from beta): drop the beta suffix, increment versionCode by 1.
- Stable patch release: bump patch version (e.g.,
0.10.0→0.10.1), increment versionCode by 1.
- First beta of new cycle: bump minor version from the current stable (e.g.,
Step 2: Merge open translation PRs (stable releases only)
For stable releases only:
- List open PRs from the Weblate bot using:
GITHUB_TOKEN=<token> gh pr list -R deltazefiro/Amarok-Hider --search "translation" - If translation PRs exist, show them to the user.
- IMPORTANT: Tell the user to merge the selected PRs on GitHub directly (using squash merge), then wait for them to confirm. Do NOT merge locally — GitHub's squash merge preserves the correct commit message format with per-language
(by Name <email>)lines that the translation credit script depends on. - After user confirms the PRs are merged on GitHub, run
git pull origin mainto pull them in. - If no translation PRs are found, inform the user and move on.
Step 3: Verify prerequisites
- Confirm git working tree is clean (
git status --shortshould be empty). If not, ask user to resolve. - Build the app:
./gradlew assemble(timeout 300s). If it fails, stop and report the error.
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.
- 8d ago First seen · 138 lines · 15 tokens per session scan A d4553522e303
release is a skill published in the GitHub repository deltazefiro/Amarok-Hider (3,235 stars, last pushed 27d ago), licensed Apache-2.0. It adds 15 tokens to every session and 1,625 once invoked, about $0.0001 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
release-new-version
Use when the user wants to release a new Zafiro version — drafting bilingual release notes, deciding the next version number, bumping app/build.gradle.kts, tagging, and publishing to GitHub (main repo, optionally the Xposed repo).
release-process
Step-by-step release checklist for Squad — prevents v0.8.22-style disasters.
npm-publish
Publish the create-cmp CLI to npm as the create-cmp-cli package. Use this when the user asks to "publish create-cmp to npm", "release a new version", "ship create-cmp-cli", "npm publish this", "cut a release", or wants npx create-cmp-cli to work. Runs unattended when a granular npm token is installed in the user's…
github-actions-multiplatform-release
Structure a GitHub Actions release pipeline for a multiplatform desktop app so one Linux runner cross-builds every platform's artifacts and a second, tiny macOS job does only the one step that genuinely requires macOS — with artifact handoff between them and no compilation on the costly runner; reach for it when your…
git-pr-strategy
Apply safe branching, commits, conflict resolution, review ownership, merge, rollback, and release-tag rules.
build-release-engineer
!cat skills/shared/game-visual-foundations.md 2>/dev/null || echo "=== Visual Foundations not loaded ===" !cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat skills/shared/protocols/tool-efficiency.md 2>/dev/null || true !cat…