AuraPlayer

Listening all, Listening freedom!

104
Stars
13
Forks
TypeScript
Language
8/24/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/lostvita/AuraPlayer

Getting Started

Guides for using skills like AuraPlayer.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Aura Music

License: CC BY-NC-SA 4.0 Node

AI Agent 驱动的 B站音频播放器。随时随地,想听就听,不止于音乐。

AuraMusic 主界面

AuraMusic 云端搜索

Features

  • 双模式切换 — 本地曲库搜索 / B站云端搜索,一键切换
  • AI 对话交互 — 通过自然语言告诉 AI 你想听什么,智能搜索推荐
  • B站视频转音频 — 云端搜索后自动转换为本地 MP3,构建个人曲库
  • 弹幕叠加 — 播放 B站来源的音频时,同步显示原视频弹幕
  • 复古终端 UI — 赛博朋克风格界面,实时状态面板
  • 智能文件名解析 — 自动从文件名中提取标题、作者、日期、BV号

Tech Stack

技术
框架Next.js 16 (App Router)
前端React 19 / TypeScript 5
样式Tailwind CSS 4 + CSS Variables
AI@anthropic-ai/claude-agent-sdk(支持 DeepSeek / Claude)

Getting Started

前置条件

  • Node.js >= 20
  • pnpm(推荐)或 npm
  • AI API Key(推荐 DeepSeek,也支持 Anthropic Claude)

安装

git clone https://github.com/pstrm-dev/aura-player.git
cd aura-player
pnpm install

配置环境变量

cp .env.example .env.local

编辑 .env.local,填入你的 API Key:

# 推荐使用 DeepSeek(中文能力强、免费额度大)
# 获取 Key: https://platform.deepseek.com/api_keys
ANTHROPIC_BASE_URL=https://api.deepseek.com
ANTHROPIC_API_KEY=your-deepseek-api-key

# 音频存储目录(可选,默认 ~/Documents/bili)
# MUSIC_DIR=/path/to/your/music

启动

pnpm dev

打开 http://localhost:3000 即可使用。

Project Structure

aura-player/
├── app/
│   ├── api/              # API 路由
│   │   ├── chat/         # AI Agent SSE 接口
│   │   ├── bili/         # B站搜索 & 弹幕代理
│   │   ├── search/       # 本地曲库搜索
│   │   └── tracks/       # 音频文件服务 & 扫描
│   ├── components/       # UI 组件(Atomic Design)
│   │   ├── atoms/
│   │   ├── molecules/
│   │   └── organisms/
│   ├── context/          # React Context(Player/Agent/Mode/Danmaku)
│   ├── hooks/            # 自定义 Hooks
│   └── lib/              # 共享逻辑(bili API、tracks 解析、类型)
├── docs/screenshots/     # 应用截图
├── public/               # 静态资源
└── design/               # 设计规范文档

Usage

本地模式

搜索 MUSIC_DIR 目录下的 MP3 文件。支持按标题、作者、文件名模糊匹配。

云端模式

  1. 切换到 CLOUD 模式
  2. 告诉 AI 你想听什么(如"听周杰伦的演唱会")
  3. AI 在 B站搜索相关视频并推荐
  4. 点击 ADD 转换为音频,自动加入播放列表
  5. 转换后的音频保存在本地,下次可在本地模式直接搜索

Platform

平台支持情况
macOS完全支持
Linux完全支持
Windows需要 WSL(云端转换依赖 bash 命令)

License

本项目采用 CC BY-NC-SA 4.0 协议。

你可以自由地查看、修改和分享本项目代码,但 禁止用于商业用途。衍生作品须以相同协议分发。

Frequently Asked Questions

What is AuraPlayer?

AuraPlayer is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by lostvita. Listening all, Listening freedom!. It has 104 GitHub stars.

Is AuraPlayer safe to use?

AuraPlayer returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.

How do I install AuraPlayer?

Clone the repository with "git clone https://github.com/lostvita/AuraPlayer" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is AuraPlayer written in?

AuraPlayer is primarily written in TypeScript. It is open-source under lostvita on GitHub, so you can review or fork the full source.

Are there alternatives to AuraPlayer?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh AuraPlayer against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details