margin-trading

binance/binance-skills-hub · updated Apr 8, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/binance/binance-skills-hub --skill margin-trading
0 commentsdiscussion
summary

Authenticated access to 60+ Binance margin trading endpoints covering account management, borrowing, orders, and liquidation.

  • Supports both cross margin and isolated margin modes with endpoints for account queries, leverage adjustment, and collateral management
  • Includes comprehensive order management: standard orders, OCO (One-Cancels-Other), OTO (One-Triggers-Other), and OTOCO orders with stop-loss and take-profit options
  • Provides borrowing and repayment operations, interest rate tr
skill.md

Binance Margin-trading Skill

Margin-trading request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format.

Quick Reference

Endpoint Description Required Optional Authentication
/sapi/v1/margin/max-leverage (POST) Adjust cross margin max leverage (USER_DATA) maxLeverage None Yes
/sapi/v1/margin/isolated/account (DELETE) Disable Isolated Margin Account (TRADE) symbol recvWindow Yes
/sapi/v1/margin/isolated/account (POST) Enable Isolated Margin Account (TRADE) symbol recvWindow Yes
/sapi/v1/margin/isolated/account (GET) Query Isolated Margin Account Info (USER_DATA) None symbols, recvWindow Yes
/sapi/v1/bnbBurn (GET) Get BNB Burn Status (USER_DATA) None recvWindow Yes
/sapi/v1/margin/tradeCoeff (GET) Get Summary of Margin account (USER_DATA) None recvWindow Yes
/sapi/v1/margin/capital-flow (GET) Query Cross Isolated Margin Capital Flow (USER_DATA) None asset, symbol, type, startTime, endTime, fromId, limit, recvWindow Yes
/sapi/v1/margin/account (GET) Query Cross Margin Account Details (USER_DATA) None recvWindow Yes
/sapi/v1/margin/crossMarginData (GET) Query Cross Margin Fee Data (USER_DATA) None vipLevel, coin, recvWindow Yes
/sapi/v1/margin/isolated/accountLimit (GET) Query Enabled Isolated Margin Account Limit (USER_DATA) None recvWindow Yes
/sapi/v1/margin/isolatedMarginData (GET) Query Isolated Margin Fee Data (USER_DATA) None vipLevel, symbol, recvWindow Yes
/sapi/v1/margin/interestHistory (GET) Get Interest History (USER_DATA) None asset, isolatedSymbol, startTime, endTime, current, size, recvWindow Yes
/sapi/v1/margin/next-hourly-interest-rate (GET) Get future hourly interest rate (USER_DATA) assets, isIsolated None Yes
/sapi/v1/margin/borrow-repay (POST) Margin account borrow/repay(MARGIN) asset, isIsolated, symbol, amount, type recvWindow Yes
/sapi/v1/margin/borrow-repay (GET) Query borrow/repay records in Margin account(USER_DATA) type asset, isolatedSymbol, txId, startTime, endTime, current, size, recvWindow Yes
/sapi/v1/margin/interestRateHistory (GET) Query Margin Interest Rate History (USER_DATA) asset vipLevel, startTime, endTime, recvWindow Yes
/sapi/v1/margin/maxBorrowable (GET) Query Max Borrow (USER_DATA) asset isolatedSymbol, recvWindow Yes
/sapi/v1/margin/crossMarginCollateralRatio (GET) Cross margin collateral ratio (MARKET_DATA) None None No
/sapi/v1/margin/allPairs (GET) Get All Cross Margin Pairs (MARKET_DATA) None symbol No
/sapi/v1/margin/isolated/allPairs (GET) Get All Isolated Margin Symbol(MARKET_DATA) None symbol, recvWindow No
/sapi/v1/margin/allAssets (GET) Get All Margin Assets (MARKET_DATA) None asset No
/sapi/v1/margin/delist-schedule (GET) Get Delist Schedule (MARKET_DATA) None recvWindow No
/sapi/v1/margin/limit-price-pairs (GET) Get Limit Price Pairs(MARKET_DATA) None None No
/sapi/v1/margin/list-schedule (GET) Get list Schedule (MARKET_DATA) None recvWindow No
/sapi/v1/margin/risk-based-liquidation-ratio (GET) Get Margin Asset Risk-Based Liquidation Ratio (MARKET_DATA) None None No
/sapi/v1/margin/restricted-asset (GET) Get Margin Restricted Assets (MARKET_DATA) None None No
/sapi/v1/margin/isolatedMarginTier (GET) Query Isolated Margin Tier Data (USER_DATA) symbol tier, recvWindow Yes
/sapi/v1/margin/leverageBracket (GET) Query Liability Coin Leverage Bracket in Cross Margin Pro Mode(MARKET_DATA) None None No
/sapi/v1/margin/priceIndex (GET) Query Margin PriceIndex (MARKET_DATA) symbol None No
/sapi/v1/margin/available-inventory (GET) Query Margin Available Inventory(USER_DATA) type None Yes
/sapi/v1/margin/listen-key (DELETE) Close User Data Stream (USER_STREAM) None None No
/sapi/v1/margin/listen-key (PUT) Keepalive User Data Stream (USER_STREAM) listenKey None No
/sapi/v1/margin/listen-key (POST) Start User Data Stream (USER_STREAM) None None No
/sapi/v1/margin/apiKey (POST) Create Special Key(Low-Latency Trading)(TRADE) apiName symbol, ip, publicKey, permissionMode, recvWindow Yes
/sapi/v1/margin/apiKey (DELETE) Delete Special Key(Low-Latency Trading)(TRADE) None apiName, symbol, recvWindow Yes
/sapi/v1/margin/apiKey (GET) Query Special key(Low Latency Trading)(TRADE) None symbol, recvWindow Yes
/sapi/v1/margin/apiKey/ip (PUT) Edit ip for Special Key(Low-Latency Trading)(TRADE) ip symbol, recvWindow Yes
/sapi/v1/margin/forceLiquidationRec (GET) Get Force Liquidation Record (USER_DATA) None startTime, endTime, isolatedSymbol, current, size, recvWindow Yes
/sapi/v1/margin/exchange-small-liability (GET) Get Small Liability Exchange Coin List (USER_DATA) None recvWindow Yes
/sapi/v1/margin/exchange-small-liability (POST) Small Liability Exchange (MARGIN) assetNames recvWindow Yes
/sapi/v1/margin/exchange-small-liability-history (GET) Get Small Liability Exchange History (USER_DATA) current, size startTime, endTime, recvWindow Yes
/sapi/v1/margin/openOrders (DELETE) Margin Account Cancel all Open Orders on a Symbol (TRADE) symbol isIsolated, recvWindow Yes
/sapi/v1/margin/openOrders (GET) Query Margin Account's Open Orders (USER_DATA) None symbol, isIsolated, recvWindow Yes
/sapi/v1/margin/orderList (DELETE) Margin Account Cancel OCO (TRADE) symbol isIsolated, orderListId, listClientOrderId, newClientOrderId, recvWindow Yes
/sapi/v1/margin/orderList (GET) Query Margin Account's OCO (USER_DATA) None isIsolated, symbol, orderListId, origClientOrderId, recvWindow Yes
/sapi/v1/margin/order (DELETE) Margin Account Cancel Order (TRADE) symbol isIsolated, orderId, origClientOrderId, newClientOrderId, recvWindow Yes
/sapi/v1/margin/order (POST) Margin Account New Order (TRADE) symbol, side, type isIsolated, quantity, quoteOrderQty, price, stopPrice, newClientOrderId, icebergQty, newOrderRespType, sideEffectType, timeInForce, selfTradePreventionMode, autoRepayAtCancel, recvWindow Yes
/sapi/v1/margin/order (GET) Query Margin Account's Order (USER_DATA) symbol isIsolated, orderId, origClientOrderId, recvWindow Yes
/sapi/v1/margin/order/oco (POST) Margin Account New OCO (TRADE) symbol, side, quantity, price, stopPrice isIsolated, listClientOrderId, limitClientOrderId, limitIcebergQty, stopClientOrderId, stopLimitPrice, stopIcebergQty, stopLimitTimeInForce, newOrderRespType, sideEffectType, selfTradePreventionMode, autoRepayAtCancel, recvWindow Yes
/sapi/v1/margin/order/oto (POST) Margin Account New OTO (TRADE) symbol, workingType, workingSide, workingPrice, workingQuantity, workingIcebergQty, pendingType, pendingSide, pendingQuantity isIsolated, listClientOrderId, newOrderRespType, sideEffectType, selfTradePreventionMode, autoRepayAtCancel, workingClientOrderId, workingTimeInForce, pendingClientOrderId, pendingPrice, pendingStopPrice, pendingTrailingDelta, pendingIcebergQty, pendingTimeInForce Yes
/sapi/v1/margin/order/otoco (POST) Margin Account New OTOCO (TRADE) symbol, workingType, workingSide, workingPrice, workingQuantity, pendingSide, pendingQuantity, pendingAboveType isIsolated, sideEffectType, autoRepayAtCancel, listClientOrderId, newOrderRespType, selfTradePreventionMode, workingClientOrderId, workingIcebergQty, workingTimeInForce, pendingAboveClientOrderId, pendingAbovePrice, pendingAboveStopPrice, pendingAboveTrailingDelta, pendingAboveIcebergQty, pendingAboveTimeInForce, pendingBelowType, pendingBelowClientOrderId, pendingBelowPrice, pendingBelowStopPrice, pendingBelowTrailingDelta, pendingBelowIcebergQty, pendingBelowTimeInForce Yes
/sapi/v1/margin/manual-liquidation (POST) Margin Manual Liquidation(MARGIN) type symbol, recvWindow Yes
/sapi/v1/margin/rateLimit/order (GET) Query Current Margin Order Count Usage (TRADE) None isIsolated, symbol, recvWindow Yes
/sapi/v1/margin/allOrderList (GET) Query Margin Account's all OCO (USER_DATA) None isIsolated, symbol, fromId, startTime, endTime, limit, recvWindow Yes
/sapi/v1/margin/allOrders (GET) Query Margin Account's All Orders (USER_DATA) symbol isIsolated, orderId, startTime, endTime, limit, recvWindow Yes
/sapi/v1/margin/openOrderList (GET) Query Margin Account's Open OCO (USER_DATA) None isIsolated, symbol, recvWindow Yes
/sapi/v1/margin/myTrades (GET) Query Margin Account's Trade List (USER_DATA) symbol isIsolated, orderId, startTime, endTime, fromId, limit, recvWindow Yes
/sapi/v1/margin/myPreventedMatches (GET) Query Prevented Matches(USER_DATA) symbol preventedMatchId, orderId, fromPreventedMatchId, recvWindow, isIsolated Yes
/sapi/v1/margin/api-key-list (GET) Query Special key List(Low Latency Trading)(TRADE) None symbol, recvWindow Yes
/sapi/v1/margin/transfer (GET) Get Cross Margin Transfer History (USER_DATA) None asset, type, startTime, endTime, current, size, isolatedSymbol, recvWindow Yes
/sapi/v1/margin/maxTransferable (GET) Query Max Transfer-Out Amount (USER_DATA) asset isolatedSymbol, recvWindow Yes

Parameters

Common Parameters

  • maxLeverage: Can only adjust 3 , 5 or 10,Example: maxLeverage = 5 or 3 for Cross Margin Classic; maxLeverage=10 for Cross Margin Pro 10x leverage or 20x if compliance allows.
  • symbol:
  • recvWindow: No more than 60000 (e.g., 5000)
  • asset:
  • symbol: isolated margin pair
  • type: Transfer Type: ROLL_IN, ROLL_OUT
  • startTime: Only supports querying data from the past 90 days. (e.g., 1623319461670)
  • endTime: (e.g., 1641782889000)
  • fromId: If fromId is set, data with id greater than fromId will be returned. Otherwise, the latest data will be returned. (e.g., 1)
  • limit: Limit on the number of data records returned per request. Default: 500; Maximum: 1000. (e.g., 500)
  • vipLevel: User's current specific margin data will be returned if vipLevel is omitted (e.g., 1)
  • coin:
  • symbols: Max 5 symbols can be sent; separated by ",". e.g. "BTCUSDT,BNBUSDT,ADAUSDT"
  • isolatedSymbol: isolated symbol
  • current: Currently querying page. Start from 1. Default:1 (e.g., 1)
  • size: Default:10 Max:100 (e.g., 10)
  • assets: List of assets, separated by commas, up to 20
  • isIsolated: for isolated margin or not, "TRUE", "FALSE"
  • asset:
  • isIsolated: TRUE for Isolated Margin, FALSE for Cross Margin, Default FALSE (e.g., FALSE)
  • amount:
  • type: MARGIN,ISOLATED
  • txId: tranId in POST /sapi/v1/margin/loan (e.g., 1)
  • tier: All margin tier data will be returned if tier is omitted
  • listenKey:
  • apiName:
  • ip: Can be added in batches, separated by commas. Max 30 for an API key
  • publicKey: 1. If publicKey is inputted it will create an RSA or Ed25519 key. 2. Need to be encoded to URL-encoded format
  • permissionMode: This parameter is only for the Ed25519 API key, and does not effact for other encryption methods. The value can be TRADE (TRADE for all permissions) or READ (READ for USER_DATA, FIX_API_READ_ONLY). The default value is TRADE. (e.g., value)
  • apiName:
  • ip: Can be added in batches, separated by commas. Max 30 for an API key
  • current: Currently querying page. Start from 1. Default:1 (e.g., 1)
  • size: Default:10, Max:100 (e.g., 10)
  • isIsolated: For isolated margin or not, "TRUE", "FALSE", default "FALSE"
  • orderListId: Either orderListId or listClientOrderId must be provided (e.g., 1)
  • listClientOrderId: Either orderListId or listClientOrderId must be provided (e.g., 1)
  • newClientOrderId: Used to uniquely identify this cancel. Automatically generated by default (e.g., 1)
  • orderId: (e.g., 1)
  • origClientOrderId: (e.g., 1)
  • quantity: (e.g., 1.0)
  • limitClientOrderId: A unique Id for the limit order (e.g., 1)
  • price: (e.g., 1.0)
  • limitIcebergQty: (e.g., 1.0)
  • stopClientOrderId: A unique Id for the stop loss/stop loss limit leg (e.g., 1)
  • stopPrice: (e.g., 1.0)
  • stopLimitPrice: If provided, stopLimitTimeInForce is required. (e.g., 1.0)
  • stopIcebergQty: (e.g., 1.0)
  • stopLimitTimeInForce: Valid values are GTC/FOK/IOC
  • sideEffectType: NO_SIDE_EFFECT, MARGIN_BUY, AUTO_REPAY,AUTO_BORROW_REPAY; default NO_SIDE_EFFECT. More info in FAQ (e.g., NO_SIDE_EFFECT)
  • selfTradePreventionMode: The allowed enums is dependent on what is configured on the symbol. The possible supported values are EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE (e.g., NONE)
  • autoRepayAtCancel: Only when MARGIN_BUY or AUTO_BORROW_REPAY order takes effect, true means that the debt generated by the order needs to be repay after the order is cancelled. The default is true (e.g., true)
  • workingType: Supported values: LIMIT, LIMIT_MAKER
  • workingSide: BUY, SELL
  • workingClientOrderId: Arbitrary unique ID among open orders for the working order. Automatically generated if not sent. (e.g., 1)
  • workingPrice: (e.g., 1.0)
  • workingQuantity: (e.g., 1.0)
  • workingIcebergQty: This can only be used if workingTimeInForce is GTC. (e.g., 1.0)
  • workingTimeInForce: GTC,IOC,FOK
  • pendingType: Supported values: Order Types Note that MARKET orders using quoteOrderQty are not supported. (e.g., Order Types)
  • pendingSide: BUY, SELL
  • pendingClientOrderId: Arbitrary unique ID among open orders for the pending order. Automatically generated if not sent. (e.g., 1)
  • pendingPrice: (e.g., 1.0)
  • pendingStopPrice: (e.g., 1.0)
  • pendingTrailingDelta: (e.g., 1.0)
  • pendingQuantity: (e.g., 1.0)
  • pendingIcebergQty: This can only be used if pendingTimeInForce is GTC. (e.g., 1.0)
  • pendingTimeInForce: GTC,IOC,FOK
  • workingIcebergQty: This can only be used if workingTimeInForce is GTC. (e.g., 1.0)
  • pendingAboveType: Supported values: LIMIT_MAKER, STOP_LOSS, and STOP_LOSS_LIMIT
  • pendingAboveClientOrderId: Arbitrary unique ID among open orders for the pending above order. Automatically generated if not sent. (e.g., 1)
  • pendingAbovePrice: (e.g., 1.0)
  • pendingAboveStopPrice: (e.g., 1.0)
  • pendingAboveTrailingDelta: (e.g., 1.0)
  • pendingAboveIcebergQty: This can only be used if pendingAboveTimeInForce is GTC. (e.g., 1.0)
  • pendingAboveTimeInForce:
  • pendingBelowType: Supported values: LIMIT_MAKER, STOP_LOSS, and STOP_LOSS_LIMIT
  • pendingBelowClientOrderId: Arbitrary unique ID among open orders for the pending below order. Automatically generated if not sent. (e.g., 1)
  • pendingBelowPrice: (e.g., 1.0)
  • pendingBelowStopPrice: (e.g., 1.0)
  • pendingBelowTrailingDelta: (e.g., 1.0)
  • pendingBelowIcebergQty: This can only be used if pendingBelowTimeInForce is GTC. (e.g., 1.0)
  • pendingBelowTimeInForce:
  • quantity: (e.g., 1.0)
  • quoteOrderQty: (e.g., 1.0)
  • price: (e.g., 1.0)
  • stopPrice: Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders. (e.g., 1.0)
  • icebergQty: Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order. (e.g., 1.0)
  • preventedMatchId: (e.g., 1)
  • fromPreventedMatchId: (e.g., 1)
  • assetNames: The assets list of small liability exchange, Example: assetNames = BTC,ETH

Enums

  • side: BUY | SELL
  • newOrderRespType: ACK | RESULT | FULL
  • timeInForce: GTC | IOC | FOK

Authentication

For endpoints that require authentication, you will need to provide Binance API credentials. Required credentials:

  • apiKey: Your Binance API key (for header)
  • secretKey: Your Binance API secret (for signing)

Base URLs:

Security

Share Credentials

Users can provide Binance API credentials in different ways. The agent will try to retrieve automatically with the two first ways the credentials, but users can also explicitly tell the agent that they have set the credentials or stored them in a .env file, and the agent should re-read that file when they do. The agent can also make http requests with the two first methods without user confirmation.

  1. Environment variables

Search for the following specific variables only (never dump the full environment):

Authorized environment variables

  • Mainnet: BINANCE_API_KEY and BINANCE_SECRET_KEY

Read and use in a single exec call so the raw key never enters the agent's context:

KEY="$BINANCE_API_KEY"
SECRET="$BINANCE_SECRET_KEY"

response=$(curl -s -X GET
how to use margin-trading

How to use margin-trading on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add margin-trading
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/binance/binance-skills-hub --skill margin-trading

The skills CLI fetches margin-trading from GitHub repository binance/binance-skills-hub and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/margin-trading

Reload or restart Cursor to activate margin-trading. Access the skill through slash commands (e.g., /margin-trading) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.663 reviews
  • Sophia Choi· Dec 20, 2024

    Keeps context tight: margin-trading is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Shikha Mishra· Dec 16, 2024

    Useful defaults in margin-trading — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Sophia Singh· Dec 16, 2024

    I recommend margin-trading for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Sofia Nasser· Dec 12, 2024

    Useful defaults in margin-trading — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Anaya Mehta· Dec 8, 2024

    margin-trading is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Luis Rao· Dec 8, 2024

    We added margin-trading from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Alexander Garcia· Nov 27, 2024

    Useful defaults in margin-trading — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Camila Singh· Nov 27, 2024

    margin-trading reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Advait Thomas· Nov 23, 2024

    Solid pick for teams standardizing on skills: margin-trading is focused, and the summary matches what you get after install.

  • Mei Yang· Nov 11, 2024

    I recommend margin-trading for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

showing 1-10 of 63

1 / 7