Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计提醒

agent-sounds特工的声音

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

279

周安装

12

GitHub Stars

1

下载量

98
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agent-sounds(特工的声音)
来源仓库:https://github.com/foogunlana/skills
仓库路径:skills/agent-sounds
安装命令:
npx skills add https://github.com/foogunlana/skills --skill agent-sounds
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/foogunlana/skills --skill agent-sounds

简介

用于在工作流程中触发本地音效提示事件。agent-sounds 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合需要听觉反馈区分不同任务阶段时使用。
  • 通过 GitHub 安装,运行轻量级脚本播放配置声音。
  • 支持 macOS 系统音或终端蜂鸣器作为默认输出。
  • 可通过钩子名称标准化实现跨平台协作一致性。

SKILL.md

Agent Sounds

This skill adds audible cues (like an "oven ding") to agent workflows by running a tiny local script that plays a configured sound for a given hook event.

Quick Start

  1. Generate a default config (optional):
python3 .claude/skills/agent-sounds/scripts/agent_sounds.py init
  1. When a hook happens, run:
python3 .claude/skills/agent-sounds/scripts/agent_sounds.py emit plan.done

If no config exists, defaults are used (macOS system sounds when available, otherwise terminal bell).

Hooks (Recommended Defaults)

Use these hook names consistently so different agents and workflows can share the same config:

  • plan.done - when the final plan is complete (your "oven ding")
  • task.done - when a user-visible task is completed
  • run.done - when a long-running command finishes
  • error - when the agent hits an error or needs attention
  • waiting - when the agent is blocked waiting for user input

Default Behavior In This Skill

When this skill is active, follow these rules:

  1. After producing a plan (a numbered plan or clearly labeled "Plan"), immediately emit plan.done.
  2. After implementing a user request and finishing verification (tests/lint/build), emit task.done.
  3. After running a command that took noticeable time, emit run.done.
  4. If an error occurs (failed command, exception, missing dependency), emit error after you present the next action to the user.
  5. If you ask the user a question and must wait, emit waiting right after the question.

Onboarding Flow (First Use)

If .claude/agent-sounds.json does not exist:

  1. Create it with a sensible default mapping (see references/config-guide.md).
  2. Offer the user a short customization pass:

- Choose the "ding" sound for plan.done - Choose whether error should be louder/different - Enable/disable any hooks they find noisy

Configuration

Config lives at .claude/agent-sounds.json.

  • Schema, defaults, and examples: references/config-guide.md
  • How to integrate with other agent frameworks: references/integrations.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.46%
按下载量换算36

Claude

30.9%
按下载量换算30

Cursor

20.04%
按下载量换算20

Gemini CLI

10.29%
按下载量换算10

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/foogunlana/skills --skill agent-sounds 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills