١.٠k
★ نجوم
١٣٩
↓ تنزيلات
١٩٦
◉ مشاهدات
// تثبيت المهارة
تثبيت المهارة
المهارات هي كود تابع لأطراف ثالثة من مستودعات GitHub العامة. يفحص SkillHub الأنماط الخبيثة المعروفة، لكنه لا يستطيع ضمان السلامة. راجع الكود المصدري قبل التثبيت.
تثبيت عام (على مستوى المستخدم):
npx skillhub install openclaw/skills/portfolio-watcherتثبيت في المشروع الحالي:
npx skillhub install openclaw/skills/portfolio-watcher --projectskill.install.customTargetHelp
npx skillhub install openclaw/skills/portfolio-watcher --target-dir /path/to/skillsالمسار المقترح: ~/.claude/skills/portfolio-watcher/
محتوى SKILL.md
---
name: portfolio-watcher
description: Monitor stock/crypto holdings, get price alerts, track portfolio performance
author: clawd-team
version: 1.0.0
triggers:
- "check portfolio"
- "stock price"
- "crypto price"
- "set price alert"
- "portfolio performance"
---
# Portfolio Watcher
Monitor your investments through natural conversation. Real-time prices, alerts, and performance tracking.
## What it does
Tracks your stock and crypto holdings, fetches real-time prices, sends alerts when targets are hit, and calculates portfolio performance. No brokerage connection needed—just tell Clawd what you own.
## Usage
**Add holdings:**
```
"I own 50 shares of AAPL at $150"
"Add 0.5 BTC bought at $40,000"
"Track NVDA, bought 20 shares at $280"
```
**Check prices:**
```
"What's TSLA at?"
"Bitcoin price"
"Check all my stocks"
```
**Set alerts:**
```
"Alert me if AAPL hits $200"
"Notify when ETH drops below $2000"
"Remove MSFT alert"
```
**Portfolio overview:**
```
"How's my portfolio doing?"
"Total gains/losses"
"Best and worst performers"
```
## Supported Assets
- US stocks (NYSE, NASDAQ)
- Major cryptocurrencies
- ETFs
- International stocks (limited)
## Tips
- Include purchase price for accurate gain/loss tracking
- Say "update [ticker] to [shares] at [price]" to modify holdings
- Ask "portfolio allocation" for pie chart breakdown
- Prices update every few minutes (not real-time streaming)
- This is informational only—not financial advice
الترخيص
الترخيص المُعلن: MIT
MIT License
Copyright (c) 2026 clawd-team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.عرض الترخيص في المستودع المصدري — النسخة المنشورة هناك هي المرجع.
// تثبيت المهارة
تثبيت المهارة
المهارات هي كود تابع لأطراف ثالثة من مستودعات GitHub العامة. يفحص SkillHub الأنماط الخبيثة المعروفة، لكنه لا يستطيع ضمان السلامة. راجع الكود المصدري قبل التثبيت.
تثبيت عام (على مستوى المستخدم):
npx skillhub install openclaw/skills/portfolio-watcherتثبيت في المشروع الحالي:
npx skillhub install openclaw/skills/portfolio-watcher --projectskill.install.customTargetHelp
npx skillhub install openclaw/skills/portfolio-watcher --target-dir /path/to/skillsالمسار المقترح: ~/.claude/skills/portfolio-watcher/