upbit-agent-skills

agent
Security Audit
Warn
Health Warn
  • No license — Repository has no license file
  • No description — Repository has no description
  • Active repo — Last push 0 days ago
  • Community trust — 13 GitHub stars
Code Warn
  • Code scan incomplete — No supported source files were scanned during light audit
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

README.md

Upbit Agent Skills

English | 한국어

AI agent skills built on the Upbit API, for digital asset trading.

Upbit Agent Skills enables AI agents to perform key Upbit functions through natural language, such as checking market data, checking balances, and placing orders. Integrated with an Upbit API-based CLI, it allows AI to carry out the necessary tasks based on context-aware instructions.

This project is designed not only for professional developers but also for traders who are eager to leverage AI technology. We invite you to build and experiment with your own flexible trading environment alongside AI, significantly reducing the burden of writing code from scratch.

Installation

Requires Node.js 18+.

npx skills add upbit-official/upbit-agent-skills

This installs the skill for your active coding agent (Claude Code, Cursor, Codex, etc.). Use -g for global installation:

npx skills add upbit-official/upbit-agent-skills -g

This skill integrates with upbit-cli. Install it with:

npm install -g @upbit-official/upbit-cli

Skills

Skill Description
upbit Upbit REST API via CLI — orders, market data, deposits, withdrawals, and setup

Authentication

After installing, configure API credentials using the CLI:

upbit config set

Credentials are saved to ~/.upbit/config and automatically used for all CLI commands. Get API keys from Upbit API Management.

Alternatively, set credentials via environment variables:

export UPBIT_ACCESS_KEY=<your-access-key>
export UPBIT_SECRET_KEY=<your-secret-key>

For a detailed setup guide, see setup.md.

Contributing

Upbit Agent Skills is in its initial release phase, and public contributions (Issues/PRs) are currently closed.
For bug reports and feedback, please email [email protected].
We are considering opening external contribution channels in phases as this project becomes more stable.

Disclaimer

See DISCLAIMER.md for full disclaimer.

© 2026 Dunamu Inc. All rights reserved.

Reviews (0)

No results found