.claude/skills/feedly-music/SKILL.md
Scrape unread articles from a Feedly category, extract music tracks, search YouTube, and render results as an HTML page with embedded video players.
npx skillsauth add cbcruk/feedly-music feedly-musicInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Feedly 카테고리에서 안 읽은 기사를 가져오고, 음악 트랙을 추출한 뒤, YouTube 검색 결과를 HTML로 렌더링합니다.
.env 파일에 FEEDLY_TOKEN과 YOUTUBE_API_KEY가 설정되어 있어야 합니다.
아래 단계를 순서대로 실행하세요.
Bash 도구로 실행:
cd /Users/ieunsu/Documents/GitHub/rss-extensions && pnpm start
인자 없이 실행하면 Feedly에서 안 읽은 기사를 가져오고 읽음 처리합니다. 결과는 JSON으로 stdout에 출력됩니다.
Step 1의 JSON 결과에서 각 기사 제목을 분석하여 YouTube 검색어를 생성하세요.
규칙:
searchQuery를 빈 문자열("")로 설정하되 목록에서 제외하지 마세요결과를 아래 JSON 배열 형식으로 정리하세요:
[
{"articleId": "Feedly entry ID", "searchQuery": "YouTube 검색어", "articleTitle": "원본 기사 제목", "source": "출처", "url": "기사 URL"},
...
]
생성한 JSON 배열을 인자로 넘겨서 실행하세요:
cd /Users/ieunsu/Documents/GitHub/rss-extensions && pnpm start '<JSON 배열>'
이 명령이 각 검색어로 YouTube 영상을 검색하고, localhost:3000에서 결과 페이지를 자동으로 엽니다. 타임아웃을 120초 이상으로 설정하세요. 서버는 프로세스가 종료될 때까지 유지됩니다.
완료 후 결과를 간단히 요약하세요 (기사 수, 트랙 수, YouTube 매칭 수).
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.