Integrations & APIs
Integration agent skills teach AI agents to work with specific external services and APIs: third-party platforms, webhooks, MCP servers, and data syncs. Instead of re-explaining an API every session, install the skill and the agent knows the endpoints and conventions.
-
ftshare-lab Bundle Sub Skills 2查询股票列表。接口:GET /api/v1/market/data/stock-list。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Stk Surv 2查询个股严重异常波动。接口:GET /api/v2/market/data/stk-surv。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Stk Shock 2查询个股异常波动。接口:GET /api/v2/market/data/stk-shock。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Limit List 2查询涨跌停池。接口:GET /api/v1/market/data/limit-list。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Bse Mapping 2查询北交所代码映射。可选 --o-code。接口:GET /api/v1/market/data/bse-mapping。
-
ftshare-lab Bundle Hibor Daily 2查询HIBOR日度利率。接口:GET /api/v1/market/data/hibor-daily。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Libor Daily 2查询国际基准利率日度。接口:GET /api/v1/market/data/libor-daily。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Stock Limit 2查询涨跌停价。接口:GET /api/v1/market/data/stk-limit。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Xueqiu Rank 2查询雪球股票排名。接口:GET /api/v1/market/data/xueqiu-rank。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Company List 2查询公司列表。可选 --page、--page-size。接口:GET /api/v1/market/data/company-list。
-
nvidia Bundle Amc Run Video Calibration 2Calibrates pre-recorded `cam_*.mp4` datasets through the AutoMagicCalib REST API. Use for user-supplied local MP4s; route live RTSP streams to `amc-run-rtsp-calibration`.
2.2k -
nvidia Bundle Cupynumeric Migration Readiness 2Pre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
2.2k -
nvidia Bundle Cuopt Numerical Optimization API 2LP, MILP, and QP (beta) with cuOpt — Python, C, and CLI. Use when the user is solving LP, MILP, or QP with any cuOpt interface.
2.2k -
auto-skiller Bundle AI Integration Phase 2<purpose>
1 -
gmickel Bundle Flow Next Plan 4Create structured build plans from feature requests or Flow IDs. Use when planning features or designing implementation. Triggers on /flow-next:plan with text descriptions or Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2).
-
gmickel Bundle Flow Next Interview 4Interview user in-depth about a spec, task, or spec file to extract complete implementation details. Use when user wants to flesh out a spec, refine requirements, or clarify a feature before building. Triggers on /flow-next:interview with Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2) or file paths.
-
gmickel Skill Flow Next 3Manage .flow/ tasks and specs. Triggers: 'show me my tasks', 'list specs', 'what tasks are there', 'add a task', 'create task', 'what's ready', 'task status', 'show fn-1-add-oauth'. NOT for /flow-next:plan or /flow-next:work.
-
gmickel Bundle Flow Next Plan 5Create structured build plans from feature requests or Flow IDs. Use when planning features or designing implementation. Triggers on /flow-next:plan with text descriptions or Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2).
-
gmickel Bundle Flow Next Work 3Execute a Flow spec or task systematically with git setup, task tracking, quality checks, and commit workflow. Use when implementing a plan or working through a spec. Triggers on /flow-next:work with Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2).
-
gmickel Bundle Flow Next Drive 3Drive any UI surface like a real user - a web app, a Chromium-backed desktop app (Electron / WebView2, reached over CDP), or a genuinely native app (macOS AppKit/SwiftUI, or a non-CDP webview) reached via the Cua Driver / Computer Use. Detects the surface, picks the best available driver, degrades gracefully. Use to navigate sites, verify deployed UI, test web or desktop apps, capture baseline screenshots, drive a sign-in flow, scrape data, fill forms, run an e2e check, or inspect current page state. Triggers on "check the page", "verify UI", "test the site", "test this app", "drive the app", "automate this desktop app", "read docs at", "look up API", "visit URL", "browse", "screenshot", "scrape", "e2e test", "login flow", "capture baseline", "see how it looks", "inspect current", "before redesign", "Electron app", "native app".
-
gmickel Bundle Flow Next Interview 5Interview user in-depth about a spec, task, or spec file to extract complete implementation details. Use when user wants to flesh out a spec, refine requirements, or clarify a feature before building. Triggers on /flow-next:interview with Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2) or file paths.
-
gmickel Bundle Flow Next Resolve Pr 3Resolve PR review feedback — fetch unresolved threads, triage, dispatch per-thread resolver agents, validate, commit, reply + resolve via GraphQL. Triggers on /flow-next:resolve-pr.
-
gmickel Bundle Flow Next Drive 4Drive any UI surface like a real user - a web app, a Chromium-backed desktop app (Electron / WebView2, reached over CDP), or a genuinely native app (macOS AppKit/SwiftUI, or a non-CDP webview) reached via the Cua Driver / Computer Use. Detects the surface, picks the best available driver, degrades gracefully. Use to navigate sites, verify deployed UI, test web or desktop apps, capture baseline screenshots, drive a sign-in flow, scrape data, fill forms, run an e2e check, or inspect current page state. Triggers on "check the page", "verify UI", "test the site", "test this app", "drive the app", "automate this desktop app", "read docs at", "look up API", "visit URL", "browse", "screenshot", "scrape", "e2e test", "login flow", "capture baseline", "see how it looks", "inspect current", "before redesign", "Electron app", "native app".
-
ftshare-lab Bundle Etf Pre Data 2查询ETF盘前数据。接口:GET /api/v2/market/data/etf-pre-data。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Price Change 2查询价格变动。接口:GET /api/v2/market/data/price/get-price-change。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Shibor Daily 2查询SHIBOR日度利率。接口:GET /api/v1/market/data/shibor-daily。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Stock Unlock 2查询限售解禁。接口:GET /api/v1/market/data/unlock/stock_unlock。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Ths Hot List 2查询同花顺热榜。接口:GET /api/v1/market/data/ths-hot-list。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Yzxdr Detail 2查询一致行动人明细。接口:GET /api/v1/market/data/yzxdr-detail。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Bullion Price 2查询贵金属价格。接口:GET /api/v1/market/data/bullion/price。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Futures Limit 2期货合约涨跌停价。调用 /api/v1/market/data/futures/ft-limit,所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Futures Lists 2中国期货列表。调用 /api/v1/market/data/futures/futures-lists,所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Stk Premarket 2查询盘前数据。接口:GET /api/v2/market/data/stk-premarket。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Eastmoney Rank 2查询东方财富股票排名。接口:GET /api/v1/market/data/eastmoney-rank。所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Futures Settle 2期货每日结算参数。调用 /api/v1/market/data/futures/fut-settle,所有请求必须设置 FTSHARE_API_KEY。
-
ftshare-lab Bundle Wz Index Daily 2查询温州民间融资综合利率指数日度。接口:GET /api/v1/market/data/wz-index-daily。所有请求必须设置 FTSHARE_API_KEY。
Frequently asked questions
What are Integrations & APIs agent skills?
Integration agent skills teach AI agents to work with specific external services and APIs: third-party platforms, webhooks, MCP servers, and data syncs. Instead of re-explaining an API every session, install the skill and the agent knows the endpoints and conventions.
Which Integrations & APIs skills are most installed?
Popular Integrations & APIs skills on SkillMD right now include sub-skills, stk-surv, stk-shock. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do Integrations & APIs skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.