kisautotrade-kis-api
SDK bridge for accessing KIS trading data and order execution.
Install
mkdir -p .claude/skills/kisautotrade-kis-api && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18598" && unzip -o skill.zip -d .claude/skills/kisautotrade-kis-api && rm skill.zipInstalls to .claude/skills/kisautotrade-kis-api
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Korea Investment Securities KIS Open API bridge for Codex in the repository-owned trading app. Use for authentication, TR-ID, REST/WebSocket endpoints, order, balance, execution, overseas stock, paper trading, API errors, and official sample verification.Key capabilities
- →Authenticate with Korea Investment Securities KIS Open API
- →Handle TR-ID for API requests
- →Interact with REST/WebSocket endpoints
- →Place orders
- →Retrieve balance information
- →Manage execution details
How it works
This skill acts as a bridge to the Korea Investment Securities KIS Open API, resolving the repository root and reading canonical skill documentation. It handles authentication and various API interactions.
Inputs & outputs
When to use kisautotrade-kis-api
- →Fetch account balance
- →Place stock order
- →Retrieve market data
- →Verify API response
About this skill
KIS API Bridge
Resolve the repository root from the current workspace:
- Prefer the current working directory when it contains
AGENTS.md. - Otherwise walk upward until
AGENTS.mdand.github/skills/kis-api/SKILL.mdare found. - If no such root is found, ask the user for the repository root instead of using stale paths.
Read the canonical repository skill before making API decisions:
.github/skills/kis-api/SKILL.md
Also read:
AGENTS.md.github/codex-instructions.md
The repository skill is the source of truth. If a KIS API behavior, TR-ID, endpoint, response field, paper-trading limitation, or error code is newly verified, update the repository skill, not this bridge.
When not to use it
- →Using stale paths for repository root
- →Modifying this bridge for API behavior changes
- →When the repository skill is not found
Limitations
- →Repository skill is the source of truth
- →If a KIS API behavior, TR-ID, endpoint, response field, paper-trading limitation, or error code is newly verified, update the repository skill, not this bridge.
- →Asks the user for the repository root if not found
How it compares
This skill specifically integrates with the KIS Open API within a repository-owned trading app, relying on project-defined rules and canonical skill documentation for API behavior, unlike a generic API client.
Compared to similar skills
kisautotrade-kis-api side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| kisautotrade-kis-api (this skill) | 0 | 25d | No flags | Intermediate |
| plaid-fintech | 3 | 6mo | No flags | Advanced |
| telegram-bot-builder | 106 | 6mo | Review | Intermediate |
| stripe-integration | 48 | 2mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
plaid-fintech
davila7
Expert patterns for Plaid API integration including Link token flows, transactions sync, identity verification, Auth for ACH, balance checks, webhook handling, and fintech compliance best practices. Use when: plaid, bank account linking, bank connection, ach, account aggregation.
telegram-bot-builder
davila7
Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.
stripe-integration
wshobson
Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.
hubspot-integration
davila7
Expert patterns for HubSpot CRM integration including OAuth authentication, CRM objects, associations, batch operations, webhooks, and custom objects. Covers Node.js and Python SDKs. Use when: hubspot, hubspot api, hubspot crm, hubspot integration, contacts api.
backend-architect
sickn33
Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns, and modern backend frameworks. Handles service boundary definition, inter-service communication, resilience patterns, and observability. Use PROACTIVELY when creating new backend services or APIs.
building-websocket-server
jeremylongshore
Build scalable WebSocket servers for real-time bidirectional communication. Use when enabling real-time bidirectional communication. Trigger with phrases like "build WebSocket server", "add real-time API", or "implement WebSocket".