An automated stock monitoring tool that fetches data from Google Finance to provide price alerts, news updates, and heuristic buy/sell signals.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install google-finance
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install google-finance using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables developers and traders to automate their market research by pulling real-time data from Google Finance without requiring expensive API keys. By leveraging Openclaw Skills, users can maintain a local watchlist, monitor market momentum, and receive structured reports on stock performance directly within their agent workflow.
The tool provides a robust framework for technical analysis, covering valuation, volume, and news sentiment to help users make informed observations about their assets. It is designed to run locally, ensuring data privacy while providing professional-grade insights through a simple CLI interface.
To get started with this skill, ensure you have python3 installed on your system. No API keys are required.
# Add a stock to your watchlist (e.g., Tesla)
python3 {baseDir}/scripts/parse-stock.py --add TSLA
# Run a summary check on all watched stocks
python3 {baseDir}/scripts/parse-stock.py --check --summary
# Check a specific symbol for detailed analysis
python3 {baseDir}/scripts/parse-stock.py --check --symbol AAPL
The skill maintains state locally in ~/.openclaw/workspace/stock-tracker-state.json to track changes over time.
| Field | Type | Description |
|---|---|---|
watchlist |
Array | List of ticker symbols including exchange suffixes (e.g., NVDA:NASDAQ). |
lastChecked |
String | ISO 8601 timestamp of the most recent data fetch. |
snapshots |
Object | Detailed price, change percentage, and timestamp per symbol. |
Loading
A sophisticated integration for controlling Spotify playback on remote Connect devices across multiple authenticated accounts.

A comprehensive system for managing distributed AI inference clusters across heterogeneous hardware using Ollama, llama.cpp, and LiteLLM.

proxymock is a transparent proxy-based tool designed to capture, inspect, and replay real API and database traffic to create instant mocks and automated tests without code changes.

A professional-grade ADB automation tool for TikTok that uses AI or templates to drive authentic engagement on Android devices.

A cryptographic utility for verifying and cross-signing Matrix devices to ensure secure end-to-end encryption.

An autonomous income generation skill that enables AI agents to discover, evaluate, and complete bounties across decentralized work platforms.








































