Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

content-stock

v1.0.0

Analyze themes/news for stock selection

0· 325· 1 versions· 0 current· 0 all-time· Updated 11h ago· MIT-0

Install

openclaw skills install content-stock

题材选股技能

此技能基于关键词、新闻标题或报告进行题材选股分析。

使用方法

设置环境变量 EASYALPHA_API_KEY,然后调用 get_content_stock(request) 函数,其中 request 是包含 querytype 的对象。

参数

  • query: string - 分析查询
  • type: string - 分析深度 ("fast" 或 "deep")

示例

const { get_content_stock } = require('./content_stock');

async function main() {
    const req = { query: "新能源题材", type: "deep" };
    for await (const line of get_content_stock(req)) {
        process.stdout.write(line);
    }
}

main();

� �

Version tags

latestvk97fhjy9r381pm0awfvkagxwcn84d0qk

Runtime requirements

Binsnode
EnvEASYALPHA_API_KEY
Primary envEASYALPHA_API_KEY