@alphagent/openclaw-plugin
v0.1.1
Published
OpenClaw plugin for Alphagent stock and equity research
Maintainers
Readme
@alphagent/openclaw-plugin
An OpenClaw plugin that exposes a single stock and equity research tool backed by the Alphagent API.
Installation
Install the published package:
openclaw plugins install @alphagent/openclaw-pluginFor local development, install from a local clone:
openclaw plugins install -l /Users/eishanlawrence/dev/alphagent-openclaw-pluginAuthentication
Authenticate through OpenClaw:
openclaw models auth login --provider alphagentThis opens the Alphagent browser sign-in flow and stores a long-lived API key for the plugin.
Tool
alphagent_stock_expert
Ask Alphagent a stock or equity question.
| Parameter | Type | Required | Description |
|---|---|---|---|
| question | string | Yes | A stock or equity question, such as price, valuation, earnings, or market context |
Examples:
- "What is AAPL trading at and what are the key near-term risks?"
- "Compare MSFT and GOOGL on valuation and quality."
- "What should I know about NVDA after its latest earnings?"
Development
pnpm install
pnpm test
pnpm build
openclaw plugins install -l .