nansen-smart-alerts

nansen-ai/nansen-cli · 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/nansen-ai/nansen-cli --skill nansen-smart-alerts
0 commentsdiscussion
summary

CRUD management for smart alerts. Alerts are internal-only (requires Nansen internal API key).

skill.md

Smart Alerts

CRUD management for smart alerts. Alerts are internal-only (requires Nansen internal API key).

Quick Reference

nansen alerts list --table
nansen alerts create --name <name> --type <type> --chains <chains> --telegram <chatId>
nansen alerts update <id> [--name <name>] [--chains <chains>]
nansen alerts toggle <id> --enabled|--disabled
nansen alerts delete <id>

Options Reference

Flag Create Update Toggle Delete
<id> (positional) required required required
--name required optional
--type required required with type-specific flags
--chains recommended optional
--telegram chat ID optional
--slack webhook URL optional
--discord webhook URL optional
--webhook endpoint URL optional optional
--webhook-secret optional (webhook only) optional
--description optional optional
--enabled flag flag
--disabled flag flag flag
--data optional (JSON escape hatch) optional

Alert Types

1. sm-token-flows — Smart Money Token Flows

Track aggregated SM inflow/outflow. At least one flow threshold should be specified.

Type-specific flags:

  • --inflow-1h-min/max, --inflow-1d-min/max, --inflow-7d-min/max (USD thresholds)
  • --outflow-1h-min/max, --outflow-1d-min/max, --outflow-7d-min/max
  • --netflow-1h-min/max, --netflow-1d-min/max, --netflow-7d-min/max
  • --token <address:chain> (repeatable) — include specific tokens
  • --exclude-token <address:chain> (repeatable)
  • --token-sector <name> / --exclude-token-sector <name> (repeatable)
  • --token-age-max <days>
  • --market-cap-min/max <usd>, --fdv-min/max <usd>

Example:

nansen alerts create \
  --name 'SM ETH Inflow >5M' \
  --type sm-token-flows \
  --chains ethereum \
  --telegram 5238612255 \
  --inflow-1h-min 5000000 \
  --token 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:ethereum

2. common-token-transfer — Token Transfer Events

Track real-time transfer events matching specified criteria.

Subject types: address, entity, label, custom-label Format: --subject type:value (e.g. --subject label:"Centralized Exchange")

Type-specific flags:

  • --events <buy,sell,swap,send,receive> (comma-separated)
  • --usd-min/max <usd>, --token-amount-min/max <n>
  • --subject <type:value> (repeatable) — addresses/entities/labels to track
  • --counterparty <type:value> (repeatable) — requires --subject
  • --token <address:chain> / --exclude-token <address:chain> (repeatable)
  • --token-sector <name> / --exclude-token-sector <name> (repeatable)
  • --token-age-min/max <days>, --market-cap-min/max <usd>
  • --exclude-from <type:value> / --exclude-to <type:value> (repeatable)

Event direction notes:

  • buy for counterparties = sell for subjects
  • send for counterparties = receive for subjects
  • To track "any address sending to CEX": use --subject with receive, not --counterparty with send

Example:

nansen alerts create \
  --name 'Large USDC Transfers' \
  --type common-token-transfer \
  --chains ethereum \
  --telegram 123456789 \
  --events send,receive \
  --usd-min 1000000 \
  --token 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48:ethereum

3. smart-contract-call — Smart Contract Interactions

Track contract calls matching specified criteria.

Type-specific flags:

  • --usd-min/max <usd>
  • --signature-hash <hash> (repeatable, e.g. 0x095ea7b3 for approve)
  • --caller <type:value> / --exclude-caller <type:value> (repeatable)
  • --contract <type:value> / --exclude-contract <type:value> (repeatable)

Example:

nansen alerts create \
  --name 'Uniswap V3 Large Swaps' \
  --type smart-contract-call \
  --chains ethereum \
  --telegram 123456789 \
  --usd-min 1000000 \
  --contract entity:"Uniswap V3"

Notes

  • Chain aliases: Hyperliquid = hyperevm, BSC = bnb.
  • Multiple channels can be combined: --telegram 123 --slack https://... --webhook https://...
  • --webhook <url> sends a POST request with the alert payload to any HTTP/HTTPS endpoint. Useful for server deployments, Zapier, n8n, or custom integrations. The endpoint must be publicly reachable and return a 2xx response.
  • --data '<json>' merges raw JSON on top of named flags (escape hatch for fields without named flags).
  • Alert endpoints are internal-only. Non-internal users receive 404.
  • Use single quotes for names with $ or special characters: --name 'SM >$1M'
how to use nansen-smart-alerts

How to use nansen-smart-alerts 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 nansen-smart-alerts
2

Execute installation command

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

$npx skills add https://github.com/nansen-ai/nansen-cli --skill nansen-smart-alerts

The skills CLI fetches nansen-smart-alerts from GitHub repository nansen-ai/nansen-cli 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/nansen-smart-alerts

Reload or restart Cursor to activate nansen-smart-alerts. Access the skill through slash commands (e.g., /nansen-smart-alerts) 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.849 reviews
  • Xiao Gupta· Dec 28, 2024

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

  • Dhruvi Jain· Dec 20, 2024

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

  • Omar Srinivasan· Dec 20, 2024

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

  • Anaya Taylor· Dec 16, 2024

    nansen-smart-alerts has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Anaya Johnson· Dec 12, 2024

    Registry listing for nansen-smart-alerts matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Advait Menon· Dec 8, 2024

    nansen-smart-alerts is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Jin Menon· Nov 27, 2024

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

  • Rahul Santra· Nov 19, 2024

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

  • Arya Sharma· Nov 15, 2024

    Registry listing for nansen-smart-alerts matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Oshnikdeep· Nov 11, 2024

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

showing 1-10 of 49

1 / 5