โ† All skills
Tencent SkillHub ยท Developer Tools

Dievio Lead Search API

Run Dievio lead search and LinkedIn lookup workflows through the public API with correct authentication, filters, pagination, and credit-aware handling. Use...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Run Dievio lead search and LinkedIn lookup workflows through the public API with correct authentication, filters, pagination, and credit-aware handling. Use...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, agents/openai.yaml, references/api-reference.md, references/errors.md, references/filters-cheatsheet.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Overview

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

Core Endpoints

Public lead search: POST https://dievio.com/api/public/search LinkedIn lookup: POST https://dievio.com/api/linkedin/lookup Authentication headers (use one): Authorization: Bearer YOUR_API_KEY X-API-Key: YOUR_API_KEY

Workflow

Validate credentials: Require DIEVIO_API_KEY for API-key flows. Never print raw secrets. Build request body: Search endpoint uses pagination keys (_page, _per_page, max_results) plus filters. LinkedIn lookup requires linkedinUrls and optional output flags. Execute request and parse response: Validate success, count, has_more, next_page, data arrays. Respect credit behavior: low credits can return fewer rows than requested. Handle errors: 401: missing/invalid credentials 402: insufficient credits 502: upstream lead service issue 500: server error

Commands

Show help: python3 scripts/dievio_api.py --help Search with JSON body: export DIEVIO_API_KEY="your_api_key" python3 scripts/dievio_api.py search \ --body-file ./search_body.json \ --auto-paginate By default the CLI prints a safe summary. Use --raw-output only when you explicitly need full rows (which may contain emails/phones). LinkedIn lookup from URLs: python3 scripts/dievio_api.py linkedin-lookup \ --linkedin-url "https://www.linkedin.com/in/example-1" \ --linkedin-url "https://www.linkedin.com/in/example-2" \ --include-work-emails \ --include-personal-emails \ --only-with-emails

Decision Rules

Use search when query is filter-based lead discovery. Use linkedin-lookup when input is explicit LinkedIn profile URLs. For large pulls, enable pagination and stop on has_more=false. Keep outputs structured and include paging fields for traceability. If user asks for exact filter values, read references/filters-cheatsheet.md.

References

API contracts: references/api-reference.md Filter fields and allowed values: references/filters-cheatsheet.md Pagination behavior: references/pagination.md Error handling guidance: references/errors.md

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • references/api-reference.md Docs
  • references/errors.md Docs
  • references/filters-cheatsheet.md Docs
  • agents/openai.yaml Config