← Back to Skills Marketplace
harrylabsj

Looking for Someone

by haidong · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
237
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install looking-for-someone
Description
A local missing person assistance tool for organizing cases, managing clues, generating notices, and providing search guidance.
README (SKILL.md)

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 '\x3Ccase JSON>'

# List all cases
node scripts/cli.js list

# View case progress
node scripts/cli.js progress \x3CcaseID>

# Add clues to a case
node scripts/cli.js clue \x3CcaseID> \x3Cclue content>

# Generate notices
node scripts/cli.js notice \x3CcaseID> [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

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

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.

Usage Guidance
This skill appears to do what it says: a local CLI that manages missing-person cases and produces guidance and notices. Before installing or using it: 1) Note that case data is stored as plain JSON under ~/.openclaw/skills-data/looking-for-someone/ with no encryption—do not store highly sensitive identifiers unless you accept that risk. 2) The bundle lacks an included test.js referenced in the docs and the provided CLI snippet in the listing was truncated; inspect scripts/cli.js in your environment to ensure the notice-generation functions and there are no unexpected network calls before running. 3) Run the CLI in a restricted/sandboxed environment until you’re comfortable with its behavior, and back up or securely delete data when no longer needed. 4) If you plan to share generated notices publicly, follow the privacy guidelines included in the references and coordinate with authorities for high-risk cases.
Capability Analysis
Type: OpenClaw Skill Name: looking-for-someone Version: 1.0.2 The 'looking-for-someone' skill is a local utility designed to help users organize missing person cases. The core logic in `scripts/cli.js` manages data locally in the user's home directory (`~/.openclaw/skills-data/`) using standard JSON storage, with no network activity or unauthorized data exfiltration. The documentation (SKILL.md and references/) emphasizes safety, privacy, and the importance of official authorities, while the code lacks any suspicious execution patterns or obfuscation.
Capability Assessment
Purpose & Capability
Name/description match the files and behavior: a local CLI for creating/listing cases, adding clues, generating notices, and offering guidance. There are no unexpected external credentials, binaries, or remote services required.
Instruction Scope
Runtime instructions are narrowly scoped to the local CLI and documented JSON storage. Two minor issues: SKILL.md's testing instruction references node test.js but no test.js is present in the file manifest; and the SKILL.md excerpt of scripts/cli.js shown in the bundle is truncated in the provided listing (some functions referenced by the CLI, e.g., notice-format generators, are not visible in the excerpt). These are likely packaging/documentation oversights rather than malicious behavior.
Install Mechanism
No install spec; this is instruction-only plus an included CLI script. No downloads, package installs, or archive extraction are declared.
Credentials
The skill requests no environment variables or credentials. It stores potentially sensitive case data in plain JSON under ~/.openclaw/skills-data/looking-for-someone/ and explicitly documents lack of field-level encryption. The local storage is proportional to the stated purpose but is sensitive—users should expect that data is unencrypted and therefore should avoid storing highly sensitive fields or should manage file system permissions/backups carefully.
Persistence & Privilege
always is false and the skill does not request permanent platform-level privileges. It only writes to its own data directory and does not modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install looking-for-someone
  3. After installation, invoke the skill by name or use /looking-for-someone
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Add identity metadata, ensure all documentation is in English for international accessibility.
v1.0.1
Initial release
v1.0.0
Initial release: add local case management, clue tracking, poster generation, progress review, search guidance, scam warnings, tests, and packaging validation.
Metadata
Slug looking-for-someone
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Looking for Someone?

A local missing person assistance tool for organizing cases, managing clues, generating notices, and providing search guidance. It is an AI Agent Skill for Claude Code / OpenClaw, with 237 downloads so far.

How do I install Looking for Someone?

Run "/install looking-for-someone" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Looking for Someone free?

Yes, Looking for Someone is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Looking for Someone support?

Looking for Someone is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Looking for Someone?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.2.

💬 Comments