← 返回 Skills 市场
uddin-rajaul

Nepse Analyst

作者 uddin-rajaul · GitHub ↗ · v1.0.0 · MIT-0
linux ✓ 安全检测通过
88
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nepse-skill
功能描述
NEPSE stock market analyst for Nepal. Use this skill whenever the user asks about NEPSE stocks, share prices, technical analysis, buy/sell signals, market al...
安全使用建议
This package appears to be what it claims: NEPSE scraping + indicator calculations + optional Telegram alerts. Before installing: (1) Review setup.sh — it runs pip3 and uses --break-system-packages which can affect system-managed Python packages; consider running in a virtualenv/container instead of system Python. (2) The setup script copies nepse_fetch.py but not rsi_alert.py — if you need intraday alerts, copy rsi_alert.py into the skill scripts directory and make it executable. (3) The scripts will create and write JSON files under the skill workspace (watchlist.json, alerts.json, open_prices.json, rsi_history.json); ensure you are comfortable with that location. (4) Telegram notifications require you to provide bot token and chat id; only provide those to trusted skills and keep them secret. (5) If you want tighter isolation, run the scripts in a contained environment (container or dedicated user) because they perform network requests to merolagani.com/sharesansar.com and to api.telegram.org. If you want me to, I can list exactly which files are written/modified and provide a minimal safe install command that avoids --break-system-packages.
功能分析
Type: OpenClaw Skill Name: nepse-skill Version: 1.0.0 The NEPSE Analyst skill is a legitimate tool designed for monitoring and analyzing the Nepal Stock Market. The skill fetches public market data from Merolagani and Sharesansar using standard scraping techniques in `nepse_fetch.py` and `rsi_alert.py`. It provides technical indicators (EMA, RSI, ADX) and fundamental data analysis. The Telegram integration is used solely for user-configured price alerts and daily summaries. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the code is transparent and aligns with its stated purpose.
能力标签
crypto
能力评估
Purpose & Capability
The name/description match the provided scripts: scraping NEPSE sites, computing indicators, managing a watchlist and sending Telegram alerts. Required binary (python3) and Python deps are appropriate for the stated purpose.
Instruction Scope
Runtime instructions limit actions to scraping Merolagani/Sharesansar, computing indicators, watchlist/alert management, and optionally sending Telegram messages. The scripts create and write local JSON files under the skill directory (watchlist, alerts, open_prices, rsi_history). They do not access unrelated system configs or other credentials. Note: SKILL.md and setup.sh recommend cron/OpenClaw scheduling and Telegram integration (optional).
Install Mechanism
There is no formal install spec in registry (instruction-only), but a provided setup.sh performs pip3 installs and copies files into the OpenClaw workspace. The setup script uses pip3 with --break-system-packages, which is intrusive on systems that protect system packages (can be risky); the installer also omits copying some included files (rsi_alert.py is not copied by the script), a small operational inconsistency.
Credentials
No required env vars are declared in registry metadata, and the skill runs without credentials. The code supports optional TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID environment variables for alert delivery — reasonable for the alert feature but not declared as required. No other secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. The setup script instructs adding env entries to OpenClaw config and restarting the gateway, which is normal for enabling a skill. The skill stores state in its own data directory and does not modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nepse-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nepse-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Adaptive NEPSE stock analysis skill for Nepal. - Provides technical analysis, fundamentals, and market alerts for NEPSE stocks. - Adapts all indicators (EMA, RSI, ADX, OBV) to limited or new stock data; transparently notes data quality. - Offers watchlist management and price alerts, with instructions for cron-based daily alerting. - Returns structured, NEPSE-specific analysis with strong risk disclaimers. - Scrapes data from Merolagani; falls back to Sharesansar if needed. - Requires Python3 and installs dependencies automatically if missing.
元数据
Slug nepse-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nepse Analyst 是什么?

NEPSE stock market analyst for Nepal. Use this skill whenever the user asks about NEPSE stocks, share prices, technical analysis, buy/sell signals, market al... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。

如何安装 Nepse Analyst?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nepse-skill」即可一键安装,无需额外配置。

Nepse Analyst 是免费的吗?

是的,Nepse Analyst 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nepse Analyst 支持哪些平台?

Nepse Analyst 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux)。

谁开发了 Nepse Analyst?

由 uddin-rajaul(@uddin-rajaul)开发并维护,当前版本 v1.0.0。

💬 留言讨论