Currency Forecast Pro

v1.0.0

Professional currency exchange rate analysis and forecasting for any currency pair. Provides technical analysis, trend prediction, and market insights using...

0· 207·1 current·1 all-time
byNico Wu@nicowu07

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for nicowu07/currency-forecast-pro.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Currency Forecast Pro" (nicowu07/currency-forecast-pro) from ClawHub.
Skill page: https://clawhub.ai/nicowu07/currency-forecast-pro
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install currency-forecast-pro

ClawHub CLI

Package manager switcher

npx clawhub@latest install currency-forecast-pro
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

💹 Clawdis
latestvk974xd8hjd23rhj4t277vp08z5837m1c
207downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

Comments

Loading comments...