Skill flagged — suspicious patterns detected

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

Currency Forecast

v1.0.0

Professional currency exchange rate analysis and forecasting tool. Provides technical analysis, market research, and predictive insights for currency pairs l...

0· 203·0 current·0 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.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Currency Forecast" (nicowu07/currency-forecast) from ClawHub.
Skill page: https://clawhub.ai/nicowu07/currency-forecast
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

ClawHub CLI

Package manager switcher

npx clawhub@latest install currency-forecast
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The README promises technical indicators and "predictive modeling", but the included scripts/analyze.py returns only placeholder None values and contains no data-fetching or modeling logic. No ML libraries or data-processing dependencies are declared, so the implementation does not match the advertised capabilities.
!
Instruction Scope
SKILL.md instructs the agent to use built-in exec for API calls and web_search for market research. 'exec' is vague and grants the agent broad discretion to run arbitrary shell commands (e.g., curl, wget, or anything else on PATH). The instructions do not specify safe, constrained commands or how external data should be validated; they also reference Frankfurter API but provide no concrete fetch or parsing steps.
Install Mechanism
No install spec is present and this is instruction-only aside from a small local script. Nothing is downloaded or written to disk by an installer, which minimizes install-time risk.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate given the declared use of the public Frankfurter API (which requires no key) and web searches.
Persistence & Privilege
always is false and the skill does not request persistent system changes or modifications to other skills. Autonomous invocation is allowed (platform default) but not combined with elevated privileges here.
What to consider before installing
This skill's description promises professional forecasting, but the only included code is a placeholder and there are no declared dependencies for modeling. The runtime instructions allow the agent to run arbitrary shell commands via 'exec' to call APIs — that gives the agent broad power to run any command on your system if invoked. Before installing or using: (1) don't provide secrets or credentials to this skill; (2) review or restrict what 'exec' is permitted to run in your agent environment; (3) treat outputs as experimental because no actual data-fetch or model code is present; and (4) ask the author for the real implementation or concrete fetch/modeling code (or an explanation why those features are missing) before relying on it for trading decisions.

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

Runtime requirements

💱 Clawdis
latestvk97e2qkqz5m1mpr0wwqs3n1tyd8377z6
203downloads
0stars
1versions
Updated 23h ago
v1.0.0
MIT-0

Currency Forecast Skill

Professional currency exchange rate analysis and forecasting using technical indicators, market research, and predictive modeling.

Features

  • Technical Analysis: Moving averages, trend lines, support/resistance levels
  • Market Research: Real-time market factors and news analysis
  • Predictive Modeling: Short, medium, and long-term forecasts
  • Multi-Currency Support: Works with any currency pair supported by Frankfurter API

Usage

Basic Analysis

Analyze AUD/CNY exchange rate

With Specific Parameters

Forecast USD/EUR with 30-day historical data

Custom Threshold Alert

Check if AUD/CNY is below 4.82 and provide analysis

Supported Currency Pairs

Any pair supported by Frankfurter API:

  • AUD/CNY, AUD/USD, AUD/EUR
  • USD/CNY, USD/EUR, USD/JPY
  • EUR/CNY, EUR/USD
  • And more...

Data Sources

  • Frankfurter API: Historical exchange rate data
  • Web Search: Current market conditions and news
  • Technical Indicators: Calculated locally

Output Format

The skill generates a comprehensive report including:

  1. Technical Analysis (MA, trends, volatility)
  2. Fundamental Analysis (market factors)
  3. Professional Forecasts (short/medium/long-term)
  4. Trading Recommendations

Example Output

## 📊 AUD/CNY Technical Analysis

Current Rate: 4.8583
7-day MA: 4.8826 (below)
Trend: Downward slope -0.000175
Support: 4.8376 | Resistance: 4.9100

## Market Factors
- RBA Rate: 4.10% (hawkish)
- PBOC Policy: Loose (3.0%)
- Iron Ore: $95/ton (rebounding)

## Forecast
Short-term: 4.82 ~ 4.92
Medium-term: 4.80 ~ 4.95
Long-term: Target 5.36 by end 2026

Installation

No additional setup required. Uses built-in tools:

  • exec for API calls
  • web_search for market research

Version

1.0.0

Comments

Loading comments...