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.
npx skills add landim32/awesome-ai-skills --skill band-album-campaigngit clone --depth 1 https://github.com/landim32/awesome-ai-skillsWrote 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/landim32/awesome-ai-skills/band-album-campaign)<a href="https://agentmods.dev/skills/landim32/awesome-ai-skills/band-album-campaign"><img src="https://agentmods.dev/badge/skills/landim32/awesome-ai-skills/band-album-campaign/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.
<a href="https://agentmods.dev/skills/landim32/awesome-ai-skills/band-album-campaign"><img src="https://agentmods.dev/badge/skills/landim32/awesome-ai-skills/band-album-campaign.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00079 | $0.01709 |
| Opus 5 | $0.00039 | $0.00855 |
| Sonnet 5 | $0.00016 | $0.00342 |
| Haiku 4.5 | $0.00008 | $0.00171 |
Grade A, and why
band-album-campaign 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 12d 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 — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Band Album Campaign
Domain pack that turns the generic social-media skills into a band album launch
campaign. It defines the folder layout, the release cadence, and the
music-specific overrides of the generic mechanics. The generic skills still
own per-post authoring (social-post-authoring), scheduling/state
(social-media-scheduling) and media/reuse mechanics (social-media-assets) —
this pack supplies the values and structure they expect.
Literal artifact tokens written into files (the
Faixa:field, folder/section labels) are kept verbatim because the generated posts target a PT-BR audience. The documentation is in English.
Album = project, organized by track
Each album lives in social-media/albuns/<album-slug>/. At the album root sit
plano.md, materiais.md and a thin cronograma.md master/index. Each
track of the album gets its own directory at
albuns/<album-slug>/<NN-track-slug>/ (e.g. albuns/genesis/02-prefiro-valhalla/)
containing:
cronograma.md— the dated table for that track, pendency list, embedded Mermaid Gantt of that track only (the by-date view).agenda.md— index of the track's posts grouped by network (the by-network view; content/columns defined bysocial-media-scheduling).timeline.mmd— the Gantt source of that track (render withmermaid-chart).posts/AAAA-MM-DD/<network>.md— every post that primarily promotes that track, organized by date and network.
social-media/albuns/genesis/
├── plano.md
├── materiais.md
├── cronograma.md (master/index)
├── 01-dragao-na-garagem/
│ ├── cronograma.md
│ ├── agenda.md
│ ├── timeline.mmd
│ └── posts/AAAA-MM-DD/<network>.md
└── 02-prefiro-valhalla/
├── cronograma.md
├── agenda.md
├── timeline.mmd
└── posts/AAAA-MM-DD/<network>.md
The master cronograma.md is thin: cross-track waterfall overview, links to
each per-track cronograma.md, consolidated blocker list, and cross-track context.
Do not duplicate per-track tables/pendency-lists/Gantts in the master.
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.
- 12d ago First seen · 139 lines · 79 tokens per session scan A 4c81029b0aa2
band-album-campaign is a skill published in the GitHub repository landim32/awesome-ai-skills (1 stars, last pushed 2mo ago), licensed MIT. It adds 79 tokens to every session and 1,709 once invoked, about $0.0004 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.
Other skills, from other repositories
laravel-specialist
Build and configure Laravel 10+ applications, including creating Eloquent models and relationships, implementing Sanctum authentication, configuring Horizon queues, designing RESTful APIs with API resources, and building reactive interfaces with Livewire. Use when creating Laravel models, setting up queue workers…
cloud-architect
Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…
devops-engineer
Creates Dockerfiles, configures CI/CD pipelines, writes Kubernetes manifests, and generates Terraform/Pulumi infrastructure templates. Handles deployment automation, GitOps configuration, incident response runbooks, and internal developer platform tooling. Use when setting up CI/CD pipelines, containerizing…
django-storages-s3
Use when configuring Django to store static and media files on AWS S3 with django-storages. Invoke when working with the STORAGES setting, S3 buckets, presigned URLs, CloudFront, or boto3-backed file storage in settings.py. Configures the Django 4.2+ STORAGES dict, public/private custom backends, presigned GET/POST…
fine-tuning-expert
Use when fine-tuning LLMs, training custom models, or adapting foundation models for specific tasks. Invoke for configuring LoRA/QLoRA adapters, preparing JSONL training datasets, setting hyperparameters for fine-tuning runs, adapter training, transfer learning, finetuning with Hugging Face PEFT, OpenAI fine-tuning…
kubernetes-specialist
Use when deploying or managing Kubernetes workloads. Invoke to create deployment manifests, configure pod security policies, set up service accounts, define network isolation rules, debug pod crashes, analyze resource limits, inspect container logs, or right-size workloads. Use for Helm charts, RBAC policies…