TopRank Skills

Home / Claw Skills / Git / GitHub / Specter
Official OpenClaw rules 54%

Specter

SKILL.md specter cli Enrich, search, and manage company and people data from the Specter intelligence platform via the specter cli. Look up companies by domain, enrich professionals via LinkedIn, manage lists, query saved searches, and track talent and investor signals.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
froemic/specter
Author
froemic
Source Repo
openclaw/skills
Version
-
Source Path
skills/froemic/specter
Latest Commit SHA
953f67ed8504d4dd8d159ace9b2a0d84e9d4d64c

Extracted Content

SKILL.md excerpt

SKILL.md
specter-cli
Enrich, search, and manage company and people data from the Specter intelligence platform via the specter-cli. Look up companies by domain, enrich professionals via LinkedIn, manage lists, query saved searches, and track talent and investor signals.

## Install

Clone and install the CLI:

```bash
git clone git@github.com:FroeMic/tryspecter-cli.git
cd tryspecter-cli
npm install
npm run build
npm link
```

Set `SPECTER_API_KEY` environment variable (get it from [Specter Settings > API Console](https://app.tryspecter.com/settings/api-console)):

- **Recommended:** Add to `~/.claude/.env` for Claude Code
- **Alternative:** Add to `~/.bashrc` or `~/.zshrc`: `export SPECTER_API_KEY="your-api-key"`

Repository: git@github.com:FroeMic/tryspecter-cli.git

## Commands

### Company enrichment and lookup:

```
specter companies enrich --domain <domain>            # Enrich company by domain
specter companies enrich --linkedin <url>             # Enrich company by LinkedIn URL
specter companies enrich --website <url>              # Enrich company by website
specter companies get <companyId>                     # Get company details by Specter ID
specter companies similar <companyId>                 # Find similar companies
specter companies people <companyId>                  # Get team members
specter companies search <query>                      # Search companies by name or domain
```

### People enrichment and lookup:

```
specter people enrich --linkedin <url>                # Enrich person by LinkedIn identifier
specter people get <personId>                         # Get person details by Specter ID
specter people email <personId>                       # Get person's email address
specter people find-by-email <email>                  # Reverse lookup person by email
```

### List management:

```
specter lists companies list                          # List all company lists
specter lists companies create <name>                 # Create a company list
s...

Related Claw Skills