← 返回 Skills 市场
281
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install my-ssm-business-lookup
功能描述
Look up Malaysian company registration data from SSM. Returns directors, status, filings, business type.
安全使用建议
This skill will charge users (SKILLPAY_API_KEY is required) and sends every query to a third‑party worker (ssm-api.swmengappdev.workers.dev) rather than an official SSM endpoint. Before installing: 1) Confirm you trust the operator (who runs the swmengappdev worker) and understand their data handling/privacy and retention policies. 2) Ask the publisher where the SSM data is sourced from and whether it’s licensed/scraped lawfully. 3) Consider testing with non‑sensitive queries first and review returned data for accuracy. 4) If you must protect query confidentiality, do not provide SKILLPAY_API_KEY or block outbound network calls to unknown hosts. If the publisher can document provenance or point to a well‑known official API/proxy, that would reduce the risk.
功能分析
Type: OpenClaw Skill
Name: my-ssm-business-lookup
Version: 1.0.0
The skill bundle is a well-structured Cloudflare Worker designed to look up Malaysian company registration data via a third-party API (ssm-api.swmengappdev.workers.dev). It implements a transparent billing mechanism using SkillPay.me as documented in SKILL.md and src/index.ts, and lacks any indicators of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the code's declared functionality (look up Malaysian SSM data). The declared required env var (SKILLPAY_API_KEY) aligns with the built-in billing call. However, the code queries a third‑party backend (SSM_API_BASE = https://ssm-api.swmengappdev.workers.dev) rather than an official SSM API; the SKILL.md does not disclose that a non‑official service will receive all queries.
Instruction Scope
The runtime instructions are minimal, but the implementation sends the user's query (name or registration number) to an external worker endpoint. The SKILL.md does not mention this external endpoint or who operates it. Data (company queries) will be transmitted off‑platform to that third party — users should be informed about where queries go and how results are sourced and stored.
Install Mechanism
There is no install spec and no downloads. The skill is instruction/code only and appears intended to run as a Cloudflare Worker (wrangler.toml present). No installers or archive downloads were found.
Credentials
Only SKILLPAY_API_KEY is required, and this is used by the code to charge the caller via chargeUser(). Requiring a billing API key is proportionate to the advertised per‑call pricing. No unrelated credentials or broad filesystem paths are requested.
Persistence & Privilege
The skill is not always‑on and does not request elevated platform privileges. It does not modify other skills' configs. Autonomous invocation is allowed (platform default) but not combined with other high‑risk privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install my-ssm-business-lookup - 安装完成后,直接呼叫该 Skill 的名称或使用
/my-ssm-business-lookup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Malaysian SSM business lookup skill:
- Search for Malaysian companies by name or registration number.
- Returns structured company details: directors, status, filings, business type, and more.
- Supports auto-detect of search type.
- Requires SKILLPAY_API_KEY for access.
- Usage is priced at $0.05 USDT per call via SkillPay.me.
元数据
常见问题
Malaysian Business Lookup (SSM) 是什么?
Look up Malaysian company registration data from SSM. Returns directors, status, filings, business type. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 281 次。
如何安装 Malaysian Business Lookup (SSM)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install my-ssm-business-lookup」即可一键安装,无需额外配置。
Malaysian Business Lookup (SSM) 是免费的吗?
是的,Malaysian Business Lookup (SSM) 完全免费(开源免费),可自由下载、安装和使用。
Malaysian Business Lookup (SSM) 支持哪些平台?
Malaysian Business Lookup (SSM) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Malaysian Business Lookup (SSM)?
由 wms2537(@wms2537)开发并维护,当前版本 v1.0.0。
推荐 Skills