소스 정보
- 저장소
- Wike-CHI/acquisition-agent
- 최근 소스 활동
- 2026년 5월 30일 09:29
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 2
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Wike-CHI/acquisition-agent --skill facebook-acquisition명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | facebook-acquisition |
| version | 1.0.0 |
| description | Facebook客户搜索技能。在Facebook上搜索潜在客户,挖掘行业群组,获取公司主页信息。当用户需要从Facebook获取客户时使用此技能。 |
| always | false |
| triggers | ["Facebook搜索","FB获客","社媒获客"] |
Skill Graph: 领域 → [[_index-outreach|多渠道触达领域]] | 上游 ← [[_index-discovery|客户发现领域]] | 下游 → [[company-research|企业背调]](找到公司后)
利用Facebook平台搜索潜在客户,挖掘行业群组,获取公司信息。
使用 agent-browser CLI 进行 headless 自动化搜索,无需手动操作浏览器。
首次运行必须检测 agent-browser 是否可用:
which agent-browser
npm install -g agent-browser && agent-browser install --with-deps本技能仅使用 agent-browser 的只读命令:
agent-browser open "<url>" # 打开页面
agent-browser snapshot -c # 获取页面文本内容
agent-browser close # 关闭浏览器
禁止使用:fill、click、type、eval、state save/load、cookies、network route
搜索公司主页:
# 打开 Facebook 搜索(通过 Google 索引,无需登录)
agent-browser open "https://www.google.com/search?q=site:facebook.com+{keyword}+distributor"
agent-browser snapshot -c
# 提取搜索结果中的 Facebook 公司主页链接
# 逐个访问公司主页
agent-browser open "https://www.facebook.com/{company-slug}"
agent-browser snapshot -c
# 提取:公司名称、About 信息、网站、联系方式、粉丝数
搜索行业群组:
agent-browser open "https://www.google.com/search?q=site:facebook.com/groups+{keyword}"
agent-browser snapshot -c
# 提取群组链接、名称、成员数
agent-browser close
从 snapshot 输出中提取以下字段:
{
"name": "公司名称",
"facebook": "https://www.facebook.com/xxx",
"website": "https://...",
"email": "从 About 页面提取",
"phone": "从 About 页面提取",
"followers": "粉丝数",
"industry": "行业",
"location": "地区",
"source": "facebook"
}
https://www.facebook.com/search/top?q={关键词}
关键词组合:
{industry} distributor - 行业分销商{industry} manufacturer - 行业制造商{industry} supplier - 行业供应商{product} wholesale - 产品批发示例:
industrial belt distributorconveyor belt manufacturerpower transmission suppliersite:facebook.com {关键词} {地区}
示例:
site:facebook.com industrial belt distributor USAsite:facebook.com conveyor belt manufacturer Germanyhttps://www.facebook.com/search/groups?q={行业关键词}
有价值的群组类型:
{
"name": "公司名称",
"facebook": "https://www.facebook.com/xxx",
"website": "https://...",
"email": "contact@xxx.com",
"phone": "+1-xxx-xxx",
"followers": 500,
"industry": "工业皮带分销",
"location": "USA, Texas",
"last_post": "2026-03-01",
"notes": "活跃度高,潜在客户"
}
| 英文 | 中文 |
|---|---|
| industrial belt | 工业皮带 |
| conveyor belt | 输送带 |
| power transmission | 动力传输 |
| timing belt | 同步带 |
| v-belt | V带 |
| flat belt | 平皮带 |
| 英文 | 中文 |
|---|---|
| distributor | 分销商 |
| manufacturer | 制造商 |
| supplier | 供应商 |
| wholesaler | 批发商 |
| dealer | 经销商 |
| 英文 | 中文 |
|---|---|
| USA | 美国 |
| Germany | 德国 |
| UK | 英国 |
| Australia | 澳大利亚 |
| Canada | 加拿大 |
https://www.facebook.com/search/groups?q={行业关键词}
推荐搜索关键词:
industrial beltconveyor beltpower transmissionindustrial equipment| 群组名称 | 成员数 | 活跃度 | 链接 |
|---|---|---|---|
| Automotive,Industrial& Agricultural transmission belt | 1.6万 | 20+帖/天 | 加入 |
| CONVEYOR BELT SPLICER TECH | 1.6万 | 5帖/天 | 加入 |
| Industrial V Belts | 1,447 | 5帖/天 | 加入 |
方式1:直接访问群组链接
用户: 帮我加入 "Automotive,Industrial& Agricultural transmission belt" 群组
→ 打开群组页面
→ 点击"加入"按钮
方式2:搜索后加入
用户: 搜索 conveyor belt 相关群组
→ 打开 https://www.facebook.com/search/groups?q=conveyor+belt
→ 展示群组列表
→ 用户选择要加入的群组
产品介绍帖:
🏭 Looking for industrial belt equipment?
HOLO (红龙) offers:
✅ Air/Water Cooled Press
✅ Finger Puncher
✅ Belt Slitting Machine
✅ Ply Separator
20+ years experience | CE certified
📩 DM for catalog and pricing
#IndustrialBelt #ConveyorBelt #Manufacturing
问题解答帖:
Great question about belt splicing!
From our 20+ years experience:
1. Temperature control is key
2. Pressure must be even
3. Cooling time matters
We manufacture splice presses if anyone needs equipment.
Happy to answer more questions!
Hi {Name},
I noticed your company {Company} in the {Industry} group.
We're HOLO, a manufacturer of industrial belt equipment
with 20+ years experience.
Would you be interested in discussing potential collaboration?
Best,
{Your Name}
Hi {Name},
Following up on our conversation. Here's more about our products:
- Air/Water Cooled Press (Splice Press)
- Finger Puncher
- Belt Slitting Machine
- Ply Separator
Website: www.beltsplicepress.com
Happy to discuss how we can support your business.
Best,
{Your Name}
| 指标 | 高质量 | 中等 | 低质量 |
|---|---|---|---|
| 关注者 | >500 | 100-500 | <100 |
| 最近发帖 | 1周内 | 1月内 | >3月 |
| 有联系方式 | ✅ | 部分 | ❌ |
| 行业相关 | ✅ | 间接 | ❌ |
相关技能: