← Back to Skills Marketplace
165
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install sg-maid-search
Description
Search 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...
Usage Guidance
This skill appears internally consistent and only performs unauthenticated queries to Sunrise Link's public search API using a bundled Node script. Before installing, verify you trust the sunrise-link.sg domain (network calls will be made to it), and confirm you are comfortable the agent can call the external API when invoked. The skill explicitly avoids returning PII and directs users to the official site for contact details. If you require stricter controls, run the script in an isolated environment or review the included search_maids.mjs file yourself to confirm it meets your policies.
Capability Analysis
Type: OpenClaw Skill
Name: sg-maid-search
Version: 1.0.1
The skill is a legitimate search tool for a Singaporean domestic maid agency database. The implementation in `scripts/search_maids.mjs` is clean, using built-in Node.js APIs for network requests and safe URL parameter construction without any external dependencies or dangerous execution sinks. The instructions in `SKILL.md` are well-structured and include explicit privacy safeguards that prevent the agent from attempting to disclose or fabricate personal identifying information (PII).
Capability Assessment
Purpose & Capability
Name/description match the implemented behavior. The included script constructs a query from user filters and fetches results from https://www.sunriselink.sg/api/public/v1/helpers — this is consistent with a maid-search skill.
Instruction Scope
SKILL.md instructs the agent to collect structured filters or run a guided two-round question flow, then call the local search tool and format results. It explicitly forbids returning PII and points users to the official profile URL for contact details. Instructions do not ask the agent to read unrelated files, environment variables, or system state.
Install Mechanism
No install spec or external downloads are used. This is an instruction-only skill with one included Node script (no third-party dependencies). No archives or remote code pulls are executed during runtime.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The script makes unauthenticated HTTPS requests to the Sunrise Link public API and does not require secrets — the requested access is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request permanent presence or attempt to modify other skills or agent-wide settings. It runs the local script on invocation only.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sg-maid-search - After installation, invoke the skill by name or use
/sg-maid-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Changed command usage for maid search tool: input is now provided via stdin with echo/pipe instead of command-line argument.
- Updated search tool configuration: added input_method: stdin for clarity.
- Added installation instructions using npx skills add.
- Updated skill metadata version to 1.0.1.
- Removed CLAUDE.md file from the repository.
v1.0.0
sg-maid-search 1.0.0 — Initial Release
- Enables searching and matching of domestic maids from Sunrise Link’s Singapore database based on user-specified filters (e.g. skills, nationality, budget).
- Supports both structured searches (when user provides clear criteria) and guided Q&A (when requirements are unclear).
- Presents detailed candidate profiles while excluding personal identifiers.
- Advises users on how to broaden searches if no results are found.
- Handles privacy requests with clear instructions to access full details via the official website.
Metadata
Frequently Asked Questions
What is Singapore Maid Search?
Search 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.
How do I install Singapore Maid Search?
Run "/install sg-maid-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Singapore Maid Search free?
Yes, Singapore Maid Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Singapore Maid Search support?
Singapore Maid Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Singapore Maid Search?
It is built and maintained by meikidd (@meikidd); the current version is v1.0.1.
More Skills