Token导航 LogoToken导航TokenDH.com
待分类敏感数据github未标认证来源可访问许可证需确认审计提醒

buying-signals购买信号

Agent Skill

buying-signals 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

514

周安装

21

GitHub Stars

公开资料未说明

下载量

165
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:buying-signals(购买信号)
来源仓库:https://github.com/alavida-ai/skills
仓库路径:skills/buying-signals
安装命令:
npx skills add https://github.com/alavida-ai/skills --skill buying-signals
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/alavida-ai/skills --skill buying-signals

简介

buying-signals 用于检测企业客户的 B2B 购买信号,辅助销售线索识别与触达时机判断。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中分析公司动态、领导层变更与高意向行为指标。
  • 使用时需通过 Alavida CLI 输入企业 ID 与域名,自动轮询公开信号并生成结构化报告。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Buying Signals

Detect B2B buying signals for prospect companies via the Alavida CLI.

Quick Start

npm install -g @alavida/cli && alavida auth

# Analyze a company
alavida run buying-signals --input '{
  "companies": [{"company_id": "acme-1", "company_name": "Acme Corp", "domain": "acme.com"}]
}' --poll

Setup

Install the CLI and authenticate:

npm install -g @alavida/cli
alavida auth

Verify you're connected:

alavida auth status
alavida credits

Running Analysis

Single Company

alavida run buying-signals --input '{
  "companies": [{
    "company_id": "stripe-1",
    "company_name": "Stripe",
    "domain": "stripe.com"
  }]
}' --poll

Multiple Companies

alavida run buying-signals --input '{
  "companies": [
    {"company_id": "stripe-1", "company_name": "Stripe", "domain": "stripe.com"},
    {"company_id": "vercel-1", "company_name": "Vercel", "domain": "vercel.com"},
    {"company_id": "linear-1", "company_name": "Linear", "domain": "linear.app"}
  ]
}' --poll

With People (Better Signal Detection)

Adding key people improves social signal detection (founder pain posts, conference speaking):

alavida run buying-signals --input '{
  "companies": [{
    "company_id": "acme-1",
    "company_name": "Acme Corp",
    "domain": "acme.com",
    "website_url": "https://acme.com",
    "people": [
      {
        "full_name": "Jane Doe",
        "job_title": "CEO & Founder",
        "role_type": "decision_maker",
        "twitter_handle": "@janedoe",
        "linkedin_url": "https://linkedin.com/in/janedoe"
      }
    ]
  }]
}' --poll

From a JSON File

alavida run buying-signals --input companies.json --poll

Submit and Check Later

Jobs run asynchronously. Submit without --poll and check back:

# Submit
alavida run buying-signals --input '{"companies": [...]}'
# => Job submitted: 550e8400-...

# Do other work, then check
alavida jobs status 550e8400-e29b-41d4-a716-446655440000

# Or list all jobs
alavida jobs

Input Schema

View the full input/output schema anytime:

alavida schema buying-signals

Company Fields

FieldRequiredDescription
company_idYesUnique identifier
company_nameYesCompany name
domainNoDomain (e.g., "acme.com")
website_urlNoFull website URL
peopleNoKey people for social signal detection

Person Fields

FieldRequiredDescription
full_nameYesPerson's full name
job_titleYesJob title
role_typeNodecision_maker or champion
twitter_handleNoTwitter handle with @
linkedin_urlNoLinkedIn profile URL

Signal Types

Signal TypeWeightDescription
founder_pain_post100Founder expressing need for creative/marketing help
job_post_creative90Hiring designer, video editor, creative director
funding_announcement80Recent funding round (seed through Series C+)
yc_batch80Y Combinator company preparing for Demo Day
stealth_launch75Company coming out of stealth or launching
job_post_marketing60Hiring marketing roles (CMO, growth, demand gen)
partnership_announced50New partnership or integration
conference_speaking40Founder/exec speaking at conference

Tier System

TierScoreAction
HOT150+Prioritize immediately
WARM80-149Good outreach candidates
COOL40-79Monitor for more signals
COLD<40Lowest priority

CLI Reference

CommandDescription
alavida authAuthenticate with API key
alavida auth statusShow auth status and credit balance
alavida creditsView credit balance and usage
alavida run buying-signals --input '<json>' --pollRun analysis and wait for results
alavida run buying-signals --input file.jsonSubmit from file
alavida jobsList all jobs
alavida jobs status <job_id>Check job status and results
alavida schema buying-signalsView input/output schema
alavida registryBrowse all available components

Pricing

  • Base cost: 500 credits per run
  • Typical range: 400-800 credits depending on signal density
  • Credits are deducted after job completion

Check your balance: alavida credits

Error Handling

ErrorFix
Not authenticatedRun alavida auth
Invalid API key (401)Get a new key from the dashboard
Insufficient credits (402)Top up at the dashboard
Service unavailable (503)Try again in a few minutes
Job failedRun alavida jobs status <job_id> for details

Other Components

Browse the full registry:

alavida registry
ComponentTypeDescription
buying-signalsworkflowB2B buying signal detection
echotoolTest component for sync calls
echo-workflowworkflowTest component for async flows

Install and run any component the same way:

alavida schema <slug>
alavida run <slug> --input '{...}' --poll

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.49%
按下载量换算55

Claude

31.56%
按下载量换算52

Cursor

17.66%
按下载量换算29

Gemini CLI

9.16%
按下载量换算15

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills