{
  "schemaVersion": "1.0",
  "item": {
    "slug": "find-people",
    "name": "Find People (x402)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/TzannetosGiannis/find-people",
    "canonicalUrl": "https://clawhub.ai/TzannetosGiannis/find-people",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/find-people",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=find-people",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/research.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/find-people"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/find-people",
    "agentPageUrl": "https://openagent3.xyz/skills/find-people/agent",
    "manifestUrl": "https://openagent3.xyz/skills/find-people/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/find-people/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Find People (OSINT)",
        "body": "Research individuals using Open Source Intelligence gathering and AI-powered analysis."
      },
      {
        "title": "Configuration",
        "body": "The private key must be available via one of these methods:\n\nOption 1: Environment variable\n\nexport X402_PRIVATE_KEY=\"0x...\"\n\nOption 2: Config file (Recommended)\n\nThe script checks for x402-config.json in these locations (in order):\n\nCurrent directory: ./x402-config.json\nHome directory: ~/.x402-config.json ← Recommended\nWorking directory: $PWD/x402-config.json\n\nCreate the config file:\n\n{\n  \"private_key\": \"0x1234567890abcdef...\"\n}\n\nExample (home directory - works for any user):\n\necho '{\"private_key\": \"0x...\"}' > ~/.x402-config.json"
      },
      {
        "title": "Usage",
        "body": "Run the research script with a person's name or description:\n\nscripts/research.sh \"<person query>\"\n\nThe script:\n\nExecutes OSINT research with payment handling\nCosts $0.15 USDC per request (Base network)\nReturns comprehensive AI-processed intelligence report"
      },
      {
        "title": "Examples",
        "body": "User: \"Find information about the founder of Ethereum\"\n\nscripts/research.sh \"Vitalik Buterin Ethereum founder\"\n\nUser: \"Research the CEO of OpenAI\"\n\nscripts/research.sh \"Sam Altman OpenAI CEO\"\n\nUser: \"Tell me about Elon Musk's career timeline\"\n\nscripts/research.sh \"Elon Musk career history\""
      },
      {
        "title": "Capabilities",
        "body": "Professional background research\nCareer timeline verification\nDue diligence on potential hires/partners\nCompetitive intelligence on industry leaders\nInvestor research on startup founders\nEducational background verification\nPublic accomplishments and publications"
      },
      {
        "title": "Error Handling",
        "body": "\"Payment failed: Not enough USDC\" → Inform user to top up Base wallet with USDC\n\"X402 private key missing\" → Guide user to configure private key (see Configuration above)\nTimeout errors → The API has a 5-minute timeout; comprehensive research may take time"
      },
      {
        "title": "Use Cases",
        "body": "Hiring: Verify candidate backgrounds and experience\nPartnerships: Due diligence on potential business partners\nInvestment: Research startup founders and leadership teams\nCompetitive Analysis: Track industry leaders and their moves\nJournalism: Background research for interviews or articles"
      }
    ],
    "body": "Find People (OSINT)\n\nResearch individuals using Open Source Intelligence gathering and AI-powered analysis.\n\nConfiguration\n\nThe private key must be available via one of these methods:\n\nOption 1: Environment variable\n\nexport X402_PRIVATE_KEY=\"0x...\"\n\n\nOption 2: Config file (Recommended)\n\nThe script checks for x402-config.json in these locations (in order):\n\nCurrent directory: ./x402-config.json\nHome directory: ~/.x402-config.json ← Recommended\nWorking directory: $PWD/x402-config.json\n\nCreate the config file:\n\n{\n  \"private_key\": \"0x1234567890abcdef...\"\n}\n\n\nExample (home directory - works for any user):\n\necho '{\"private_key\": \"0x...\"}' > ~/.x402-config.json\n\nUsage\n\nRun the research script with a person's name or description:\n\nscripts/research.sh \"<person query>\"\n\n\nThe script:\n\nExecutes OSINT research with payment handling\nCosts $0.15 USDC per request (Base network)\nReturns comprehensive AI-processed intelligence report\nExamples\n\nUser: \"Find information about the founder of Ethereum\"\n\nscripts/research.sh \"Vitalik Buterin Ethereum founder\"\n\n\nUser: \"Research the CEO of OpenAI\"\n\nscripts/research.sh \"Sam Altman OpenAI CEO\"\n\n\nUser: \"Tell me about Elon Musk's career timeline\"\n\nscripts/research.sh \"Elon Musk career history\"\n\nCapabilities\nProfessional background research\nCareer timeline verification\nDue diligence on potential hires/partners\nCompetitive intelligence on industry leaders\nInvestor research on startup founders\nEducational background verification\nPublic accomplishments and publications\nError Handling\n\"Payment failed: Not enough USDC\" → Inform user to top up Base wallet with USDC\n\"X402 private key missing\" → Guide user to configure private key (see Configuration above)\nTimeout errors → The API has a 5-minute timeout; comprehensive research may take time\nUse Cases\nHiring: Verify candidate backgrounds and experience\nPartnerships: Due diligence on potential business partners\nInvestment: Research startup founders and leadership teams\nCompetitive Analysis: Track industry leaders and their moves\nJournalism: Background research for interviews or articles"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/TzannetosGiannis/find-people",
    "publisherUrl": "https://clawhub.ai/TzannetosGiannis/find-people",
    "owner": "TzannetosGiannis",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/find-people",
    "downloadUrl": "https://openagent3.xyz/downloads/find-people",
    "agentUrl": "https://openagent3.xyz/skills/find-people/agent",
    "manifestUrl": "https://openagent3.xyz/skills/find-people/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/find-people/agent.md"
  }
}