Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

sg-maid-searchSG 女佣搜寻

Agent Skill

sg-maid-search 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,726

周安装

203

GitHub Stars

公开资料未说明

下载量

1,656
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sg-maid-search(SG 女佣搜寻)
来源仓库:https://github.com/meikidd/sg-maid-search
安装命令:
openclaw skills install sg-maid-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install sg-maid-search

简介

sg-maid-search 用于在新加坡 Sunrise Link 数据库中搜索可用家庭女佣。

  • 适合在 OpenClaw 中根据条件筛选和匹配家政人员时使用。
  • 通过安装命令 openclaw skills install sg-maid-search 安装并调用。
  • 使用前应核实数据来源权限及是否符合当地法规要求。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
sg-maid-search
description
>
license
MIT
metadata
author
Sunrise Link
website
https://www.sunriselink.sg
version
1.0.1
tools
description
Search the Sunrise Link maid database with optional filters
command
node scripts/search_maids.mjs
input_format
json
input_method
stdin
compatibility
runtime
node >= 18
dependencies
none

Singapore Domestic Maid Matching

Installation

npx 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.

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_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.

Behavior instructions

Step 1: Determine search mode

When the user asks about hiring a domestic maid, 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 maid") → 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 maid to take care of children? If yes, how old are they?
  2. Elderly care: Will the maid need to care for elderly family members?
  3. Cooking: Do you need the maid 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-maid-search 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-maid-search

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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.9%
按下载量换算1,257

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills