← Back to Skills Marketplace
391
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install money-radar
Description
海外金融产品推荐顾问。帮用户查询和筛选港美股券商、海外银行账户、U卡(虚拟卡)、加密货币交易所、汇款服务的开户奖励、邀请码、注册条件和推荐链接。 当用户问到以下场景时务必使用此 skill:开户奖励、券商推荐、U卡推荐、海外银行开户、 加密交易所注册、汇款转账优惠、邀请码、referral、sign-up bon...
Usage Guidance
What to consider before installing MoneyRadar:
- The skill fetches referral data from a single external site (laosji.net). Verify that domain yourself (trustworthiness, privacy policy, and uptime). If the site is compromised, the skill will surface whatever is hosted there.
- The SKILL.md runs an inline python3 filter, but python3 is not declared in required binaries. Confirm your runtime has python3 available or ask the skill author to declare it. Missing runtime assumptions can cause failures or unexpected fallback behavior.
- The skill explicitly instructs agents to always use the provided referralLink (tracking links). Expect monetization bias: recommendations may prioritize offers that contain referral links. Consider whether you want the agent to use referral links automatically.
- The skill does not request any secrets or local files, which is good. Still, treat referral links and external links as untrusted before clicking — inspect the URL and its destination.
- If you rely on this for financial decisions, double-check the current offers on the official provider sites (the SKILL.md itself warns that offers can change). Consider requiring the skill to provide the original source URL and a plain link to the provider’s official site in addition to the referral link.
If you decide to install: (1) ask the author to add python3 to the declared required binaries; (2) consider adding validation (e.g., domain allowlist, URL safety checks) or requesting the skill include both referral and official non-tracking links; (3) monitor initial outputs to ensure the skill isn’t returning unexpected or malicious destinations.
Capability Analysis
Type: OpenClaw Skill
Name: money-radar
Version: 2.0.0
The 'money-radar' skill (SKILL.md) functions as a financial referral aggregator that fetches data from 'https://laosji.net/data/referrals.json'. It utilizes high-risk capabilities by instructing the AI agent to use 'curl' and pipe results into 'python3' for processing. A notable vulnerability exists in the instructions where the agent is told to modify Python code snippets with user-supplied strings (e.g., category names), which could lead to code injection if the agent does not properly sanitize the input. While the skill's actions appear consistent with its stated goal of providing sign-up bonuses and referral links, the execution of shell commands and dynamic code construction is inherently risky.
Capability Assessment
Purpose & Capability
The skill's name/description (recommending overseas financial products and using referral links) aligns with its runtime instructions: it fetches a public JSON from laosji.net and formats recommendations. However, the SKILL.md expects using python3 for filtering, but the registry metadata only declares curl as a required binary — python3 is not listed. Also the skill is tightly coupled to a single external data source (laosji.net) which is not validated in the skill metadata.
Instruction Scope
Instructions limit actions to fetching a public JSON and producing recommendations, and they do not request local files or secrets. Concerns: (1) the SKILL.md explicitly instructs to 'always use' the referralLink (built-in monetization/tracking bias) and to include referral links without additional validation; (2) it requires running an inline python3 filter but python3 is not declared as a required binary; (3) reliance on one external endpoint (https://laosji.net/data/referrals.json) means correctness and safety depend on that external site’s integrity. The instructions do not include link safety checks or validation of content before presenting links to users.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — lowest risk from installation. It only requires the runtime to have curl available (metadata lists curl).
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate to its stated function of reading a public JSON and formatting recommendations.
Persistence & Privilege
always:false and default invocation settings are used (no force-installed or special persistent privileges). The skill does not request to modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install money-radar - After installation, invoke the skill by name or use
/money-radar - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Version 2.0.0 — Major upgrade for smarter, region-aware overseas finance recommendations
- Upgraded from a simple offer query tool to an intelligent advisor: now analyzes user identity, region, and needs before recommending products.
- Reworked data structure: supports richer product info and region-matching logic.
- Adds region/identity-based smart filtering to recommend only accounts the user can actually register.
- Enhanced response format: includes not just bonus, but also requirements, links, update time, detailed tutorials (where available), plus added tips and disclaimers.
- Now always prompts user to clarify location if unclear, for more relevant results.
- Expanded product categories and blog tutorial mapping for deeper guidance.
- Removed logo.svg.
v1.1.1
v1.1.1: Migrated data source from Supabase API to GitHub Pages static JSON for improved security (no API key required). Updated query commands to use jq filters on static JSON.
v1.1.0
Major update: Switched from a dynamic API to a static, no-auth JSON data source.
- Data now served from a public static JSON file on GitHub Pages; no API key or authentication required.
- Updated all query examples to use `curl` with direct JSON access and `jq` for filtering.
- Revised data model: categories with item arrays; field names and structure are simpler.
- Output and filtering instructions updated to match the new data structure.
- API references, authentication details, and endpoint notes removed for clarity.
- Documentation streamlined for easier data querying and usage.
v1.0.0
Initial release of MoneyRadar – a real-time financial sign-up bonus query tool.
- Provides real-time queries for bonuses from banks, brokers, U-cards, crypto exchanges, SIM cards, and remittance services.
- Includes sample curl commands for fetching all, category-specific, hot/featured, and region-filtered offers.
- Clearly documents all response fields and output formatting for users.
- Supports language detection (Chinese/English) for appropriate field display.
- Read-only with security and linking instructions.
Metadata
Frequently Asked Questions
What is MoneyRadar?
海外金融产品推荐顾问。帮用户查询和筛选港美股券商、海外银行账户、U卡(虚拟卡)、加密货币交易所、汇款服务的开户奖励、邀请码、注册条件和推荐链接。 当用户问到以下场景时务必使用此 skill:开户奖励、券商推荐、U卡推荐、海外银行开户、 加密交易所注册、汇款转账优惠、邀请码、referral、sign-up bon... It is an AI Agent Skill for Claude Code / OpenClaw, with 391 downloads so far.
How do I install MoneyRadar?
Run "/install money-radar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MoneyRadar free?
Yes, MoneyRadar is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MoneyRadar support?
MoneyRadar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MoneyRadar?
It is built and maintained by laosji (@laosji); the current version is v2.0.0.
More Skills