# Send Passive Income Monitor to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "passive-income-monitor",
    "name": "Passive Income Monitor",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/mariusfit/passive-income-monitor",
    "canonicalUrl": "https://clawhub.ai/mariusfit/passive-income-monitor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/passive-income-monitor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=passive-income-monitor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/passive-income-monitor"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/passive-income-monitor",
    "downloadUrl": "https://openagent3.xyz/downloads/passive-income-monitor",
    "agentUrl": "https://openagent3.xyz/skills/passive-income-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/passive-income-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/passive-income-monitor/agent.md"
  }
}
```
## Documentation

### passive-income-monitor

Version: 1.0.0
Author: mariusfit
Category: finance, crypto, automation, passive-income
Tags: passive income, crypto, grass, storj, mysterium, defi, staking, yield, monitoring, alerts

### What This Does

Monitors multiple passive income streams from a single command. Tracks bandwidth monetization nodes (Grass.io, Mysterium Network), decentralized storage earnings (Storj), DeFi yield positions, and crypto staking rewards. Provides unified dashboard, earnings summaries, and configurable alerts when earnings drop or nodes go offline.

Zero API keys required for basic mode. Optional API keys unlock richer data.

### Use Cases

Track all passive income sources in one place
Get alerted when a node goes offline or earnings drop
Calculate daily/weekly/monthly earnings projections
Compare actual vs expected yields across DeFi protocols
Log earnings history for tax/accounting purposes

### monitor check — Quick status of all configured streams

bash passive-income-monitor.sh check

Output: Status table (stream name, status, last earned, 24h total)

### monitor earnings — Detailed earnings report

bash passive-income-monitor.sh earnings [--days 7] [--format json|table|csv]

### monitor add <type> <name> <config> — Add income stream

bash passive-income-monitor.sh add grass "node1" --wallet 0xABC...
bash passive-income-monitor.sh add storj "storage1" --api-key KEY --node-id NODE_ID
bash passive-income-monitor.sh add mysterium "node1" --rpc http://localhost:4449
bash passive-income-monitor.sh add defi "aave-usdc" --protocol aave --address 0xABC... --chain ethereum
bash passive-income-monitor.sh add staking "eth-validator" --address 0xABC... --chain ethereum

### monitor remove <name> — Remove income stream

bash passive-income-monitor.sh remove "node1"

### monitor alert <threshold> — Set alert thresholds

bash passive-income-monitor.sh alert --min-daily 5.00 --notify-offline --email user@example.com

### monitor export — Export earnings history

bash passive-income-monitor.sh export --format csv --output earnings-2026.csv

### monitor dashboard — Live terminal dashboard (ncurses-style)

bash passive-income-monitor.sh dashboard

### Supported Platforms

PlatformTypeAPINotesGrass.ioBandwidthPublic APIWallet address requiredMysterium NetworkBandwidthLocal RPCNode must be runningStorjStorageAPI KeyDCS node APIAave v3DeFi LendingPublic on-chainNo key neededCompound v3DeFi LendingPublic on-chainNo key neededLidoETH StakingPublic APIStaking addressEthereum StakingValidatorBeaconcha.in APIValidator pubkeyHeliumIoT NetworkPublic APIWallet address

### Configuration

Config stored in ~/.config/passive-income-monitor/config.json:

{
  "streams": [
    {
      "name": "grass-node1",
      "type": "grass",
      "wallet": "0xABC...",
      "enabled": true
    },
    {
      "name": "mysterium-node",
      "type": "mysterium",
      "rpc": "http://localhost:4449",
      "enabled": true
    }
  ],
  "alerts": {
    "min_daily_usd": 5.00,
    "notify_offline": true,
    "notify_method": "file"
  },
  "currency": "USD"
}

### Alert Methods

file — Write alerts to ~/.config/passive-income-monitor/alerts.log
stdout — Print to terminal
webhook — POST to configured URL (Discord, Slack, custom)
OpenClaw integration: alerts appear as agent notifications

### Output Examples

╔═══════════════════════════════════════════════════════════════╗
║          PASSIVE INCOME MONITOR — 2026-02-24                  ║
╠═══════════════════════════╦═══════════╦══════════╦═══════════╣
║ Stream                    ║ Status    ║ 24h      ║ 7d Total  ║
╠═══════════════════════════╬═══════════╬══════════╬═══════════╣
║ grass-node1               ║ ✅ Online  ║ $0.34    ║ $2.18     ║
║ mysterium-residential     ║ ✅ Online  ║ $0.12    ║ $0.84     ║
║ storj-node                ║ ⚠️ Offline ║ $0.00    ║ $1.92     ║
║ aave-usdc-pos             ║ ✅ Earning ║ $0.28    ║ $1.96     ║
║ lido-staking              ║ ✅ Active  ║ $0.45    ║ $3.15     ║
╠═══════════════════════════╬═══════════╬══════════╬═══════════╣
║ TOTAL                     ║           ║ $1.19    ║ $10.05    ║
╚═══════════════════════════╩═══════════╩══════════╩═══════════╝

⚠️  ALERT: storj-node has been offline >2h. Check node health.
📈 Projected monthly: $35.70 (based on 7d average)

### Requirements

bash 4.0+
curl (for API calls)
jq (for JSON parsing)
bc (for math)
Optional: node.js (for on-chain data via ethers.js)

### Installation

# Via OpenClaw
clawhub install passive-income-monitor

# Manual
bash install.sh

### Notes

All data cached locally; no external tracking or telemetry
Earnings data stored in CSV for privacy and portability
OpenClaw agent can call this tool proactively during heartbeats
Works offline for cached data; requires internet for fresh API calls
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: mariusfit
- Version: 1.0.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/passive-income-monitor)
- [Send to Agent page](https://openagent3.xyz/skills/passive-income-monitor/agent)
- [JSON manifest](https://openagent3.xyz/skills/passive-income-monitor/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/passive-income-monitor/agent.md)
- [Download page](https://openagent3.xyz/downloads/passive-income-monitor)