flatpak-screenshots

flatpak-screenshots is a skill for Claude Code, Codex from projectbluefin/testsuite. It costs 37 tokens per session (977 once invoked), scanned A, original, no licence file.

A workflow guide for requesting and retrieving screenshots of Flatpak apps. Flatpak is a format for packaging and running Linux applications in isolation.

In plain words
What is it for?
Configuring screenshotflatpaks and writing release workflows that use screenshots from the end-to-end process.
Why use it?
It explains how screenshot requests fit into end-to-end testing and release workflows.

Skill for Claude CodeCodex

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/projectbluefin/testsuite/flatpak-screenshots
Any agent
npx skills add projectbluefin/testsuite --skill flatpak-screenshots
Clone the repo
git clone --depth 1 https://github.com/projectbluefin/testsuite

Made for: Claude Code, Codex.

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 flatpak-screenshots

README.md
[![agentmods](https://agentmods.dev/badge/skills/projectbluefin/testsuite/flatpak-screenshots.svg)](https://agentmods.dev/skills/projectbluefin/testsuite/flatpak-screenshots)
Your own site
<a href="https://agentmods.dev/skills/projectbluefin/testsuite/flatpak-screenshots"><img src="https://agentmods.dev/badge/skills/projectbluefin/testsuite/flatpak-screenshots.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 977 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00037 $0.00977
Opus 5 $0.00018 $0.00489
Sonnet 5 $0.00007 $0.00195
Haiku 4.5 $0.00004 $0.00098

Measured 4d ago against content hash 9f1b9e99528d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

flatpak-screenshots 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 4d 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.

docs/skills/flatpak-screenshots/SKILL.md · 109 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. 4d ago First seen · 109 lines · 37 tokens per session scan A 9f1b9e99528d

Subscribe to this mod's changes

flatpak-screenshots is a skill published in the GitHub repository projectbluefin/testsuite (2 stars, last pushed today), with no licence file. It adds 37 tokens to every session and 977 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

release-sample-sweep

Run the pre-release end-to-end sweep of every user-facing surface — the 33 samples under samples/ (booted from their packaged artifacts and driven in a real browser via chrome-devtools MCP), the Expo/React Native client, and the atmosphere CLI. Use before cutting a release, and after any change to the Console bundle…

Atmosphere/atmosphere · 143 tokens

crabbox

Use the Crabbox wrapper for OpenClaw remote validation across Linux, macOS, Windows, and WSL2, including delegated Blacksmith Testbox proof. Report the actual provider and id.

openclaw/Peekaboo · 43 tokens

release-peekaboo

Peekaboo release: notarization, npm/GitHub release, appcast, verify, closeout.

openclaw/Peekaboo · 28 tokens

browser-qa

Drive a real headless browser against a locally-served web UI and capture screenshot evidence, reporting step-level PASS/FAIL/BLOCKED with extracted DOM text and console errors. Use when a phase on the docker QA image must exercise a rendered UI and attach screenshots — it complements the text-evidence verify/qa-test…

nearform/lastlight · 69 tokens

release

Release preparation workflow - security audit → E2E tests → review → changelog → docs.

parcadei/Continuous-Claude-v3 · 20 tokens

flow-tester

End-to-end user journey tester using Playwright. Tests multi-step flows (signup, checkout, CRUD) with screenshots at each step. Auto-generates flows from URLs or text descriptions. Use after integration work to verify complete user journeys work.

JansenAnalytics/claudex · 52 tokens