# Send Clawhub Skill Passive Income Tracker 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-tracker",
    "name": "Clawhub Skill Passive Income Tracker",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/mariusfit/passive-income-tracker",
    "canonicalUrl": "https://clawhub.ai/mariusfit/passive-income-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/passive-income-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=passive-income-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "skill.json"
    ],
    "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-tracker"
    },
    "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-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/passive-income-tracker",
    "agentUrl": "https://openagent3.xyz/skills/passive-income-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/passive-income-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/passive-income-tracker/agent.md"
  }
}
```
## Documentation

### Passive Income Tracker — Bandwidth & Crypto Earnings Dashboard

Track all your passive income crypto apps from one place. Unified dashboard showing daily earnings, payout history, and USD/EUR totals across Grass.io, Storj, Mysterium, Honeygain, EarnApp, and more.

### What It Does

Unified earnings dashboard — all apps in one view
Daily/weekly summaries — automatically messaged to WhatsApp/Telegram
Payout tracking — logs confirmed payouts and estimates pending rewards
USD/EUR conversion — fetches live crypto prices for fiat estimates
Uptime correlation — cross-checks earnings with service uptime
Alert on low earnings — warns if an app stops earning (node down?)
CSV/JSON export — for spreadsheet or tax reporting

### Supported Apps

AppMethodDataGrass.ioAPI (session token)Points, bandwidth used, tierStorjSatellite APIStorage used, earnings, payoutsMysteriumLocal node API (3478)Sessions, GiB shared, MYST earnedHoneygainAPI (email+pass)Credits, referrals, balanceEarnAppAPI (token)Bandwidth sold, balance, trafficPeer2ProfitAPI (token)P2P traffic earningsCustomHTTP endpointJSON polling

### Quick Start

# Initialize tracker
passive-income-tracker init

# Add Grass.io (requires session token from browser)
passive-income-tracker add-app grass \\
  --token "your-grass-session-token"

# Add Storj node
passive-income-tracker add-app storj \\
  --satellite "us1.storj.io:7777" \\
  --api-key "your-api-key"

# Add Mysterium node (local)
passive-income-tracker add-app mysterium \\
  --node-url "http://localhost:3478"

# Check current earnings
passive-income-tracker status

# Get weekly summary
passive-income-tracker summary --period week

# Setup daily WhatsApp report at 8am
passive-income-tracker alert-setup \\
  --channel whatsapp \\
  --schedule "every day at 8am"

### Commands

CommandDescriptionpassive-income-tracker initSet up config and data directorypassive-income-tracker add-app <name>Add a new passive income apppassive-income-tracker listShow all configured appspassive-income-tracker statusCurrent earnings for all appspassive-income-tracker summaryDaily/weekly/monthly summarypassive-income-tracker history [app]Earnings history chartpassive-income-tracker alert-setupConfigure alerts and reportspassive-income-tracker exportExport to CSV/JSON

### Example Output

╔══════════════════════════════════════════════╗
║   PASSIVE INCOME TRACKER — 2026-02-25        ║
╠══════════════════════════════════════════════╣
║ App          │ Today    │ This Week │ Status  ║
╠══════════════════════════════════════════════╣
║ Grass.io     │ 412 pts  │ 2,891 pts │ 🟢 LIVE ║
║ Storj        │ $0.84    │ $5.88     │ 🟢 LIVE ║
║ Mysterium    │ 0.31 MYST│ 2.17 MYST │ 🟢 LIVE ║
║ Honeygain    │ $0.22    │ $1.54     │ 🟢 LIVE ║
╠══════════════════════════════════════════════╣
║ TOTAL (est.) │ ~$1.87   │ ~$13.09   │         ║
║ Monthly est. │          │           │ ~$56/mo ║
╚══════════════════════════════════════════════╝

💡 Grass.io earnings down 18% vs yesterday. Check node uptime.

### Daily WhatsApp Summary

When alerts are configured, you get a morning message:

📊 Passive Income — Daily Report (Feb 25)

Grass.io: 412 pts (+3.2%)
Storj: $0.84 (+1.1%)
Mysterium: 0.31 MYST (~$0.47)
Honeygain: $0.22

Total: ~$1.87 today
Weekly: ~$13.09
Monthly projection: ~$56

⚡ Action: Storj payout threshold ($10) reached in 3 days

### Grass.io Setup

Getting your session token:

Login at app.getgrass.io in Chrome
Open DevTools → Application → Local Storage → app.getgrass.io
Copy userId and accessToken values
Paste into passive-income-tracker add-app grass --token <accessToken>

Note: Grass.io doesn't have an official public API. This skill uses the same endpoints as the web dashboard. Token may expire; re-auth if earnings show as 0.

### Storj Setup

# Get API key from Storj dashboard → Access → Create API Key
passive-income-tracker add-app storj \\
  --satellite "eu1.storj.io:7777" \\
  --api-key "your-16-char-key" \\
  --wallet "0xYourEthereumAddress"

### Mysterium Setup

# Mysterium node must be running locally (Docker or native)
# Default API port is 4449 (not 3478 — check your config)
passive-income-tracker add-app mysterium \\
  --node-url "http://localhost:4449" \\
  --token "$(cat ~/.mysterium/keystore/node.key)"

### Price Data

Live prices fetched from CoinGecko (free, no API key). Supported:

MYST → EUR/USD
STORJ → EUR/USD
GRASS token → EUR/USD (when listed)
Custom token → by CoinGecko ID

### Data & Privacy

All data stored locally at ~/.openclaw/workspace/passive-income-tracker/. SQLite database. No telemetry, no cloud sync. API tokens stored encrypted at rest.

### Tax Export

# Export 2025 earnings for tax reporting
passive-income-tracker export \\
  --from 2025-01-01 \\
  --to 2025-12-31 \\
  --format csv \\
  --output ~/passive-income-2025.csv

Output includes: date, app, amount, currency, USD_value, EUR_value (at time of earning).

### Requirements

Python 3.8+
OpenClaw 1.0+
Running passive income apps (Grass, Storj, Mysterium, etc.)
Optional: CoinGecko API (free tier works)

### Source & Issues

Source: https://github.com/mariusfit/passive-income-tracker
Issues: https://github.com/mariusfit/passive-income-tracker/issues
Author: @mariusfit
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: mariusfit
- Version: 1.0.0
## 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-tracker)
- [Send to Agent page](https://openagent3.xyz/skills/passive-income-tracker/agent)
- [JSON manifest](https://openagent3.xyz/skills/passive-income-tracker/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/passive-income-tracker/agent.md)
- [Download page](https://openagent3.xyz/downloads/passive-income-tracker)