search-trcd
A lookup tool to identify and test API IDs for specific Korean brokerage APIs.
Install
mkdir -p .claude/skills/search-trcd && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13923" && unzip -o skill.zip -d .claude/skills/search-trcd && rm skill.zipInstalls to .claude/skills/search-trcd
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.
3개의 증권사(키움증권, 한국투자증권, LS증권)의 API를 검색하여 해당하는 api id 즉 tr cd를 찾는다.Key capabilities
- →Search for API IDs (tr cd) within specified directories
- →Interpret financial terminology to identify API IDs
- →Generate test code for identified API IDs
- →Verify the existence of API IDs in source code
How it works
The skill searches Python files in specific backend directories for API IDs based on financial terminology and then generates test code if an ID is found.
Inputs & outputs
When to use search-trcd
- →Finding API TR CD
- →Writing financial API test code
- →Verifying brokerage API responses
About this skill
search trcd(api id)
찾는 방법
- backend/domains/stkcompanys/kis, ls, kiwoom/responses 폴더 하위의 모든 py를 확인한다.
- 금용용어를 잘 해석해서 해당하는 api id 즉 tr cd를 찾는다.
- 해당 api id 즉 tr cd를 반환한다.
- 만약 찾았다면 해당 api id를 호출하는 test 코드를 작성한다.
test 코드 작성
- tools/ 폴더 하위에 작성한다.
- 파일명 : test_{stkcompany}_{api_id}.py 로 작성한다.
- tools/test_acct_summary.py를 참고하여 작성한다.
Limitations
- →Searches only within `backend/domains/stkcompanys/kis, ls, kiwoom/responses` folders
- →Only generates test code in the `tools/` folder
- →Limited to Kiwoom, Korea Investment, and LS Securities APIs
How it compares
This skill automates the process of finding specific API IDs and generating test code by searching predefined directories, which is faster than manually browsing codebases.
Compared to similar skills
search-trcd side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| search-trcd (this skill) | 0 | 6mo | No flags | Beginner |
| billing-automation | 10 | 2mo | No flags | Intermediate |
| openrouter-cost-controls | 0 | 29d | Caution | Intermediate |
| plaid-fintech | 3 | 6mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
billing-automation
wshobson
Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.
openrouter-cost-controls
jeremylongshore
Implement budget controls and cost limits for OpenRouter. Use when managing spending or preventing overruns. Trigger with phrases like 'openrouter budget', 'openrouter spending limit', 'cost control', 'openrouter billing alert'.
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.
ccxt
2025Emma
CCXT cryptocurrency trading library. Use for cryptocurrency exchange APIs, trading, market data, order management, and crypto trading automation across 150+ exchanges. Supports JavaScript/Python/PHP.
kisautotrade-kis-api
CountJung
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.
razorpay
ankitjh4
Create payment orders, verify signatures, process refunds, and list transactions via Razorpay — India's leading payment gateway. Use when the user asks about Razorpay payments, Indian payment processing, INR checkout, payment orders, or RZP integration.