Install
$ agentstack add skill-jinukmoon-agent-skills-snu-etl-video-downloader ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
SNU eTL/LCMS 강의 영상 다운로드
Input
content_id1개 이상 (예:0f8b3c...형태의 해시 문자열)- 각 영상의 차시 번호와 제목 (모르면 사용자에게 확인. 제목은
docums/의 PDF 제목과 맞추는 것이 관례)
content_id 얻는 방법 (사용자가 모를 때 안내)
- eTL(etl.snu.ac.kr) 강의 페이지에서 해당 차시 영상을 클릭해 LCMS 플레이어(lcms.snu.ac.kr)를 연다
- 브라우저에서 F12 → Network 탭 열고 영상을 재생
- 필터에
mp4또는media_files입력 →snu-cms-object.edge.naverncp.com/contents/snu0000001/{content_id}/contents/media_files/screen.mp4형태의 요청이 보임 - URL 경로에서
snu0000001/다음의 해시 문자열이content_id - 대안: 플레이어 페이지에서 우클릭 → 페이지 소스 보기 →
content검색해도 찾을 수 있음
여러 차시를 받을 때는 차시마다 위 과정을 반복해 content_id 목록을 만든 뒤 한 번에 전달받는 것이 효율적.
다운로드 명령
curl 'https://snu-cms-object.edge.naverncp.com/contents/snu0000001/{content_id}/contents/media_files/screen.mp4' \
-H 'Referer: https://lcms.snu.ac.kr/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36' \
-o 'videos/{N}차시_{제목}.mp4'
규칙
- 저장 위치·이름: 반드시
videos/N차시_제목.mp4(예:videos/5차시_Methodology.mp4). 제목은 영문, 공백 대신_. - 병렬 다운로드: content_id가 여러 개면 각 curl을
run_in_background로 동시에 실행. - 헤더 필수:
Referer헤더 없으면 403. 템플릿 그대로 사용. - 완료 확인: 다운로드 후 파일 크기 확인 — 정상 영상은 보통 170~290MB. 수 KB면 실패(에러 페이지)이므로 내용 확인 후 재시도.
- 다운로드 완료 후: 사용자가 트랜스크립션도 원하면
whisper-transcribeskill로 이어간다.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: JinukMoon
- Source: JinukMoon/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.