agentsclimarketplace

Ctpapi

Skill Choi-Jungwoo/agent-skills/ctpapi

agent-skills is a multi-skill repository that hosts reusable, production-friendly skills for AI agents.

Install
npx -y skills add Choi-Jungwoo/agent-skills --skill ctpapi

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Complete CTP API documentation skill. Use when the user invokes `/ctpapi` or asks about CTP internal runtime behavior, market data APIs, trader APIs, SPI callbacks, request and response structures, field definitions, login and session flow, order and quote flow, bank-futures transfer APIs, query methods, risk and margin models, TGate access, or exchange-specific CTP business rules. Also use it when the user works with Python, .NET, Java, Rust, Go, or other wrapper libraries that bind to the CTP runtime through the C ABI and needs the underlying native API behavior, structures, callback flow, or field semantics.

SKILL.md

5.4 KB, as published. Nobody here has run it

CTP API documentation skill

This skill provides a Markdown-only CTP reference corpus. The references are grouped by topic so you can load the smallest relevant file first and then answer from the structured English summaries, signatures, related symbols, and key types. Treat the reference set as the native source of truth even when the user is working through a language-specific wrapper, because most wrapper questions still reduce to the same C ABI contracts, payload layouts, and callback ordering rules.

TopicFileRead when
API directoryreferences/api-directory.mdYou need to locate the smallest reference file for a class, method, callback, helper API, or appendix topic
Document shell and release contextreferences/interface-overviews.md, references/overview-versioning.mdYou need the table of contents, the document entry point, release notes, or overall navigation context
Supervision and system collectionreferences/data-collection.mdYou need CTP-GetSystemInfo, CTP-GetDataCollectApiVersion, or the look-through supervision workflow
Market data runtimereferences/market-data-api-core.md, references/market-data-api-login.md, references/market-data-api-subscriptions.md, references/market-data-api-multicast.mdYou need market-data startup, login, subscription management, or multicast discovery
Market data callbacksreferences/market-data-spi-core.md, references/market-data-spi-session.md, references/market-data-spi-subscriptions.md, references/market-data-spi-streams.mdYou need market-data connection, session, subscription, or live streaming callbacks
Trader runtime and authreferences/trader-api-runtime.md, references/trader-api-authentication.md, references/trader-api-login-session.md, references/trader-api-system-info.mdYou need trader startup, authentication variants, login session behavior, topic replay policy, or system-info submission
Trader order workflowsreferences/trader-api-order-entry.md, references/trader-api-quote-flows.md, references/trader-api-exec-option-combination.md, references/trader-api-parked-orders.mdYou need order entry, quote flows, exec-order paths, option self-close paths, combination actions, or parked orders
Trader bank and CFMMCreferences/trader-api-bank-transfers.md, references/trader-api-bank-reference.md, references/trader-api-cfmmc-security.mdYou need bank-futures transfer requests, bank reference queries, or CFMMC security material
Trader core queriesreferences/trader-api-query-broker-exchange.md, references/trader-api-query-instruments-costs.md, references/trader-api-query-investor-positions.md, references/trader-api-query-order-trade-state.md, references/trader-api-query-settlement-accounts.mdYou need trader-side metadata, instrument, investor, order, trade, settlement, or account queries
Trader risk queriesreferences/trader-api-risk-spbm.md, references/trader-api-risk-spmm.md, references/trader-api-risk-rcams-rule.md, references/trader-api-risk-offset-portfolio.mdYou need SPBM, SPMM, RCAMS, RULE, offset-setting, or portfolio configuration queries
Trader core error callbacksreferences/trader-spi-core-connection-auth.md, references/trader-spi-core-order-errors.md, references/trader-spi-core-bank-errors.mdYou need trader connection/authentication callbacks or asynchronous error returns
Trader runtime notificationsreferences/trader-spi-responses-orders.md, references/trader-spi-responses-bank-config.md, references/trader-spi-notifications-orders.md, references/trader-spi-notifications-bank.md, references/trader-spi-notifications-system.mdYou need direct trader responses or asynchronous notifications for orders, bank flows, instruments, and notices
Trader query callbacksreferences/trader-spi-query-broker-exchange.md, references/trader-spi-query-instruments.md, references/trader-spi-query-investor-positions.md, references/trader-spi-query-orders-trades.md, references/trader-spi-query-settlement-accounts.md, references/trader-spi-query-bank.md, references/trader-spi-query-risk-models.mdYou need OnRspQry* callback payloads and result-stream handling
TGate guidancereferences/tgate-access.mdYou need TGate access guidance or TGate-specific release notes
Business-rule appendicesreferences/business-rules-overview.md, references/business-rules-market-making.md, references/business-rules-ordering.md, references/business-rules-connectivity.md, references/business-rules-exchange-behavior.md, references/business-rules-trading-models.md, references/business-rules-risk-controls.mdYou need operational rules, callback ordering, transport rules, exchange differences, trading-model notes, or control limits

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.