https://github.com/2sem/coinone-cli
Claude Code plugin marketplace for coinone-api-cli
https://github.com/2sem/coinone-cli
Last synced: 2 months ago
JSON representation
Claude Code plugin marketplace for coinone-api-cli
- Host: GitHub
- URL: https://github.com/2sem/coinone-cli
- Owner: 2sem
- Created: 2026-04-17T00:18:37.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-17T00:34:24.000Z (2 months ago)
- Last Synced: 2026-04-17T02:32:34.074Z (2 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coinone-cli
Claude Code plugin marketplace for [coinone-api-cli](https://github.com/2sem/coinone-api-cli) — a developer-friendly CLI for the Coinone cryptocurrency exchange APIs.
## Install
```
/plugin marketplace add 2sem/coinone-cli
```
## Skills
### coinone-cli
Query Coinone market data, inspect balances, and place guarded orders from the command line.
**Requires:** `coinone-api-cli` installed globally
```bash
npm install -g coinone-api-cli
coinone doctor --json
```
Or via Homebrew:
```bash
brew tap 2sem/tap
brew install coinone
```
## Skill Auto-Sync
`coinone-cli/SKILL.md` is synced weekly from [2sem/coinone-api-cli](https://github.com/2sem/coinone-api-cli/tree/main/skills/coinone-api-cli) via GitHub Actions.
## Source
- CLI source: [2sem/coinone-api-cli](https://github.com/2sem/coinone-api-cli)
- npm: [`coinone-api-cli`](https://www.npmjs.com/package/coinone-api-cli)