← 返回 Skills 市场
nicowu07

Currency Forecast Pro

作者 Nico Wu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
210
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install currency-forecast-pro
功能描述
Professional currency exchange rate analysis and forecasting for any currency pair. Provides technical analysis, trend prediction, and market insights using...
使用说明 (SKILL.md)

Currency Forecast Pro

A professional-grade currency analysis tool that provides comprehensive exchange rate forecasting for any currency pair.

Features

  • Universal Currency Support: Works with any currency pair (USD/EUR, GBP/JPY, AUD/CNY, etc.)
  • Technical Analysis: Moving averages (7/14/30-day), trend lines, support/resistance levels
  • Predictive Modeling: Short-term (7-day) and medium-term (30-day) forecasts
  • Market Context: Real-time market research and economic factors
  • Risk Assessment: Volatility analysis and confidence intervals

Usage

Basic Forecast

Forecast USD/EUR exchange rate

Specific Timeframe

Analyze GBP/JPY with 60 days of historical data

Compare Multiple Pairs

Compare USD/CNY and EUR/USD forecasts

Supported Currencies

All major currencies supported by Frankfurter API:

  • Major: USD, EUR, GBP, JPY, CHF, CAD, AUD, NZD
  • Asian: CNY, HKD, SGD, KRW, INR, THB, MYR, IDR
  • European: SEK, NOK, DKK, PLN, CZK, HUF, RON
  • Others: MXN, BRL, ZAR, TRY, RUB, AED, SAR

Output Format

💹 Currency Forecast: USD/EUR

📊 Technical Analysis
Current: 0.9234
MA7: 0.9210 | MA14: 0.9185 | MA30: 0.9150
Trend: Upward 📈 (slope: +0.00012)
Support: 0.9100 | Resistance: 0.9350
Volatility: 0.45% daily

📰 Market Context
• Fed Policy: Hawkish stance
• ECB: Dovish outlook
• US Data: Strong employment

🔮 Forecasts
7-day: 0.9250 ~ 0.9300 (+0.2% ~ +0.7%)
30-day: 0.9300 ~ 0.9450 (+0.7% ~ +2.3%)
Confidence: High

⚠️ Risk Factors
- Upcoming Fed meeting
- EU inflation data
- Geopolitical tensions

Data Sources

  • Frankfurter API: ECB reference rates, historical data
  • Web Search: Current market conditions and news
  • Technical Indicators: Calculated locally using statistical methods

Technical Details

Indicators Calculated

  1. Moving Averages: Simple MA for 7, 14, and 30-day periods
  2. Trend Analysis: Linear regression slope over 30 days
  3. Support/Resistance: Min/Max of recent 20-day range
  4. Volatility: Average absolute daily change percentage
  5. Forecast: Linear projection with volatility bands

Forecast Methodology

  • Short-term (7-day): Linear trend projection
  • Medium-term (30-day): Trend + seasonal adjustment
  • Confidence levels based on recent volatility

Installation

No additional dependencies required. Uses:

  • exec for API calls
  • web_search for market research

Examples

Example 1: Major Pair

User: Forecast EUR/USD
Agent: [Comprehensive analysis with 75-day data]

Example 2: Asian Currencies

User: Analyze USD/CNY and USD/JPY
Agent: [Comparative analysis of both pairs]

Example 3: Commodity Currencies

User: What's the outlook for AUD and CAD against USD?
Agent: [Analysis considering commodity price factors]

Version History

  • 1.0.0: Initial release with full technical analysis

License

MIT-0 - Free to use, modify, and redistribute

Author

Created by clawclaw for OpenClaw

安全使用建议
This skill appears to do what it says: it fetches FX rates from the Frankfurter API and runs local analysis. Before installing, consider: (1) the agent may perform web searches for market news — those queries go to external search services and could expose any sensitive text you include; (2) the Python script makes outbound HTTP calls to api.frankfurter.app (no credentials requested); (3) verify the repo/homepage link if you need an authoritative source (the manifest and registry metadata are slightly inconsistent). If you plan to use private or sensitive currency data, avoid including it in queries the agent will search externally. Otherwise this skill is internally consistent and low-risk.
功能分析
Type: OpenClaw Skill Name: currency-forecast-pro Version: 1.0.0 The currency-forecast-pro skill bundle is a legitimate tool for exchange rate analysis. The core logic in scripts/analyze.py uses the public Frankfurter API (api.frankfurter.app) to fetch historical data and performs standard statistical calculations (moving averages, linear regression) for forecasting. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name/description, SKILL.md, and scripts/analyze.py align: the skill fetches historical FX rates and computes technical indicators/forecasts. Small inconsistencies: SKILL.md claims 'real-time market research' and lists 'web_search' for news (an agent-side tool), and Installation notes mention using 'exec' for API calls — the provided Python script uses urllib to call the Frankfurter API directly. _meta.json contains a homepage URL while the registry summary listed none.
Instruction Scope
SKILL.md instructs the agent to use the Frankfurter API and to perform web_search for market context. The provided script only fetches data from api.frankfurter.app and performs local calculations; the SKILL.md's web_search guidance means the agent (not the script) may query external search engines for news, which is expected for market context but could leak any user-supplied query text to those search endpoints if the agent forwards it.
Install Mechanism
No install spec is present (instruction-only plus a Python script). Nothing in the manifest downloads or extracts remote archives. The script is plain, not obfuscated, and uses standard library urllib for network access.
Credentials
No environment variables, credentials, or config paths are required. The script does not read secrets or system config. This is proportionate to the described functionality.
Persistence & Privilege
The skill is not always-enabled, does not request elevated or persistent privileges, and does not modify other skills or system-wide settings. Autonomous invocation is allowed by default but not excessive here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install currency-forecast-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /currency-forecast-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
currency-forecast-pro 1.0.0 - Initial release of a professional currency exchange rate analysis and forecasting tool. - Supports all major currency pairs with real-time data via Frankfurter API. - Provides technical analysis: moving averages, trend, support/resistance, volatility. - Forecasts with confidence intervals for 7-day and 30-day outlooks. - Real-time market context from web research and economic news. - No external dependencies required.
元数据
Slug currency-forecast-pro
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Currency Forecast Pro 是什么?

Professional currency exchange rate analysis and forecasting for any currency pair. Provides technical analysis, trend prediction, and market insights using... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 210 次。

如何安装 Currency Forecast Pro?

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

Currency Forecast Pro 是免费的吗?

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

Currency Forecast Pro 支持哪些平台?

Currency Forecast Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Currency Forecast Pro?

由 Nico Wu(@nicowu07)开发并维护,当前版本 v1.0.0。

💬 留言讨论