← Back to Skills Marketplace
168
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install nansen-smart-alerts
Description
Manage smart alerts — list, create, update, toggle, delete. Use when setting up or managing token flow alerts, smart money alerts, or notification rules.
Usage Guidance
This skill appears coherent for managing Nansen alerts, but take these precautions before installing: 1) Verify the npm package 'nansen-cli' is the official package (check the package page, author/publisher, version, and source repo) because the registry metadata here lacks a homepage/source URL. 2) Only supply a least-privilege, internal NANSEN_API_KEY (rotate it if compromised). Treat it as sensitive; do not reuse broad-purpose credentials. 3) Be careful when configuring webhooks or external channels — alert payloads can be POSTed to any URL you provide, which may leak sensitive alert data. 4) Prefer installing and running the CLI in an isolated environment (container or dedicated machine) and review the package source code if possible. 5) If you need higher assurance, request the package's source repo or a signed release from the skill author before granting the API key.
Capability Analysis
Type: OpenClaw Skill
Name: nansen-smart-alerts
Version: 0.1.1
The skill bundle provides a legitimate interface for managing Nansen smart alerts using the `nansen-cli` tool. It follows security best practices by restricting the agent's command execution to the specific `nansen` binary via the `allowed-tools` field. The documentation is consistent with the stated purpose of managing blockchain alerts, and no evidence of malicious instructions, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (manage Nansen smart alerts) match the declared dependency (nansen CLI) and primaryEnv (NANSEN_API_KEY). The requested binary and API key are what you'd expect for a CLI wrapper around Nansen alert management.
Instruction Scope
SKILL.md contains only CLI usage for creating/listing/updating/deleting alerts via the nansen binary. It does explicitly allow posting alert payloads to arbitrary webhook URLs (user-supplied) — this is within the skill's purpose but means alert payloads can be sent to third parties if you configure webhooks.
Install Mechanism
Install uses an npm package (nansen-cli) that provides the nansen binary—this is a typical install for CLI tooling but is a moderate-risk install source (npm packages execute code during install). There is no homepage or source URL in the registry metadata to verify the package provenance.
Credentials
Only a single env var (NANSEN_API_KEY) is required and is declared as the primary credential. That is proportional to the stated functionality. The README warns the key must be an internal Nansen API key — treat it as sensitive.
Persistence & Privilege
Skill is not always-enabled and does not request system-wide persistence or modification of other skills. It is user-invocable and can be autonomously invoked per platform defaults.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nansen-smart-alerts - After installation, invoke the skill by name or use
/nansen-smart-alerts - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- Added support for sending alerts to custom webhooks via --webhook and --webhook-secret flags.
- Updated documentation to describe webhook usage and integration possibilities (server, Zapier, n8n, custom endpoints).
- Clarified that multiple notification channels can be combined (e.g., Telegram, Slack, Webhook).
- Improved option tables to include new flags.
v0.1.0
Initial release with smart alert management features:
- Create, list, update, toggle, and delete smart alerts via CLI.
- Supports alert types: Smart Money Token Flows, Common Token Transfer, Smart Contract Call.
- Rich flag and filtering options for each alert type.
- Multiple notification channels: Telegram, Slack, Discord.
- Internal-only: requires Nansen internal API key.
Metadata
Frequently Asked Questions
What is Nansen Smart Alerts?
Manage smart alerts — list, create, update, toggle, delete. Use when setting up or managing token flow alerts, smart money alerts, or notification rules. It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.
How do I install Nansen Smart Alerts?
Run "/install nansen-smart-alerts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nansen Smart Alerts free?
Yes, Nansen Smart Alerts is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nansen Smart Alerts support?
Nansen Smart Alerts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nansen Smart Alerts?
It is built and maintained by Nansen AI (@nansen-devops); the current version is v0.1.1.
More Skills