SE

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.zip

Installs 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를 찾는다.
64 charsno explicit “when” trigger
Beginner

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

You give it
Financial terminology or a request to find an API ID
You get back
The corresponding API ID (tr cd) and optionally, test code for it

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)

찾는 방법

  1. backend/domains/stkcompanys/kis, ls, kiwoom/responses 폴더 하위의 모든 py를 확인한다.
  2. 금용용어를 잘 해석해서 해당하는 api id 즉 tr cd를 찾는다.
  3. 해당 api id 즉 tr cd를 반환한다.
  4. 만약 찾았다면 해당 api id를 호출하는 test 코드를 작성한다.

test 코드 작성

  1. tools/ 폴더 하위에 작성한다.
  2. 파일명 : test_{stkcompany}_{api_id}.py 로 작성한다.
  3. 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.

SkillInstallsUpdatedSafetyDifficulty
search-trcd (this skill)06moNo flagsBeginner
billing-automation102moNo flagsIntermediate
openrouter-cost-controls029dCautionIntermediate
plaid-fintech36moNo flagsAdvanced

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.

1098

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'.

05

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.

32

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.

02

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.

00

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.

00

Search skills

Search the agent skills registry