Install
openclaw skills install news-impact-analyzerInput news text and use an LLM to analyze its impact on stock market sectors and concepts (bullish/bearish/neutral) along with the underlying logic.
openclaw skills install news-impact-analyzerThis is a Skill designed to assist with stock market investment research and analysis.
npm install.To use this Skill, you must set the following environment variable:
EASYALPHA_API_KEY: Your authentication token. You can obtain this by registering an account at https://easyalpha.duckdns.org.NEWS_EXTRACTOR_SERVER_URL: The backend analysis server address (e.g., http://localhost:8000). Default is https://easyalpha.duckdns.org.User: "Analyze the impact of this news regarding a breakthrough in AI chips: A certain tech company announced a major breakthrough in computing-in-memory chips, expecting mass production next year..."
Agent Action:
node scripts/analyze_news.js "<news text content>"