← Back to Skills Marketplace
173
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install sg-helper-match
Description
Search and match available domestic helpers (maids) from Sunrise Link's database in Singapore. Use this skill when the user wants to find, filter, or shortli...
Usage Guidance
This skill appears coherent and limited to querying Sunrise Link's public helper API and presenting results. Before installing, verify you trust the skill owner (registry owner ID vs. the Sunrise Link website), confirm the API domain (https://www.sunriselink.sg) is correct, and be aware the tool will make outbound HTTPS requests and print whatever the API returns (the package claims no PII is returned). If you prefer, inspect the small script locally before running to confirm behavior. If you need tighter control, avoid enabling autonomous invocation or run the script only in an environment where network calls are audited.
Capability Analysis
Type: OpenClaw Skill
Name: sg-helper-match
Version: 1.0.1
The skill is a legitimate tool for searching a domestic helper database from a Singapore-based agency (Sunrise Link). The code in `scripts/search_helpers.mjs` is clean, uses a parameter whitelist, and only communicates with the official agency domain. The instructions in `SKILL.md` include explicit privacy safeguards, directing the agent to withhold personal identifying information and refer users to the official website.
Capability Assessment
Purpose & Capability
Name/description (searching Sunrise Link helper database) match the included script and docs. The script queries https://www.sunriselink.sg/api/public/v1/helpers and returns structured candidate data — exactly what the skill claims.
Instruction Scope
SKILL.md behavior instructions are scoped to collecting filters from the user, invoking the local search_helpers tool, and presenting results. It explicitly forbids returning PII and instructs forwarding users to the agency site for personal details. The instructions do not ask the agent to read unrelated files or secrets.
Install Mechanism
This is an instruction-only skill with a small included Node script (no install spec, no downloads, zero third-party dependencies). The code runs locally with Node 18+ and uses built-in fetch to call the agency API — no remote installers or extracted archives.
Credentials
The skill requires no environment variables, no credentials, and no config paths. It only uses stdin/argv and outbound HTTPS to the declared Sunrise Link API endpoint, which is proportionate to its purpose.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill configuration. It can be invoked autonomously (platform default), which is normal; nothing in the skill attempts to modify other skills or agent-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sg-helper-match - After installation, invoke the skill by name or use
/sg-helper-match - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
sg-helper-match v1.0.1
- Updated tool description with input_method: stdin (was previously CLI arguments)
- Updated usage examples in documentation to use stdin piping
- Added LICENSE file for open source compliance
- Removed CLAUDE.md
- Bumped skill version to 1.0.1 in metadata
- Added “Install” instructions for skill setup
v1.0.0
- Initial release of sg-helper-match skill for Sunrise Link's domestic helper database in Singapore.
- Supports searching and filtering candidates based on employer needs, budget, skills, and preferences.
- Provides a guided requirements-gathering flow if the user does not specify criteria.
- Presents matched candidate details in a clear, structured format, including skills and work history.
- Handles zero-results scenarios with actionable suggestions for broadening search filters.
- Protects candidate privacy by not exposing personal identifiers; directs users to the official agency website for full details and hiring steps.
Metadata
Frequently Asked Questions
What is Singapore Helper Match?
Search and match available domestic helpers (maids) from Sunrise Link's database in Singapore. Use this skill when the user wants to find, filter, or shortli... It is an AI Agent Skill for Claude Code / OpenClaw, with 173 downloads so far.
How do I install Singapore Helper Match?
Run "/install sg-helper-match" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Singapore Helper Match free?
Yes, Singapore Helper Match is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Singapore Helper Match support?
Singapore Helper Match is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Singapore Helper Match?
It is built and maintained by meikidd (@meikidd); the current version is v1.0.1.
More Skills