← Back to Skills Marketplace
281
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install my-ssm-business-lookup
Description
Look up Malaysian company registration data from SSM. Returns directors, status, filings, business type.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-ssm-business-lookup - After installation, invoke the skill by name or use
/my-ssm-business-lookup - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Malaysian Business Lookup (SSM)?
Look up Malaysian company registration data from SSM. Returns directors, status, filings, business type. It is an AI Agent Skill for Claude Code / OpenClaw, with 281 downloads so far.
How do I install Malaysian Business Lookup (SSM)?
Run "/install my-ssm-business-lookup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Malaysian Business Lookup (SSM) free?
Yes, Malaysian Business Lookup (SSM) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Malaysian Business Lookup (SSM) support?
Malaysian Business Lookup (SSM) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Malaysian Business Lookup (SSM)?
It is built and maintained by wms2537 (@wms2537); the current version is v1.0.0.
More Skills