GitHub URL로 Codex 스킬을 설치합니다. GitHub 저장소의 스킬 폴더 URL을 입력하면 해당 스킬의 모든 파일을 자동으로 다운로드하여 .codex/skills/ 에 설치합니다.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add Mineru98/skills-store --skill install-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Install Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mineru98-install-skill-skills-store)More formats (shields.io, HTML) on the badges page.
---
name: install-skill
description: GitHub URL로 Codex 스킬을 설치합니다. GitHub 저장소의 스킬 폴더 URL을 입력하면 해당 스킬의 모든 파일을 자동으로 다운로드하여 .codex/skills/ 에 설치합니다.
argument-hint: "<GitHub URL> [옵션: --global, --name <이름>, --dry-run]"
---
$ARGUMENTS: GitHub 스킬 폴더 URL과 옵션
GitHub URL에서 Codex 스킬을 설치해줘.
다음 순서로 진행해:
1. `$ARGUMENTS`를 파싱해서 GitHub URL과 옵션을 분리해줘
2. 스크립트 경로를 확인해: 이 스킬의 script 폴더에 있는 `install-skill.js`를 사용해
3. 다음 명령을 실행해:
```
node <이 스킬의 script/install-skill.js 경로> $ARGUMENTS
```
## 입력 형식
- **URL 형식**: `https://github.com/{owner}/{repo}/tree/{branch}/{path}`
- **옵션**:
- `--global` : `~/.codex/skills/`에 전역 설치 (기본은 현재 프로젝트의 `.codex/skills/`)
- `--name <이름>` : 스킬 폴더명을 직접 지정
- `--dry-run` : 실제 설치 없이 파일 목록만 확인
## 사용 예시
```
/install-skill https://github.com/Mineru98/skills-store/tree/main/.codex/skills/commit
/install-skill https://github.com/Mineru98/skills-store/tree/main/.codex/skills/kill-process --global
/install-skill https://github.com/user/repo/tree/main/my-skill --name custom-name
/install-skill https://github.com/user/repo/tree/main/my-skill --dry-run
```
## 주의사항
- private 저장소는 `GITHUB_TOKEN` 또는 `GH_TOKEN` 환경변수 설정이 필요합니다
- GitHub API 속도 제한(시간당 60회)에 걸리면 토큰을 설정하세요
- 이미 설치된 스킬은 덮어쓰기(업데이트) 됩니다
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.