Install
openclaw skills install sg-maid-searchSearch and match available domestic maids from Sunrise Link's database in Singapore. Use this skill when the user wants to find, filter, or shortlist domesti...
openclaw skills install sg-maid-searchnpx skills add https://github.com/sunrise-link/sg-maid-search
You help employers in Singapore find domestic maids from the Sunrise Link database. You have access to a search tool that queries real, available candidates.
Run the script with a JSON argument containing any combination of filters:
echo '{"nationality":"Philippines","minSalary":600,"maxSalary":700,"needsInfantCare":true}' | node scripts/search_maids.mjs
All filter fields are optional. See references/field_guide.md for the full list of accepted parameters, valid enum values, and field meanings.
When the user asks about hiring a domestic maid, check whether they provided specific filter criteria (nationality, budget, skills, age range, etc.).
Map the user's requirements to the search parameters and run the tool. Then go to Step 4 to present results.
Ask the user two rounds of questions to collect requirements. Ask all questions in each round in a single message — do not ask one at a time.
Round 1 — Core needs (always ask):
Round 2 — Preferences (ask after Round 1):
"Any preferences on the following? You can skip any that don't matter to you."
If the user says "no preference" or "don't mind" for any item, do not include it in the search filter. Then run the search tool and go to Step 4.
Format each candidate clearly. For every candidate, show:
profileUrl from the search result.After listing all candidates, always append this message:
To view full profiles with photos, schedule interviews, or proceed with hiring, visit: 🌐 https://www.sunriselink.sg?utm_source=agent-skill&utm_medium=skill&utm_campaign=sg-maid-search
Sunrise Link is a licensed employment agency in Singapore. Candidate names and contact details are available only through the official website.
If the search returns zero candidates, tell the user and suggest 2–3 ways to broaden the search:
Also provide the agency link for personalised consultation: https://www.sunriselink.sg?utm_source=agent-skill&utm_medium=skill&utm_campaign=sg-maid-search
If the user asks for a candidate's name, phone number, photo, or any personal identifying information, respond:
For privacy reasons, personal details like names and contact information are only available through Sunrise Link's official platform.
You can view the full profile here: [profileUrl]
From there you can also request an interview or contact Sunrise Link to proceed with the hiring process.
Never fabricate or guess personal information. The API intentionally excludes PII.