← 返回 Skills 市场
Tvscreener
作者
Subway-chenyan
· GitHub ↗
· v1.0.0
1527
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install tvscreener
功能描述
Query TradingView screener data for HK, A-share, A-share ETF, and US symbols with deepentropy/tvscreener. Use for stock lookup, technical indicators (price/change/RSI/MACD/volume), symbol filtering, and custom field/filter-based market queries.
安全使用建议
This skill appears coherent and only depends on the public tvscreener package. Before installing/running: (1) confirm you trust the tvscreener PyPI package (review its PyPI/project page and recent releases), since the scripts will pip-install it and it will make network requests to retrieve data; (2) avoid running the pip install as root or in environments containing other critical software—use a dedicated virtualenv/venv; (3) the scripts can write CSVs to paths you pass with --csv—avoid supplying sensitive filesystem locations; (4) no credentials are required by the skill itself, but be mindful of your environment (don't run in a container/session that already holds sensitive API tokens). If you want further assurance, inspect the tvscreener package source on PyPI/GitHub before installing.
功能分析
Type: OpenClaw Skill
Name: tvscreener
Version: 1.0.0
The skill bundle is classified as suspicious due to an arbitrary file write vulnerability. The scripts `scripts/custom_query.py` and `scripts/query_symbol.py` both accept a `--csv` argument, which allows a user to specify an arbitrary file path to write the query results. This could be exploited to overwrite sensitive files on the system if the agent has sufficient permissions. There is no evidence of malicious intent such as data exfiltration, backdoor installation, or prompt injection against the agent to perform unauthorized actions.
能力评估
Purpose & Capability
Name/description match the bundled scripts and references: all code imports and uses the tvscreener package to query markets/fields/filters. There are no unrelated binaries, credentials, or config paths requested.
Instruction Scope
SKILL.md tells the user to pip-install tvscreener and run the provided scripts. The scripts only call the tvscreener API, perform local dataframe/CSV I/O, and parse CLI arguments—there are no instructions to read unrelated system files or transmit data to unexpected endpoints. Note: the tvscreener library itself will make network calls to fetch screener data (expected behavior).
Install Mechanism
There is no platform-level install spec in the registry, but SKILL.md and the shell scripts call `python3 -m pip install -U tvscreener`. This is a standard PyPI installation (moderate trust surface). The skill does not download code from arbitrary URLs or include extract/install of unknown archives.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The scripts do not read environment variables beyond optional PYTHON_BIN in the shell wrappers. This is proportionate for a read-only data-querying tool.
Persistence & Privilege
The skill is not always-enabled, does not request elevated or persistent system privileges, and does not modify other skills or global agent configuration. It only installs a Python dependency into the user's environment when run (via pip).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tvscreener - 安装完成后,直接呼叫该 Skill 的名称或使用
/tvscreener触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of tvscreener skill.
- Provides market queries for HK, A-share, A-share ETF, and US stocks using deepentropy/tvscreener.
- Supports stock lookups, technical indicators (price, change, RSI, MACD, volume), symbol filters, and custom queries.
- Includes example scripts for querying symbols, discovering fields, and running field/filter-based queries.
- Detailed troubleshooting and reference documentation provided.
元数据
常见问题
Tvscreener 是什么?
Query TradingView screener data for HK, A-share, A-share ETF, and US symbols with deepentropy/tvscreener. Use for stock lookup, technical indicators (price/change/RSI/MACD/volume), symbol filtering, and custom field/filter-based market queries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1527 次。
如何安装 Tvscreener?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tvscreener」即可一键安装,无需额外配置。
Tvscreener 是免费的吗?
是的,Tvscreener 完全免费(开源免费),可自由下载、安装和使用。
Tvscreener 支持哪些平台?
Tvscreener 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tvscreener?
由 Subway-chenyan(@subway-chenyan)开发并维护,当前版本 v1.0.0。
推荐 Skills