{
  "schemaVersion": "1.0",
  "item": {
    "slug": "dievio-lead-search-api",
    "name": "Dievio Lead Search API",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/hundevmode/dievio-lead-search-api",
    "canonicalUrl": "https://clawhub.ai/hundevmode/dievio-lead-search-api",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/dievio-lead-search-api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dievio-lead-search-api",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "agents/openai.yaml",
      "references/api-reference.md",
      "references/errors.md",
      "references/filters-cheatsheet.md"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/dievio-lead-search-api"
    },
    "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/dievio-lead-search-api",
    "agentPageUrl": "https://openagent3.xyz/skills/dievio-lead-search-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dievio-lead-search-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dievio-lead-search-api/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "Use this skill for end-to-end Dievio API execution: authenticate requests, submit lead searches, enrich LinkedIn profiles, and paginate results.\nPrefer the bundled script for deterministic request formatting and response handling."
      },
      {
        "title": "Core Endpoints",
        "body": "Public lead search: POST https://dievio.com/api/public/search\nLinkedIn lookup: POST https://dievio.com/api/linkedin/lookup\n\nAuthentication headers (use one):\n\nAuthorization: Bearer YOUR_API_KEY\nX-API-Key: YOUR_API_KEY"
      },
      {
        "title": "Workflow",
        "body": "Validate credentials:\n\nRequire DIEVIO_API_KEY for API-key flows.\nNever print raw secrets.\n\nBuild request body:\n\nSearch endpoint uses pagination keys (_page, _per_page, max_results) plus filters.\nLinkedIn lookup requires linkedinUrls and optional output flags.\n\nExecute request and parse response:\n\nValidate success, count, has_more, next_page, data arrays.\nRespect credit behavior: low credits can return fewer rows than requested.\n\nHandle errors:\n\n401: missing/invalid credentials\n402: insufficient credits\n502: upstream lead service issue\n500: server error"
      },
      {
        "title": "Commands",
        "body": "Show help:\n\npython3 scripts/dievio_api.py --help\n\nSearch with JSON body:\n\nexport DIEVIO_API_KEY=\"your_api_key\"\npython3 scripts/dievio_api.py search \\\n  --body-file ./search_body.json \\\n  --auto-paginate\n\nBy default the CLI prints a safe summary.\nUse --raw-output only when you explicitly need full rows (which may contain emails/phones).\n\nLinkedIn lookup from URLs:\n\npython3 scripts/dievio_api.py linkedin-lookup \\\n  --linkedin-url \"https://www.linkedin.com/in/example-1\" \\\n  --linkedin-url \"https://www.linkedin.com/in/example-2\" \\\n  --include-work-emails \\\n  --include-personal-emails \\\n  --only-with-emails"
      },
      {
        "title": "Decision Rules",
        "body": "Use search when query is filter-based lead discovery.\nUse linkedin-lookup when input is explicit LinkedIn profile URLs.\nFor large pulls, enable pagination and stop on has_more=false.\nKeep outputs structured and include paging fields for traceability.\nIf user asks for exact filter values, read references/filters-cheatsheet.md."
      },
      {
        "title": "References",
        "body": "API contracts: references/api-reference.md\nFilter fields and allowed values: references/filters-cheatsheet.md\nPagination behavior: references/pagination.md\nError handling guidance: references/errors.md"
      }
    ],
    "body": "Dievio Lead Search Api\nOverview\n\nUse this skill for end-to-end Dievio API execution: authenticate requests, submit lead searches, enrich LinkedIn profiles, and paginate results. Prefer the bundled script for deterministic request formatting and response handling.\n\nCore Endpoints\nPublic lead search: POST https://dievio.com/api/public/search\nLinkedIn lookup: POST https://dievio.com/api/linkedin/lookup\n\nAuthentication headers (use one):\n\nAuthorization: Bearer YOUR_API_KEY\nX-API-Key: YOUR_API_KEY\nWorkflow\nValidate credentials:\nRequire DIEVIO_API_KEY for API-key flows.\nNever print raw secrets.\nBuild request body:\nSearch endpoint uses pagination keys (_page, _per_page, max_results) plus filters.\nLinkedIn lookup requires linkedinUrls and optional output flags.\nExecute request and parse response:\nValidate success, count, has_more, next_page, data arrays.\nRespect credit behavior: low credits can return fewer rows than requested.\nHandle errors:\n401: missing/invalid credentials\n402: insufficient credits\n502: upstream lead service issue\n500: server error\nCommands\n\nShow help:\n\npython3 scripts/dievio_api.py --help\n\n\nSearch with JSON body:\n\nexport DIEVIO_API_KEY=\"your_api_key\"\npython3 scripts/dievio_api.py search \\\n  --body-file ./search_body.json \\\n  --auto-paginate\n\n\nBy default the CLI prints a safe summary. Use --raw-output only when you explicitly need full rows (which may contain emails/phones).\n\nLinkedIn lookup from URLs:\n\npython3 scripts/dievio_api.py linkedin-lookup \\\n  --linkedin-url \"https://www.linkedin.com/in/example-1\" \\\n  --linkedin-url \"https://www.linkedin.com/in/example-2\" \\\n  --include-work-emails \\\n  --include-personal-emails \\\n  --only-with-emails\n\nDecision Rules\nUse search when query is filter-based lead discovery.\nUse linkedin-lookup when input is explicit LinkedIn profile URLs.\nFor large pulls, enable pagination and stop on has_more=false.\nKeep outputs structured and include paging fields for traceability.\nIf user asks for exact filter values, read references/filters-cheatsheet.md.\nReferences\nAPI contracts: references/api-reference.md\nFilter fields and allowed values: references/filters-cheatsheet.md\nPagination behavior: references/pagination.md\nError handling guidance: references/errors.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/hundevmode/dievio-lead-search-api",
    "publisherUrl": "https://clawhub.ai/hundevmode/dievio-lead-search-api",
    "owner": "hundevmode",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/dievio-lead-search-api",
    "downloadUrl": "https://openagent3.xyz/downloads/dievio-lead-search-api",
    "agentUrl": "https://openagent3.xyz/skills/dievio-lead-search-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dievio-lead-search-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dievio-lead-search-api/agent.md"
  }
}