Skip to content
Source index synced with Binance Skills Hub

Morning desk brief

One pass over your positions, the market ranks and your own account, written as a brief you can read in under a minute.

Author
kaelen
Version
v2.0.1
Updated
2026-08-18
Steps
4
Gates
2
01Sequence4 steps / 2 gates
  1. 1
    query-address-infoWallet

    Read holdings for every address in the user watch list.

    no gate on this step

  2. 2
    crypto-market-rankAnalytics

    Read smart money net inflow and trending rank for the top 20 tokens.

    continue if a held token also appears in the inflow rank

    otherwise Skip the cross reference section.

  3. 3
    binanceExchangeauth

    Read spot balances and open USD-S futures positions.

    no gate on this step

  4. 4
    binance-tokenized-securities-infoRWA

    Read trading status for any held tokenized equity.

    continue if the user holds at least one Ondo token

    otherwise Skip this section entirely.

02Rules
  • Read only. The build has no path that places an order.
03Triggerswhat makes the agent reach for this file
morning briefwhat happened overnightportfolio summary
04The file55 lines
SKILL.md
---
name: morning-desk-brief
description: >-
  One pass over your positions, the market ranks and your own account, written as a brief you can read in under a minute.
  Trigger on: morning brief, what happened overnight, portfolio summary.
---

# Morning desk brief

## PREREQUISITE

Install and authenticate these skills first:

- `query-address-info`
- `crypto-market-rank`
- `binance`
- `binance-tokenized-securities-info`

If any of them is missing, say which one and stop. Do not improvise a replacement.

## SEQUENCE

### Step 1. `query-address-info`

Read holdings for every address in the user watch list.

### Step 2. `crypto-market-rank`

Read smart money net inflow and trending rank for the top 20 tokens.

**Continue only if** a held token also appears in the inflow rank.

**Otherwise:** Skip the cross reference section.

### Step 3. `binance`

Read spot balances and open USD-S futures positions.

### Step 4. `binance-tokenized-securities-info`

Read trading status for any held tokenized equity.

**Continue only if** the user holds at least one Ondo token.

**Otherwise:** Skip this section entirely.

## RULES

- Read only. The build has no path that places an order.

## OUTPUT

Report each step that ran, the gate result, and the step that stopped the sequence if one did.
Never report a step as done when its skill returned an error.
NextBuilds in the same areaAll builds