Find 1.0.0

v1.0.0

Locate anything with progressive search expansion, multi-source validation, and iterative refinement until found.

0· 132·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for zhangyingzhuangk/find-1-0-0.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Find 1.0.0" (zhangyingzhuangk/find-1-0-0) from ClawHub.
Skill page: https://clawhub.ai/zhangyingzhuangk/find-1-0-0
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install find-1-0-0

ClawHub CLI

Package manager switcher

npx clawhub@latest install find-1-0-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the SKILL.md instructions (progressive search, validation, iterative expansion). There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
Instructions are limited to clarifying, searching multiple sources, validating results, and reporting findings. The doc does not instruct the agent to read local files, access unrelated credentials, or transmit data to unknown endpoints. One operational note: the guidance to "try multiple sources in parallel" assumes the agent has network/web-access capabilities provided by the platform.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or pulled from external URLs.
Credentials
The skill declares no required environment variables, credentials, or config paths; this is proportional for a search-strategy instruction set.
Persistence & Privilege
The skill does not request always-on presence and uses default invocation settings. It does not request modification of other skills or system-wide config.
Assessment
This skill is a strategy template (no code, no secrets) and appears safe and coherent. Before installing, confirm how your agent platform will perform searches (does it have web access, browsing, or connectors?) because the skill's usefulness depends on those capabilities. Also avoid using it to locate or retrieve sensitive secrets or private account credentials — the instructions could cause the agent to query external services, and any data sent will follow your platform's policies. If you need stronger guarantees about privacy or allowed endpoints, check the agent's browsing/connectors permissions or restrict the skill's use to non-sensitive queries.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cb74fkvmsq3vyn2ta0w08gh84v74w
132downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Pattern

Need → Clarify → Search → Validate → [Found? Deliver : Expand]

Keep searching until found or exhausted. Start narrow, expand progressively. Validate before delivering.

When to Use

  • User needs to find something specific
  • Location or source is unknown
  • "Find me...", "Where can I get...", "I need to find..."

Not for: Things you already know, simple lookups, browsing.

Setup

Before searching, clarify:

ElementWhy
What exactly?Avoid finding wrong thing
Success criteriaHow will we know it's right?
ConstraintsBudget, location, time, format
Already tried?Don't repeat failed paths

If user is vague → ask ONE clarifying question, then start.

Search Expansion

Start narrow, expand if not found:

1. Obvious sources → Direct lookup, known locations
2. Specialized sources → Domain-specific databases, expert communities  
3. Alternative queries → Different words, related concepts
4. Indirect paths → Who would know? What links to this?
5. Ask human → More context, different angle

Each expansion: try multiple sources in parallel when possible.

Validation

Before delivering, verify:

  • Is this actually what was asked for?
  • Is the source reliable?
  • Is it current/valid?
  • Any caveats user should know?

If uncertain → say so. "Found X but not 100% sure it's what you need."

Delivery

FOUND: [what]
WHERE: [source]
CONFIDENCE: [high/medium/low]
CAVEATS: [if any]

If multiple results: summarize and let user choose.

Not Found

If exhausted all paths:

  1. Report what was tried
  2. Closest alternatives found
  3. Suggest different approach or more context needed

Related: For iterating until success criteria are met, see loop. For multi-phase workflows, see cycle.

Comments

Loading comments...