Enrich, search, and manage company and professional data, lists, saved searches, and signals using the Specter intelligence platform via CLI.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install specter或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install specter⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/specter/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
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.
Clone and install the CLI:
git clone [email protected]: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):
~/.claude/.env for Claude Code~/.bashrc or ~/.zshrc: export SPECTER_API_KEY="your-api-key"Repository: [email protected]:FroeMic/tryspecter-cli.git
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
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
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
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
specter talent get <signalId> # Get talent signal details
specter investor-interest get <signalId> # Get investor interest signal
specter entities search --text "..." # Extract companies/investors from text
specter entities search --file <path> # Extract entities from a file (max 1000 chars)
--api-key <key> # Override SPECTER_API_KEY
--format <format> # Output format: json (default), table, csv
--help # Show help
--version # Show version
| Concept | Purpose | Example | | ------------------ | -------------------------------------- | ------------------------------------------- | | Companies | Company intelligence records | Enriched company profiles with funding, team | | People | Professional profiles | LinkedIn-enriched person data | | Lists | Curated collections of companies/people | "Target Accounts", "Hiring Pipeline" | | Saved Searches | Persisted search queries on Specter | Company or people searches from the platform | | Talent Signals | Job-move indicators | Person moved to a new company | | Investor Interest | Investment activity signals | Company attracting investor attention | | Entities | Extracted mentions from text | Company/investor names in unstructured text |
https://app.tryspecter.com/api/v1X-API-KEY: $SPECTER_API_KEYEnrich 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"
comp_, people IDs use per_.page and limit (max 5000) query parameters.DEBUG_API_ERRORS=true for detailed error logging during troubleshooting.安装 Specter CLI – AI powered startup and deal sourcing 后,可以对 AI 说这些话来触发它
Help me get started with Specter CLI – AI powered startup and deal sourcing
Explains what Specter CLI – AI powered startup and deal sourcing does, walks through the setup, and runs a quick demo based on your current project
Use Specter CLI – AI powered startup and deal sourcing to enrich, search, and manage company and professional data, lists, sa...
Invokes Specter CLI – AI powered startup and deal sourcing with the right parameters and returns the result directly in the conversation
What can I do with Specter CLI – AI powered startup and deal sourcing in my data & analytics workflow?
将技能文件夹放到 ~/.claude/skills/specter/ 目录(个人级,所有项目可用),或 .claude/skills/specter/(项目级)。重启 AI 客户端后,用 /specter 主动调用,或让 AI 根据上下文自动发现并使用。
Specter CLI – AI powered startup and deal sourcing 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Specter CLI – AI powered startup and deal sourcing 可免费安装使用。请查阅仓库了解许可证信息。
Enrich, search, and manage company and professional data, lists, saved searches, and signals using the Specter intelligence platform via CLI.
Lists the top use cases for Specter CLI – AI powered startup and deal sourcing, with example commands for each scenario
Automate my data & analytics tasks using Specter CLI – AI powered startup and deal sourcing
Identifies repetitive steps in your workflow and sets up Specter CLI – AI powered startup and deal sourcing to handle them automatically
Specter CLI – AI powered startup and deal sourcing 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。