TopRank Skills

Home / Claw Skills / 搜索 / proxycurl
Official OpenClaw rules 54%

proxycurl

Proxycurl integration. Manage Persons, Organizations, Jobs, Profiles. Use when the user wants to interact with Proxycurl data.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 proxycurl 技能。 若已安装,则直接安装 proxycurl 技能。

Overview

Skill Key
gora050/proxycurl
Author
gora050
Source Repo
openclaw/skills
Version
-
Source Path
skills/gora050/proxycurl
Latest Commit SHA
1150bdfb1f08bb5b8af94d78667442f34ebc43a2

Extracted Content

SKILL.md excerpt

# Proxycurl

Proxycurl is an app that provides LinkedIn profile data and company information via API. It's used by recruiters, sales teams, and data enrichment companies to gather comprehensive professional data at scale.

Official docs: https://nubela.co/proxycurl/docs

## Proxycurl Overview

- **Profile**
  - **Profile API** — Retrieve a single profile.
  - **Profile Group API** — Retrieve multiple profiles.
- **Company**
  - **Company Profile API** — Retrieve a single company profile.
  - **Company Profile Updates API** — Retrieve updates to a company profile.
  - **Company Employee Listing API** — Retrieve a list of employees for a company.
- **Job Listing**
  - **Job Listing API** — Retrieve a single job listing.
  - **Job Listing Search API** — Find job listings based on search criteria.
- **School**
  - **School Profile API** — Retrieve a school profile.
- **Search**
  - **Person Search API** — Search for person profiles.
  - **Company Search API** — Search for company profiles.
- **Other**
  - **Real-Time Profile Enrichment API** — Enrich a profile in real time.
  - **Email Lookup API** — Look up an email address.
  - **Phone Number Lookup API** — Look up a phone number.
  - **Reverse Email Lookup API** — Reverse look up an email address.
  - **Reverse Phone Number Lookup API** — Reverse look up a phone number.
  - **Account API** — Retrieve account information.
  - **Credit Usage API** — Retrieve credit usage information.

Use action names and parameters as needed.

## Working with Proxycurl

This skill uses the Membrane CLI to interact with Proxycurl. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.

### Install the CLI

Install the Membrane CLI so you can run `membrane` from the terminal:

```bash
npm install -g @membranehq/cli
```

### First-time setup

```bash
membrane login --tenant
```

A browser window opens for authentication.

**Headless environments:** Run...

Related Claw Skills