challenging

challenging is a skill for Claude Code, Codex from oaustegard/claude-skills. It costs 61 tokens per session (3,134 once invoked), scanned A, original, MIT.

A Spotify control tool that connects to a user account through Spotify's developer access system. It can search music, control playback, manage playlists and saved items, and check what is currently playing.

In plain words
What is it for?
Use it to play, pause, skip, queue, and search for music, create or edit playlists, and manage saved tracks or albums.
Why use it?
It lets you manage listening from the coding-agent workflow instead of switching to Spotify for each action. It requires a one-time setup with Spotify credentials.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions Claude Code; mentions Codex.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/claude/draft.md.

Good fit Use it to play, pause, skip, queue, and search for music, create or edit playlists, and manage saved tracks or albums.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

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 challenging

README.md
[![agentmods](https://agentmods.dev/badge/skills/oaustegard/claude-skills/challenging/github.svg)](https://agentmods.dev/skills/oaustegard/claude-skills/challenging)
Your own site
<a href="https://agentmods.dev/skills/oaustegard/claude-skills/challenging"><img src="https://agentmods.dev/badge/skills/oaustegard/claude-skills/challenging/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.

agentmods 80×15 button for challenging

Your own site · 80×15
<a href="https://agentmods.dev/skills/oaustegard/claude-skills/challenging"><img src="https://agentmods.dev/badge/skills/oaustegard/claude-skills/challenging.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,134 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.1 $0.00061 $0.03134
Opus 5 $0.00030 $0.01567
Sonnet 5 $0.00012 $0.00627
Haiku 4.5 $0.00006 $0.00313

Measured 7d ago against content hash 8a7d56e03e10, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

challenging 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 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/challenger.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

challenging/SKILL.md · 221 lines

How it starts

The opening of the file, as written. The whole thing — 221 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Challenging — Adversarial Review

Adversarial review before shipping. Three paths, each with distinct trade-offs:

  • Subagent path (Claude Code, primary). Native sub-Claude via the Task tool — zero API keys, fresh context window, same model. Best when available.
  • External API path (claude.ai, Codex, headless). Gemini (cross-model + cross-context) or Anthropic API (cross-context). Costs an incremental API call but gives genuine outside perspective.
  • Self path (any environment). The caller assistant inhabits the adversary persona in a dedicated response. Zero cost, retains full subject-matter context from the conversation. Weaker at catching same-session confabulations than fresh-context adversaries, stronger at catching local-convention and factual errors the artifact glosses over. Not a strict downgrade — a different failure-mode profile.

The adversary='auto' resolution (default) picks gemini → claude → self based on available credentials. Callers in Claude Code still use prepare() + Task tool explicitly (subagent is strictly better than self in that environment, and auto-detection of Claude Code is brittle).

Inspired by VDD (dollspace.gay) and Grainulation's anti-rationalization patterns. The drill helper adopts the 5 Whys pattern from Tim Kellogg's open-strix writeup. The self-path persona-inhabitation move is kin to generative-thinking's inversion — commit to the mode before evaluating.

Profiles

Pick the profile matching your artifact. Read only the profile you need — each is self-contained with persona, anti-rationalization table, evaluation criteria, and adversary system prompt.

Profile Use For Iteration strategy File
prose Blog posts, essays, articles — generic prose competence parallel replay references/prose.md
prose-register Prose with a named voice signature — fidelity check parallel replay references/prose-register.md
analysis Research briefs, comparisons, synthesis parallel replay references/analysis.md
code Scripts, implementations, PRs parallel replay references/code.md
recommendation Technical decisions, architecture choices parallel replay references/recommendation.md
philosophers Arguments, position pieces, design rationales — conceptual-layer audit parallel replay references/philosophers.md
drill 5 Whys on one finding from a review sequential deepen references/drill.md

Read the full file on GitHub · 221 lines

Files

What ships with it

10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago Changed 8a7d56e03e10
  2. 11d ago First seen · 221 lines · 61 tokens per session scan A 97bac851b910

Subscribe to this mod's changes

challenging is a skill published in the GitHub repository oaustegard/claude-skills (148 stars, last pushed yesterday), licensed MIT. It adds 61 tokens to every session and 3,134 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

superdesign

Design or redesign frontend UI, presentations, and graphics on the Superdesign canvas with a choice of leading AI models. Use whenever the user wants to design a page, feature, flow, slide deck, or brand-new product; improve or reproduce existing UI; compare design results across top models; explore visual variants…

superdesigndev/superdesign-skill · 115 tokens

high-quality-slides

A method for creating polished presentation slides, including HTML slide decks, with research, a clear story, chosen visuals, and fixed layouts.

andyqiu847-ai/high-quality-slides · 165 tokens

sora2

An Sora2 content-creation and work-analysis tool for finding works, users, comments, remixes, downloads, and media information, as well as uploading images and creating videos. Sora2 is a video-generation service.

XieWxx/maxhub-api-skills · 118 tokens

remotion-performance-optimizer

Analyzes Remotion compositions for performance issues and provides optimization recommendations. Identifies expensive computations, unnecessary re-renders, large assets, memoization opportunities, and architecture improvements. Use when optimizing render times or when asked to "improve performance", "speed up…

ncklrs/startup-os-skills · 66 tokens

remotion-asset-coordinator

Bridges asset requirements from motion design specs to production-ready assets. Parses specs for required assets, recommends free/paid sources, provides format conversion guidance, generates validated import code, and offers asset preparation checklists. Use when preparing assets for Remotion projects or when asked…

ncklrs/startup-os-skills · 79 tokens

remotion-composition

Generates Remotion composition structure focusing ONLY on Sequence ordering, scene transitions, and duration mapping. Input is scene list with durations. Output is COMPOSITIONSTRUCTURE.md with Sequence layout and timing calculations. Use when organizing scenes or when asked to "structure composition", "layout scenes"…

ncklrs/startup-os-skills · 64 tokens