ci-cost-control

ci-cost-control is a skill for Claude Code, Codex from meshtastic/Meshtastic-Android. It costs 0 tokens per session (372 once invoked), scanned A, original, GPL-3.0.

Guidance for reducing wasted computing time and unnecessary runs in GitHub Actions, a service that automates project checks and builds.

In plain words
What is it for?
It helps agents plan and modify continuous integration workflows more carefully.
Why use it?
It helps avoid duplicate or doomed CI runs, which can consume time and computing resources.

Skill for Claude CodeCodex

About the project

Meshtastic-Android is an Android and Compose Desktop app for communicating through open-source mesh radios, which relay messages between nearby devices instead of relying on a conventional network. It is used with Meshtastic devices for messaging, node and channel discovery, location features, telemetry, and device management.

meshtastic/Meshtastic-Android · 1,827 stars · on GitHub

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/meshtastic/meshtastic-android/ci-cost-control
Any agent
npx skills add meshtastic/Meshtastic-Android --skill ci-cost-control
Clone the repo
git clone --depth 1 https://github.com/meshtastic/Meshtastic-Android

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 ci-cost-control

README.md
[![agentmods](https://agentmods.dev/badge/skills/meshtastic/meshtastic-android/ci-cost-control.svg)](https://agentmods.dev/skills/meshtastic/meshtastic-android/ci-cost-control)
Your own site
<a href="https://agentmods.dev/skills/meshtastic/meshtastic-android/ci-cost-control"><img src="https://agentmods.dev/badge/skills/meshtastic/meshtastic-android/ci-cost-control.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 372 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.00000 $0.00372
Opus 5 $0.00000 $0.00186
Sonnet 5 $0.00000 $0.00074
Haiku 4.5 $0.00000 $0.00037

Measured today against content hash cfb154fcd38f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ci-cost-control 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 today.

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.

.skills/ci-cost-control/SKILL.md · 30 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. today First seen · 30 lines · 0 tokens per session scan A cfb154fcd38f

Subscribe to this mod's changes

ci-cost-control is a skill published in the GitHub repository meshtastic/Meshtastic-Android (1,827 stars, last pushed today), licensed GPL-3.0. It costs nothing until one of its globs matches a file; then it loads 372 tokens. 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-09-04.

Related

Other skills, from other repositories

release-bridge

Bridge Server のリリース(バージョンbump + CHANGELOG + タグ → GH Actions で npm publish).

K9i-0/ccpocket · 31 tokens

dart-tooling

Dart static analysis, linting, formatting, and code-generation standards. Use only for analysisoptions.yaml, buildrunner, dart format, DCM, lefthook, or analyze/format CI failures; defer Dart language, null-safety, Flutter tests, and generic CI questions.

HoangNguyen0403/agent-skills-standard · 62 tokens

flutter-cicd

Set up CI/CD pipelines for Flutter apps. Use when configuring automated testing, build, or deployment workflows with GitHub Actions or Fastlane.

HoangNguyen0403/agent-skills-standard · 33 tokens

android-tooling

Configure Android static analysis with Detekt, Ktlint, and Android Lint for CI/CD quality gates. Use for Android-specific lint and quality tooling; defer generic Java Checkstyle, SonarQube, and standalone CI configuration.

HoangNguyen0403/agent-skills-standard · 51 tokens

enforcing-stability-in-ci

Use this skill to set up a CI gate that fails the build when Compose stability silently regresses, using the skydoves/compose-stability-analyzer Gradle plugin (primary) or the j-roskopf/ComposeGuard plugin (alternative for non-Android multiplatform). Covers applying com.github.skydoves.compose.stability.analyzer…

skydoves/compose-performance-skills · 200 tokens

analyze-ci-failure

Use to check GitHub Actions build status or diagnose why a workflow run failed and propose a fix. Triggered by phrases like "check the latest build", "did CI pass", "why did the build fail", "check the GitHub Actions run", "analyze this workflow run", "check run ", "check the build for this PR".

MartinStyk/apk-analyzer · 78 tokens