# Send Specter CLI – AI powered startup and deal sourcing to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "specter",
    "name": "Specter CLI – AI powered startup and deal sourcing",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/FroeMic/specter",
    "canonicalUrl": "https://clawhub.ai/FroeMic/specter",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/specter",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=specter",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "specter",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T07:39:50.984Z",
      "expiresAt": "2026-05-16T07:39:50.984Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=specter",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=specter",
        "contentDisposition": "attachment; filename=\"specter-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "specter"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/specter"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/specter",
    "downloadUrl": "https://openagent3.xyz/downloads/specter",
    "agentUrl": "https://openagent3.xyz/skills/specter/agent",
    "manifestUrl": "https://openagent3.xyz/skills/specter/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/specter/agent.md"
  }
}
```
## Documentation

### Install

Clone and install the CLI:

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):

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

### 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
specter lists companies get <listId>                  # Get list metadata
specter lists companies results <listId>              # Get companies in a list
specter lists companies add <listId>                  # Add companies to a list
specter lists companies remove <listId>               # Remove companies from a list
specter lists companies delete <listId>               # Delete a company list
specter lists people list                             # List all people lists
specter lists people create <name>                    # Create a people list
specter lists people results <listId>                 # Get people in a list
specter lists people delete <listId>                  # Delete a people list

### Saved searches:

specter searches list                                 # List all saved searches
specter searches delete <searchId>                    # Delete a saved search
specter searches companies get <searchId>             # Get company search details
specter searches companies results <searchId>         # Get company search results
specter searches people get <searchId>                # Get people search details
specter searches people results <searchId>            # Get people search results
specter searches talent get <searchId>                # Get talent search details
specter searches talent results <searchId>            # Get talent signal results
specter searches investor-interest get <searchId>     # Get investor interest details
specter searches investor-interest results <searchId> # Get investor interest results

### Signals:

specter talent get <signalId>                         # Get talent signal details
specter investor-interest get <signalId>              # Get investor interest signal

### Entity extraction:

specter entities search --text "..."                  # Extract companies/investors from text
specter entities search --file <path>                 # Extract entities from a file (max 1000 chars)

### Global options:

--api-key <key>       # Override SPECTER_API_KEY
--format <format>     # Output format: json (default), table, csv
--help                # Show help
--version             # Show version

### Key Concepts

ConceptPurposeExampleCompaniesCompany intelligence recordsEnriched company profiles with funding, teamPeopleProfessional profilesLinkedIn-enriched person dataListsCurated collections of companies/people"Target Accounts", "Hiring Pipeline"Saved SearchesPersisted search queries on SpecterCompany or people searches from the platformTalent SignalsJob-move indicatorsPerson moved to a new companyInvestor InterestInvestment activity signalsCompany attracting investor attentionEntitiesExtracted mentions from textCompany/investor names in unstructured text

### API Reference

Base URL: https://app.tryspecter.com/api/v1
Auth: X-API-KEY: $SPECTER_API_KEY
Rate Limits: 15 requests per second per API key (auto-retry with exponential backoff)
Credits: Per-team allocation, 1 credit per successful result, resets monthly

### Common API Operations

Enrich a company by domain:

curl -X POST https://app.tryspecter.com/api/v1/companies/enrich \\
  -H "X-API-KEY: $SPECTER_API_KEY" \\
  -H "Content-Type: application/json" \\
  -d '{"domain": "example.com"}'

Enrich a person by LinkedIn:

curl -X POST https://app.tryspecter.com/api/v1/people/enrich \\
  -H "X-API-KEY: $SPECTER_API_KEY" \\
  -H "Content-Type: application/json" \\
  -d '{"linkedin": "https://www.linkedin.com/in/johndoe"}'

Search companies:

curl -X GET "https://app.tryspecter.com/api/v1/companies/search?query=acme" \\
  -H "X-API-KEY: $SPECTER_API_KEY"

Get company search results:

curl -X GET "https://app.tryspecter.com/api/v1/searches/companies/<searchId>/results?page=0&limit=50" \\
  -H "X-API-KEY: $SPECTER_API_KEY"

### Notes

Saved searches must have "Share with API" enabled on the Specter platform before they appear via the API.
API-created lists are automatically shareable; platform-created lists need "Share with API" toggled on.
Saved searches cannot be created through the API, only queried and deleted.
Company IDs use the format comp_*, people IDs use per_*.
Pagination uses 0-indexed page and limit (max 5000) query parameters.
The CLI automatically retries rate-limited requests up to 3 times with exponential backoff.
Set DEBUG_API_ERRORS=true for detailed error logging during troubleshooting.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: FroeMic
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-09T07:39:50.984Z
- Expires at: 2026-05-16T07:39:50.984Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/specter)
- [Send to Agent page](https://openagent3.xyz/skills/specter/agent)
- [JSON manifest](https://openagent3.xyz/skills/specter/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/specter/agent.md)
- [Download page](https://openagent3.xyz/downloads/specter)