cuelume

A guide for adding and reviewing interaction sounds in OpenPost, an application with user-interface actions. Cues are the sound events linked to actions such as success or failure.

In plain words
What is it for?
Use it to wire UI sounds, review success and error feedback, manage sound preferences, and audit existing sound cues.
Why use it?
It helps find missing or duplicated sounds and keeps audio feedback consistent with user preferences and interface meaning.

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/getopenpost/openpost/cuelume
Any agent
npx skills add getopenpost/openpost --skill cuelume
Clone the repo
git clone --depth 1 https://github.com/getopenpost/openpost

Made for: Claude Code, Codex.

Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 554 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.00554
Opus 5 $0.00018 $0.00277
Sonnet 5 $0.00007 $0.00111
Haiku 4.5 $0.00004 $0.00055

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

Security

Grade A, and why

cuelume 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 2d 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.

.agents/skills/cuelume/SKILL.md · 40 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-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. 2d ago First seen · 40 lines · 37 tokens per session scan A 1c03819a929a

Subscribe to this mod's changes

cuelume is a skill published in the GitHub repository getopenpost/openpost (38 stars, last pushed 2d ago), licensed AGPL-3.0. It adds 37 tokens to every session and 554 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-30.

Related

Other skills, from other repositories

mediagen

Generate images or videos through the built-in media pipeline. Use explicit blue media generate / blue media status commands when the user wants media creation, task polling, or model/category control.

IceWhaleTech/ZimaOS-Blue · 43 tokens

morph-ppt-3d

3D Morph PPT — extends morph-ppt with GLB model insertion, cinematographic camera, model-content layout, and enriched visual design system.

Team-Commonly/commonly · 37 tokens

officecli-pitch-deck

Use this skill when the user is building a fundraising / investor pitch deck — seed, Series A / B / C, convertible note, SAFE round, strategic raise. Trigger on: 'pitch deck', 'investor deck', 'Series A deck', 'Series B deck', 'Series C deck', 'fundraising deck', 'seed pitch', 'VC deck', 'raising capital', 'term sheet…

Team-Commonly/commonly · 163 tokens

money-printer-turbo

MoneyPrinterTurbo 是目前 AI 短视频生成领域最具代表性的开源项目之一(11.6 万+ star):给定一个主题或关键词,它会调用大模型生成视频脚本,从 Pexels / Pixabay / Coverr 挑选高清素材(也可用本地素材或 WaveSpeed 按脚本生成画面),再合成 TTS 配音、字幕、背景音乐和转场,输出竖屏 9:16 或横屏 16:9 成品视频。仓库同时提供 AI Agent Skill、WebUI、API、CLI 四种使用方式,支持批量生成、多语言脚本、预设导入导出,并可一键发布到 TikTok、Instagram 与 YouTube Shorts。.

AvalonLee/AstraCraft-Program · 0 tokens

review-agents-md

Audit Dograh AGENTS.md files for drift against the live repo and for bad scope boundaries between parent and child docs. Use when the user asks to review existing AGENTS files, identify stale guidance, decide whether a subtree needs its own AGENTS.md, or update the AGENTS.md hierarchy under the repo root, api/, or ui/.

dograh-hq/dograh · 82 tokens

review-pr

Review a Dograh pull request, branch diff, or pasted patch for repo-specific security and correctness risks that are not obvious from generic FastAPI, Next.js, or Python conventions. Use when the user asks to review a PR, audit a diff, check whether changes are safe to merge, review their own changes, or asks what to…

dograh-hq/dograh · 109 tokens