Overview
- Skill Key
- adminlove520/lyric-sense
- Author
- adminlove520
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/adminlove520/lyric-sense
- Latest Commit SHA
- 3e92b68c40308f9724d432c1c923f2d2eb091d1b
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Lyric Sense 技能。 若已安装,则直接安装 Lyric Sense 技能。
# LyricSense Skill
让 AI 通过歌词「听」音乐的 OpenClaw 技能。
## 触发词
- "听歌"
- "歌词"
- "播放音乐"
- "搜索歌词"
- "显示歌词"
- "lyrics"
## 功能
1. **搜索歌词** - 通过歌手+歌名获取歌词
2. **显示歌词** - 实时显示当前播放的句子
3. **同步进度** - 配合网易云音乐使用
4. **本地 API** - 支持自部署 LrcApi
## 使用方法
### 获取歌词
```
小溪,帮我搜索《晚安》这首歌的歌词
```
### 显示歌词
```
小溪,帮我显示颜人中《晚安》的歌词
```
### 配合网易云
1. 在网易云播放音乐
2. 让小溪获取歌词
3. 实时同步显示当前句子
## 部署方式
### 在线 API (默认)
使用免费公开 API,无需部署:
```
歌词: https://api.lrc.cx/lyrics?artist={歌手}&title={歌名}
封面: https://api.lrc.cx/cover?artist={歌手}&title={歌名}
```
### 本地部署 (推荐)
**Windows 可执行文件:**
```powershell
# 运行本地 API
.\scripts\LrcApi\lrcapi-1.6.0-Windows-AMD64.exe --port 8080
```
**Docker:**
```bash
docker run -d -p 8080:8080 hisatri/lrcapi:latest
```
### 自定义 API 地址
修改 `index.html` 中的 API 地址:
```javascript
const API_BASE = 'http://localhost:8080'; // 改为你的本地地址
```
## 更新 Skill
Skill 跟随项目一起更新,pull 最新代码即可:
```bash
cd lyric-sense
git pull origin main
```
## 示例
### 获取歌词
```
用户: 小溪,帮我搜索《夜空中最亮的星》的歌词
小溪: 让我搜索一下...
[调用 API 获取歌词]
🎵 夜空中最亮的星 - 逃跑计划
─────────────────────
[00:19] 夜空中最亮的星 能否听清
[00:24] 那仰望的人 心底的孤独和叹息
[00:29] 夜空中最亮的星 能否记起
[00:33] 曾与我同行 消失在风里的身影
─────────────────────
```
## 注意事项
- 🎵 歌词 API 可能返回空结果,可尝试不同搜索词
- 📝 歌词包含时间戳,可用于同步播放进度
- 🎨 配合 LyricSense HTML 界面效果更佳
- 🖥️ 本地部署响应更快,无 API 限制
## 项目主页
- GitHub: https://github.com/adminlove520/lyric-sense
- 演示: https://adminlove520.github.io/lyric-sense
## 依赖
无额外依赖(使用内置 fetch)
---
🦞 Skill for OpenClaw | Made by 小溪 | 2026-03-10
# LyricSense - 歌词视野
> 让 AI 真正"听"懂音乐的歌词显示器 🎵
## 概念
LyricSense 是一个实时歌词显示器,让 AI 可以像人类一样"看到"正在播放的歌词。
配合网易云音乐使用,实现:
- 🎵 播放音乐的同时获取歌词
- 👀 实时显示当前播放的句子
- 🧠 让 AI 真正理解音乐内容
## 功能
- 🔍 搜索歌词 - 通过歌手+歌名获取歌词
- 📝 显示歌词 - 带时间戳的 LRC 格式
- 🎨 实时高亮 - 当前播放句子高亮显示
- 🖼️ 封面获取 - 自动获取歌曲封面
- ⏱️ 进度控制 - 播放/暂停/跳转
## 快速开始
### 在线使用
直接打开 [index.html](https://adminlove520.github.io/lyric-sense/) 即可使用!
### Fork 后部署
Fork 仓库后,开启 GitHub Pages 即可在线使用:
1. **Fork 本仓库**
2. **进入 Settings → Pages**
3. **Source 选择 `Deploy from a branch`**
4. **Branch 选择 `main` (或 `master`),目录 `/ (root)`**
5. **点击 Save,等待部署完成**
6. **访问 `https://你的用户名.github.io/lyric-sense/`**
> 💡 部署可能需要 1-2 分钟,耐心等待~
### 本地运行
```bash
# 克隆仓库
git clone https://github.com/adminlove520/lyric-sense.git
# 进入目录
cd lyric-sense
# 用浏览器打开
start index.html
```
### 可执行文件启动 (Windows)
下载 Release 中的 `lrcapi-1.6.0-Windows-AMD64.exe`:
```powershell
# 直接运行(默认端口 8080)
.\scripts\LrcApi\lrcapi-1.6.0-Windows-AMD64.exe
# 指定端口
.\scripts\LrcApi\lrcapi-1.6.0-Windows-AMD64.exe --port 9000
```
启动后访问:
- 歌词 API: `http://localhost:8080/lyrics?artist=颜人中&title=晚安`
- 封面 API: `http://localhost:8080/cover?artist=颜人中&title=晚安`
### Docker 自部署
```bash
# 拉取镜像
docker pull hisatri/lrcapi:latest
# 运行容器
docker run -d -p 8080:8080 hisatri/lrcapi:latest
# 测试
curl "http://localhost:8080/lyrics?artist=颜人中&title=晚安"
```
### API 调用
```javascript
// 获取歌词
fetch('https://api.lrc.cx/lyrics?artist=颜人中&title=晚安')
// 获取封面
fetch('https://api.lrc.cx/cover?artist=颜人中&title=晚安')
```
## 工作原理
1. 用户输入歌手 + 歌曲名
2. 调用 LrcApi 获取歌词(LRC 格式)
3. 解析时间戳,实时显示当前播放句子
## 项目结构
```
lyric-sense/
├── index.html...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.