looking-for-someone

A local missing person assistance tool for organizing cases, managing clues, generating notices, and providing search guidance.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "looking-for-someone" with this command: npx skills add harrylabsj/looking-for-someone

Looking for Someone Skill

Overview

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

Execution Principles

  • Confirm Objective First: Identify whether the user needs to create a case, add clues, generate notices, track progress, or get search advice.
  • Prioritize Official Channels: Always recommend contacting authorities, especially for high-risk scenarios involving minors, elderly, mental health issues, self-harm risks, or prolonged disappearance.
  • Be Transparent About Capabilities: Do not claim access to official databases, surveillance systems, or real-time social media searches.
  • Avoid Unrealistic Claims: Do not promise capabilities like encryption, image comparison, or identity verification that are not implemented.
  • Handle Sensitive Information Carefully: Default to cautious handling of addresses, ID numbers, bank card numbers, and other sensitive data in missing person notices.

Available Capabilities

  • Case Management: Create and view local missing person cases
  • Clue Management: Add clues and provide basic analysis
  • Notice Generation: Generate missing person notices for different platforms
  • Progress Tracking: View case progress and next-step recommendations
  • Search Guidance: Provide structured search advice
  • Safety Reminders: Output fraud prevention and safety reminders

Operation Methods

Primary CLI Interface

# 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

Case Creation Input Guidelines

Required Fields for Case Creation:

  • name - Full name of missing person
  • age - Age at time of disappearance
  • gender - Gender
  • lastSeenDate - Date last seen (YYYY-MM-DD format)
  • lastSeenLocation - Location last seen

Optional Fields:

  • phone - Contact phone number
  • birthDate - Date of birth
  • idNumber - Identification number (use with caution)
  • height - Height in centimeters
  • clothing - Clothing description at time of disappearance
  • distinguishingFeatures - Distinctive physical features
  • circumstances - Circumstances of disappearance
  • possibleDestinations - Possible locations person might go
  • familyContacts - Family contact information

Detailed field explanations and recommended workflows are available in references/fields-and-workflows.md.

Data Boundaries

Current Implementation:

  • Data Storage: Cases are saved locally in ~/.openclaw/skills-data/looking-for-someone/
  • Storage Format: Current version uses local JSON files for case storage
  • Limitations: No field-level encryption, image recognition, photo comparison, online scraping, or identity verification implemented

Transparency Requirements:

  • Clearly communicate these limitations in all outputs
  • Remind users to verify information through police and official channels
  • Avoid exaggerating capabilities

Privacy and security boundaries are detailed in references/privacy-and-boundaries.md.

Output Presentation Requirements

  • Present Suggestions Appropriately: Frame advice as "local organization results" or "rule-based recommendations"
  • Avoid Factual Claims: Do not present clue analysis as factual judgments
  • Prioritize High-Risk Cases: For high-risk situations, prioritize recommending police contact and official channels
  • Handle Incomplete Data: Guide users to supplement key information before generating notices when data is incomplete

Safety Requirements

Risk Scenarios Requiring Immediate Warnings:

  • Requests for payment in exchange for information
  • Demands for upfront transfers, deposits, or donations
  • Requests for ID cards, bank cards, or verification codes
  • Claims of being police without verifiable identification
  • Requests to download unknown apps, enable screen sharing, or click unfamiliar links

Safety Command:

When encountering suspicious situations, run:

node scripts/cli.js reminders

Testing

Minimum Test Coverage:

Run the basic test suite:

node test.js

Test Coverage Areas:

  • Case creation
  • Case listing
  • Clue addition
  • Notice generation
  • Progress tracking
  • Safety reminders

Skill Metadata

AttributeValue
NameLooking for Someone
Sluglooking-for-someone
Version1.0.2
CategoryUtility / Safety
Tagsmissing-person, safety, local-assistance, case-management

Related Skills

  • emergency-contacts - Emergency contact management
  • safety-check - Personal safety checklists
  • document-organizer - Document organization and 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Skill Polisher

Polishes standalone skills and multi-skill bundles for ClawHub readability without sacrificing LLM effectiveness. Use when improving a skill's listing, makin...

Registry SourceRecently Updated
General

OpenClaw Hi Install

Install or repair Hirey Hi on a local OpenClaw host through the official ClawHub package path, then complete the local MCP, receiver, registration, and healt...

Registry SourceRecently Updated
5630yzlee
General

Reducto

Reducto document processing API integration with managed API key authentication. Parse, extract, split, and edit documents. Use this skill when users want to...

Registry SourceRecently Updated
General

Resend

Resend API integration with managed authentication. Send transactional emails, manage domains, contacts, templates, and broadcasts. Use this skill when users...

Registry SourceRecently Updated