audius-mcp-atris: Skill for Claude Code

.claude/skills/audius-api/SKILL.md

audius-api is a skill for Claude Code from glassBead-tc/audius-mcp-atris. It costs 121 tokens per session (930 once invoked), scanned A, original, no licence file.

A guide to building music applications with the Audius REST API and JavaScript SDK. Audius is a music-streaming platform with tracks, playlists, and related account features.

In plain words
What is it for?
Building music players, streaming apps, and other applications that use Audius tracks or playlists.
Why use it?
It gives developers a focused way to connect an application to Audius instead of figuring out the service’s API alone.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is glassBead-tc/audius-mcp-atris's own configuration. It tells Claude Code how to work on audius-mcp-atris itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything audius-mcp-atris configures →

Reuse

Borrowing it

Nothing to install: this file belongs to glassBead-tc/audius-mcp-atris. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/glassBead-tc/audius-mcp-atris/main/.claude/skills/audius-api/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/glassBead-tc/audius-mcp-atris

Made for: Claude Code.

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 audius-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/glassbead-tc/audius-mcp-atris/audius-api/github.svg)](https://agentmods.dev/skills/glassbead-tc/audius-mcp-atris/audius-api)
Your own site
<a href="https://agentmods.dev/skills/glassbead-tc/audius-mcp-atris/audius-api"><img src="https://agentmods.dev/badge/skills/glassbead-tc/audius-mcp-atris/audius-api/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 audius-api

Your own site · 80×15
<a href="https://agentmods.dev/skills/glassbead-tc/audius-mcp-atris/audius-api"><img src="https://agentmods.dev/badge/skills/glassbead-tc/audius-mcp-atris/audius-api.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 930 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00121 $0.00930
Opus 5 $0.00060 $0.00465
Sonnet 5 $0.00024 $0.00186
Haiku 4.5 $0.00012 $0.00093

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

Security

Grade A, and why

audius-api scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -H "x-api-key: YOUR_API_KEY" https://api.audius.co/v1/tracks/trending
.claude/skills/audius-api/SKILL.md · 100 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

Files

What ships with it

2 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. 12d ago First seen · 100 lines · 121 tokens per session scan A bde1cab9c343

Subscribe to this mod's changes

audius-api is a skill published in the GitHub repository glassBead-tc/audius-mcp-atris (5 stars, last pushed 1mo ago), with no licence file. It adds 121 tokens to every session and 930 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

mcpc

Use the mcpc CLI to work with MCP (Model Context Protocol) servers from the shell - connect to a server as a persistent session, then list and call tools, read resources, get prompts, and run async tasks. Use --json for scripting and code mode. Reach for this whenever interacting with MCP servers, calling MCP tools…

apify/mcpc · 77 tokens

record-demo

Record or regenerate the mcpc demo GIFs (the README hero docs/images/mcpc-demo.gif and the focused tapes in docs/vhs/) with VHS. Use whenever asked to create, refresh, restyle, shorten, or fix a terminal demo/animation/GIF of mcpc. The tapes drive real mcpc commands; for the authenticated step this skill ALWAYS…

apify/mcpc · 114 tokens

utcp-cli

Call external APIs, MCP servers, and CLI tools by writing TypeScript code that runs in a sandbox — without MCP. Use when the user wants the agent to use a tool/API/integration (e.g. "search Open Library", "read my Notion", "call this REST API") in an environment that has a shell but no MCP config and no settable…

universal-tool-calling-protocol/code-mode · 146 tokens

next-cache-components

Next.js 16 Cache Components guidance. Use when refactoring React Server Components for performance, debugging Partial Prerendering (PPR) issues, or applying the use cache directive, cacheLife, cacheTag, updateTag, and revalidateTag. Also use when deciding whether data should be static, cached, or dynamic, or when…

neverinfamous/memory-journal-mcp · 99 tokens

agents-sdk

Build AI agents on Cloudflare Workers using the Agents SDK or build Model Context Protocol (MCP) servers. Load when creating stateful agents, durable workflows, MCP servers, checking MCP schema/error responses, or reviewing MCP code quality. Covers Agent class, state management, callable RPC, Workflows integration…

neverinfamous/memory-journal-mcp · 95 tokens

github-actions

Master GitHub Actions CI/CD workflows with production-grade security and performance patterns. Use ONLY when explicitly setting up CI/CD pipelines specifically via GitHub Actions, setting up matrix strategies, caching dependencies, managing artifacts, or implementing reusable workflows. For deployment requests, use…

neverinfamous/memory-journal-mcp · 121 tokens