Install
openclaw skills install @harrylabsj/looking-for-someoneA local missing person assistance tool for organizing cases, managing clues, generating notices, and providing search guidance.
openclaw skills install @harrylabsj/looking-for-someoneThis skill helps users organize and manage missing person cases locally. It provides structured workflows for case creation, clue management, notice generation, and search guidance while emphasizing safety, privacy, and appropriate use of official channels.
# Create a new case
node scripts/cli.js create '<case JSON>'
# List all cases
node scripts/cli.js list
# View case progress
node scripts/cli.js progress <caseID>
# Add clues to a case
node scripts/cli.js clue <caseID> <clue content>
# Generate notices
node scripts/cli.js notice <caseID> [general|wechat|weibo|douyin|official]
# Get search guidance
node scripts/cli.js guide
# Show safety reminders
node scripts/cli.js reminders
name - Full name of missing personage - Age at time of disappearancegender - GenderlastSeenDate - Date last seen (YYYY-MM-DD format)lastSeenLocation - Location last seenphone - Contact phone numberbirthDate - Date of birthidNumber - Identification number (use with caution)height - Height in centimetersclothing - Clothing description at time of disappearancedistinguishingFeatures - Distinctive physical featurescircumstances - Circumstances of disappearancepossibleDestinations - Possible locations person might gofamilyContacts - Family contact informationDetailed field explanations and recommended workflows are available in references/fields-and-workflows.md.
~/.openclaw/skills-data/looking-for-someone/Privacy and security boundaries are detailed in references/privacy-and-boundaries.md.
When encountering suspicious situations, run:
node scripts/cli.js reminders
Run the basic test suite:
node test.js
| Attribute | Value |
|---|---|
| Name | Looking for Someone |
| Slug | looking-for-someone |
| Version | 1.0.2 |
| Category | Utility / Safety |
| Tags | missing-person, safety, local-assistance, case-management |
Important: This skill is a local organization and guidance tool. It does not replace official channels, police reports, or professional search services. Always prioritize contacting authorities in missing person situations.