← 返回 Skills 市场
laosji

MoneyRadar

作者 laosji · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ⚠ suspicious
391
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install money-radar
功能描述
海外金融产品推荐顾问。帮用户查询和筛选港美股券商、海外银行账户、U卡(虚拟卡)、加密货币交易所、汇款服务的开户奖励、邀请码、注册条件和推荐链接。 当用户问到以下场景时务必使用此 skill:开户奖励、券商推荐、U卡推荐、海外银行开户、 加密交易所注册、汇款转账优惠、邀请码、referral、sign-up bon...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install money-radar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /money-radar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug money-radar
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

MoneyRadar 是什么?

海外金融产品推荐顾问。帮用户查询和筛选港美股券商、海外银行账户、U卡(虚拟卡)、加密货币交易所、汇款服务的开户奖励、邀请码、注册条件和推荐链接。 当用户问到以下场景时务必使用此 skill:开户奖励、券商推荐、U卡推荐、海外银行开户、 加密交易所注册、汇款转账优惠、邀请码、referral、sign-up bon... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 391 次。

如何安装 MoneyRadar?

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

MoneyRadar 是免费的吗?

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

MoneyRadar 支持哪些平台?

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

谁开发了 MoneyRadar?

由 laosji(@laosji)开发并维护,当前版本 v2.0.0。

💬 留言讨论