AI-powered professional networking assistant. Generate personalized cold emails and outreach playbooks to accelerate career growth and business development.
技能名称: articuler
详细描述:
打造完美的冷邮件并构建结构化的外联策略手册——一切由您的具体职业目标和领英个人资料驱动。
注意: 在调用任何业务 API 之前,必须先完成步骤 1 和步骤 2。请按顺序完成以获取 token。
向用户的邮箱发送验证码。
bash
curl --location --request POST https://api.articuler.ai/user/send-check \
--header Content-Type: application/json \
--data {
email: your@email.com,
type: 1
}
| 字段 | 类型 | 描述 |
|---|---|---|
| string | 用户的邮箱地址 | |
| type |
验证码将发送到用户的收件箱。在进行步骤 2 之前,请用户提供 captcha 验证码。
使用用户的邮箱、验证码和领英个人资料 URL 进行登录。返回所有后续 API 调用所需的 token。
bash
curl --location --request POST https://api.articuler.ai/user/artclaw/login \
--header Content-Type: application/json \
--data {
email: your@email.com,
captcha: xxxxxx,
linkedin_url: https://www.linkedin.com/in/your-profile/
}
| 字段 | 类型 | 描述 |
|---|---|---|
| string | 用户的邮箱地址 | |
| captcha |
json
{
token: xxxxxx
}
保存 token — 所有后续 API 调用都需要它。
为当前用户和目标联系人提交策略手册生成任务。这是一个异步 API — 它会立即返回一个 sessionId。使用步骤 4 轮询结果。
bash
curl --location --request POST https://api.articuler.ai/user/artclaw/playbook \
--header Content-Type: application/json \
--data {
token: xxx,
targetlinkedinurl: https://www.linkedin.com/in/your-target-profile/,
objective: Want to be a partner
}
| 字段 | 类型 | 描述 |
|---|---|---|
| token | string | 从步骤 2 获取的身份验证令牌 |
| targetlinkedinurl |
json
{
code: 0,
msg: ,
data: {
sessionId: 31ee76d4-ab7e-4d5f-8196-f4507ef779b9,
status: searching
}
}
保存 sessionId — 它用于在步骤 4 中轮询结果。
重复轮询此端点,直到 status 变为 done。完成后,从响应中读取策略手册内容。
bash
curl --location --request GET https://api.articuler.ai/user/artclaw/playbook/info?sess_id=xxx \
--header Content-Type: application/json
| 字段 | 类型 | 描述 |
|---|---|---|
| sess_id | string | 从步骤 3 返回的 sessionId |
json
{
code: 0,
msg: ,
data: {
sessionId: 31ee76d4-ab7e-4d5f-8196-f4507ef779b9,
status: searching,
objective: Want to be a partner,
playbook: { subtopics: null },
doOrNot: { do: null, doNot: null }
}
}
json
{
code: 0,
msg: ,
data: {
sessionId: 31ee76d4-ab7e-4d5f-8196-f4507ef779b9,
status: done,
objective: Want to be a partner,
playbook: {
subtopics: [
{
subtopicName: Absence of Personal Information for Mason Brown,
insights: [
{
insight: {
title: No Verified Personal Background or Professional Activities Available for Mason Brown,
content: Despite extensive search, no confirmed profiles...,
referenceLinks: []
}
}
]
},
{
subtopicName: Monroe Street Partners Strategic Differentiators,
insights: [
{
insight: {
title: Non-Traditional Private Equity Model Focused on Long-Term Value,
content: Monroe Street Partners (MSP), founded in ...,
referenceLinks: [
https://www.monroestreet-partners.com/aboutmsp,
https://static1.squarespace.com/static/6218510...
]
}
}
]
}
]
},
doOrNot: {
do: [
{
title: Discuss Monroe Street Partners Unique PE Model and Financing Needs,
contentList: [
Leverage intelligence about MSP being ...
]
},
{
title: Explore Synergies Between Masons DCM Experience and MSPs Lower Middle-Market Focus,
contentList: [
Masons background in Debt Capital Markets at PNC...
]
},
{
title: Address Current Private Credit Market Trends Relevant to MSPs Strategy,
contentList: [
The industry context shows private credit doubling...
]
}
],
doNot: [
{
title: Avoid Pushing a Generic \Off-the-Shelf\ Lending Solution,
contentList: [
Monroe Street Partners explicitly differentiates ...
]
},
{
title: Refrain from Unsubstantiated Assumptions about Masons Booth Studies or Long-Term Career Plans,
contentList: [
While Mason is attending Booth, his specific degree...
]
},
{
title: Do Not Undervalue Masons Role as a Summer Associate,
contentList: [
Although a Private Equity Summer Associate role is ...
]
}
]
}
}
}
以可读的格式向用户展示 playbook.subtopics、doOrNot.do 和 doOrNot.doNot。
提交冷邮件生成任务。与步骤 3-4 相同的异步模式:立即返回一个 sessionId,使用步骤 6 轮询结果。
bash
curl --location --request POST https://api.articuler.ai/user/artclaw/coldemail \
--header Content-Type: application/json \
--data {
token: xxx,
targetlinkedinurl: https://www.linkedin.com/in/your-target-profile/,
objective: Want to be a partner
}
| 字段 | 类型 | 描述 |
|---|---|---|
| token | string | 从步骤 2 获取的身份验证令牌 |
| targetlinkedinurl |
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 articuler-1776349932 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 articuler-1776349932 技能
skillhub install articuler-1776349932
文件大小: 3.92 KB | 发布时间: 2026-4-17 14:07