{"id":49280306,"url":"https://github.com/2sem/coinone-api-skills","last_synced_at":"2026-04-25T18:06:56.269Z","repository":{"id":351439442,"uuid":"1210956778","full_name":"2sem/coinone-api-skills","owner":"2sem","description":"Skill pack for Coinone Open API usage","archived":false,"fork":false,"pushed_at":"2026-04-15T02:56:18.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T03:21:41.757Z","etag":null,"topics":["api","coinone","crypto","openapi","skill","websocket"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/2sem.png","metadata":{"files":{"readme":"README.ko.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-14T23:44:48.000Z","updated_at":"2026-04-15T02:56:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/2sem/coinone-api-skills","commit_stats":null,"previous_names":["2sem/coinone-api-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/2sem/coinone-api-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sem%2Fcoinone-api-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sem%2Fcoinone-api-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sem%2Fcoinone-api-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sem%2Fcoinone-api-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2sem","download_url":"https://codeload.github.com/2sem/coinone-api-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sem%2Fcoinone-api-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32271291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","coinone","crypto","openapi","skill","websocket"],"created_at":"2026-04-25T18:06:55.742Z","updated_at":"2026-04-25T18:06:56.264Z","avatar_url":"https://github.com/2sem.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# coinone-api-skills\n\n코인원 Open API 사용을 위한 스킬 모음입니다.\n\n[English README](./README.md)\n\n## 설치\n\n`npx skills`로 설치:\n\n```bash\nnpx skills install 2sem/coinone-api-skills\n```\n\nGitHub URL 방식이 필요하면:\n\n```bash\nnpx skills install https://github.com/2sem/coinone-api-skills\n```\n\n로컬 `skills` CLI 문법이 다르면, 이 저장소를 설치하는 동등한 명령으로 실행하면 됩니다.\n\n## 이런 경우에 사용하세요\n\n- Coinone Public API V2 연동 가이드가 필요할 때\n- Coinone Private API V2.1 인증/서명 도움이 필요할 때\n- 안전한 주문 요청 규칙이 필요할 때\n- Public / Private WebSocket 연동 가이드가 필요할 때\n\n## 빠른 사용법\n\n설치 후 코인원 API 작업 시 `coinone-openapi` 스킬을 불러 사용하면 됩니다.\n\n수동 설치가 필요하면 `SKILL.md` 와 `references/` 폴더를 스킬 디렉터리에 복사하세요.\n\n예시 프롬프트:\n\n- `coinone-openapi 스킬을 사용해서 /v2.1/account/balance/all 서명 요청 예시를 만들어줘.`\n- `coinone-openapi 스킬을 사용해서 KRW-BTC 지정가 매수 주문을 안전하게 넣는 방법을 설명해줘.`\n- `coinone-openapi 스킬을 사용해서 MYORDER용 private websocket 재연결 전략을 설계해줘.`\n\n## 포함된 파일\n\n- `SKILL.md` — 메인 스킬 안내\n- `references/endpoint-index.md` — 전체 엔드포인트 목록\n- `references/auth-signing.md` — REST / WebSocket 인증 및 서명 규칙\n- `references/rate-limits-and-errors.md` — 요청 제한, 헤더, 재시도 규칙, 에러 코드\n- `references/order-safety.md` — 안전한 주문 처리 가이드\n- `references/public-rest-v2.md` — Public API V2 가이드\n- `references/private-rest-v21.md` — Private API V2.1 가이드\n- `references/private-rest-v2-legacy.md` — 레거시 Private API V2 가이드\n- `references/public-rest-v1-deprecated.md` — Deprecated Public API V1 참고 가이드\n- `references/websocket.md` — Public / Private WebSocket 가이드\n\n## 범위\n\n- 기본 대상은 Public API V2 와 Private API V2.1 입니다.\n- WebSocket 가이드를 포함합니다.\n- Deprecated API 는 참고용으로만 유지합니다.\n\n## 원문 문서\n\n- https://docs.coinone.co.kr/docs\n- https://docs.coinone.co.kr/reference/\n- https://docs.coinone.co.kr/changelog\n\n## 라이선스\n\nMIT\n\n## 기여\n\n[CONTRIBUTING.md](./CONTRIBUTING.md)를 참고하세요.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2sem%2Fcoinone-api-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2sem%2Fcoinone-api-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2sem%2Fcoinone-api-skills/lists"}