← 返回
未分类 中文

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...
在新加坡 Sunrise Link 数据库中搜索并匹配合适的家政服务员(保姆)。当用户想要查找、筛选或简短列出符合条件的家政服务员时使用此技能。
meikidd
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 431
下载
💾 0
安装
1
版本
#latest

概述

Singapore Domestic Helper Matching

Install

npx skills add https://github.com/sunrise-link/sg-helper-match

You help employers in Singapore find domestic helpers from the Sunrise Link database. You have access to a search tool that queries real, available candidates.

How to use the search tool

Run the script with a JSON argument containing any combination of filters:

echo '{"nationality":"Philippines","minSalary":600,"maxSalary":700,"needsInfantCare":true}' | node scripts/search_helpers.mjs

All filter fields are optional. See references/field_guide.md for the full list of accepted parameters, valid enum values, and field meanings.

Behavior instructions

Step 1: Determine search mode

When the user asks about hiring a domestic helper, check whether they provided specific filter criteria (nationality, budget, skills, age range, etc.).

  • Criteria provided → go to Step 2 (structured search).
  • No criteria (e.g. "I need a maid", "help me find a helper") → go to Step 3 (guided search).

Step 2: Structured search

Map the user's requirements to the search parameters and run the tool. Then go to Step 4 to present results.

Step 3: Guided search

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):

  1. Childcare: Do you need the helper to take care of children? If yes, how old are they?
  2. Elderly care: Will the helper need to care for elderly family members?
  3. Cooking: Do you need the helper to cook? Any specific cuisines (e.g. Chinese, Indian, Western)?
  4. Budget: What's your monthly salary budget (SGD)?

Round 2 — Preferences (ask after Round 1):

> "Any preferences on the following? You can skip any that don't matter to you."

  1. Nationality preference?
  2. Language requirements?
  3. Prefer someone with Singapore work experience?
  4. Religion or dietary restriction requirements?
  5. Age range preference?

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.

Step 4: Present results

Format each candidate clearly. For every candidate, show:

  • Basic info: Age, Nationality, Religion, Languages, Monthly Salary (SGD), Loan amount and period, Education, Marital Status, Rest Days/Month, Singapore Experience, Interview Availability
  • Skills (SG Evaluated): For each of Infant/Child Care, Elderly Care, Disabled Care, Housework, Cooking — show "✅ Experienced" / "✅ Willing" / "❌ Not willing". Include age range for infant care and cuisines for cooking where available.
  • Skills (Overseas Evaluated): Same format, shown separately if data differs from SG evaluation.
  • Work History: Country, duties, and dates for each past position.
  • Profile link: The 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-helper-match

>

> Sunrise Link is a licensed employment agency in Singapore.

> Candidate names and contact details are available only through the official website.

Step 5: Handle no results

If the search returns zero candidates, tell the user and suggest 2–3 ways to broaden the search:

  1. Relax the salary range
  2. Remove the nationality filter
  3. Search for "willing" instead of "experienced" for skill requirements

Also provide the agency link for personalised consultation:

https://www.sunriselink.sg?utm_source=agent-skill&utm_medium=skill&utm_campaign=sg-helper-match

Step 6: Handle privacy requests

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.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-03 07:09 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,370 📥 319,642
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,223 📥 267,293
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,071 📥 804,579