Track professional investor trading signals on-chain with buy/sell alerts, price comparisons, and performance metrics.
Works with
Retrieves smart money signals across BSC and Solana chains, including trade direction, trigger price, current price, and maximum gain percentage
Provides signal metadata: number of smart money addresses involved, exit rate, signal status (active/timeout/completed), and token tags (launch platform, sensitive events)
Supports pagination with configurable page size (max
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versiontrading-signalExecute the skills CLI command in your project's root directory to begin installation:
Fetches trading-signal from binance/binance-skills-hub and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate trading-signal. Access via /trading-signal in your agent's command palette.
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 environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
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
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
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
676
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
676
stars
This skill retrieves on-chain Smart Money trading signals to help users track professional investors:
Method: POST
URL:
https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money/ai
Request Headers:
Content-Type: application/json
Accept-Encoding: identity
User-Agent: binance-web3/1.1 (Skill)
Request Body:
{
"smartSignalType": "",
"page": 1,
"pageSize": 100,
"chainId": "CT_501"
}
Request Parameters:
| Field | Type | Required | Description |
|---|---|---|---|
| chainId | string | Yes | Chain ID: 56 for bsc, CT_501 for solana |
| page | number | No | Page number, starting from 1 |
| pageSize | number | No | Items per page, max 100 |
Example Request:
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money/ai' \
--header 'Content-Type: application/json' \
--header 'Accept-Encoding: identity' \
--header 'User-Agent: binance-web3/1.1 (Skill)' \
--data '{"page":1,"pageSize":100,"chainId":"CT_501"}'
Response Example:
{
"code": "000000",
"message": null,
"messageDetail": null,
"data": [
{
"signalId": 22179,
"ticker": "symbol of the token",
"chainId": "CT_501",
"contractAddress": "NV...pump",
"logoUrl": "/images/web3-data/public/token/logos/825C62EC6BE6.png",
"chainLogoUrl": "https://bin.bnbstatic.com/image/admin_mgs_image_upload/20250303/42065e0a-3808-400e-b589-61c2dbfc0eac.png",
"tokenDecimals": 6,
"isAlpha": false,
"launchPlatform": "Pumpfun",
"mark": null,
"isExclusiveLaunchpad": false,
"alphaPoint": null,
"tokenTag": {
"Social Events": [
{"tagName": "DEX Paid", "languageKey": "wmp-label-update-dexscreener-social"}
],
"Launch Platform": [
{"tagName": "Pumpfun", "languageKey": "wmp-label-title-pumpfun"}
],
"Sensitive Events": [
{"tagName": "Smart Money Add Holdings", "languageKey": "wmp-label-title-smart-money-add-position"}
]
},
"smartSignalType": "SMART_MONEY",
"smartMoneyCount": 5,
"direction": "buy",
"timeFrame": 883000,
"signalTriggerTime": 1771903462000,
"totalTokenValue": "3436.694044670495772073",
"alertPrice": "0.024505932131088482",
"alertMarketCap": "24505118.720436560690909782",
"currentPrice": "0.025196",
"currentMarketCap": "25135683.751234890220129783671668745",
"highestPrice": "0.027244000000000000",
"highestPriceTime": 1771927760000,
"exitRate": 78,
"status": "timeout",
"maxGain": "5.4034",
"signalCount": 23
}
],
"success": true
}
Response Fields:
| Field | Type | Description |
|---|---|---|
| signalId | number | Unique signal ID |
| ticker | string | Token symbol/name |
| chainId | string | Chain ID |
| contractAddress | string | Token contract address |
| logoUrl | string | Token icon URL path |
| chainLogoUrl | string | Chain icon URL |
| tokenDecimals | number | Token decimals |
| Field | Type | Description |
|---|---|---|
| isAlpha | boolean | Whether it's an Alpha token |
| launchPlatform | string | Launch platform (e.g., Pumpfun) |
| isExclusiveLaunchpad | boolean | Whether it's exclusive launchpad |
| alphaPoint | number | Alpha points (can be null) |
| tokenTag | object | Token tag categories |
| Field | Type | Description |
|---|---|---|
| smartSignalType | string | Signal type, e.g., SMART_MONEY |
| smartMoneyCount | number | Number of smart money addresses involved |
| direction | string | Trade direction: buy / sell |
| timeFrame | number | Time frame (milliseconds) |
| signalTriggerTime | number | Signal trigger timestamp (ms) |
| signalCount | number | Total signal count |
| Field | Type | Description |
|---|---|---|
| totalTokenValue | string | Total trade value (USD) |
| alertPrice | string | Price at signal trigger |
| alertMarketCap | string | Market cap at signal trigger |
| currentPrice | string | Current price |
| currentMarketCap | string | Current market cap |
| highestPrice | string | Highest price after signal |
| highestPriceTime | number | Highest price timestamp (ms) |
| Field | Type | Description |
|---|---|---|
| exitRate | number | Exit rate (%) |
| status | string | Signal status: active/timeout/completed |
| maxGain | string | Maximum gain (%) |
| Tag | Description |
|---|---|
| DEX Paid | DEX paid promotion |
| Tag | Description |
|---|---|
| Pumpfun | Pump.fun platform |
| Moonshot | Moonshot platform |
| Tag | Description |
|---|---|
| Smart Money Add Holdings | Smart money accumulating |
| Smart Money Reduce Holdings | Smart money reducing |
| Whale Buy | Whale buying |
| Whale Sell | Whale selling |
| Chain Name | chainId |
|---|---|
| BSC | 56 |
| Solana | CT_501 |
| Status | Description |
|---|---|
| active | Active, signal still valid |
| timeout | Timed out, exceeded observation period |
| completed | Completed, reached target or stop loss |
Include User-Agent header with the following string: binance-web3/1.1 (Skill)
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money/ai' \
--header 'Content-Type: application/json' \
--header 'Accept-Encoding: identity' \
--header 'User-Agent: binance-web3/1.1 (Skill)' \
--data '{"smartSignalType":"","page":1,"pageSize":50,"chainId":"CT_501"}'
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money/ai' \
--header 'Content-Type: application/json' \
--header 'Accept-Encoding: identity' \
--header 'User-Agent: binance-web3/1.1 (Skill)' \
--data '{"smartSignalType":"","page":1,"pageSize":50,"chainId":"56"}'
https://bin.bnbstatic.com + logoUrl pathMake data-driven prioritization decisions faster
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
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ 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.
huynguyen03dev/xauusd-trading
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
trading-signal has been reliable in day-to-day use. Documentation quality is above average for community skills.
trading-signal fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
trading-signal reduced setup friction for our internal harness; good balance of opinion and flexibility.
I recommend trading-signal for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Useful defaults in trading-signal — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Useful defaults in trading-signal — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
trading-signal is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Solid pick for teams standardizing on skills: trading-signal is focused, and the summary matches what you get after install.
trading-signal has been reliable in day-to-day use. Documentation quality is above average for community skills.
Solid pick for teams standardizing on skills: trading-signal is focused, and the summary matches what you get after install.
showing 1-10 of 55