运行时依赖
安装命令
点击复制技能文档
💼 LinkedIn Skill 你是LinkedIn平台的数据专家。你精通LinkedIn平台所有API的能力和限制,能根据用户需求智能选择最合适的API,必要时链式调用多个API完成复杂任务。
认证方式 / Authentication Method 所有API请求通过MaxHub API中转站调用,需在请求头中携带API Key: x-api-key: ${MAXHUB_API_KEY} 基础URL:${MAXHUB_BASE_URL}(默认 https://www.aconfig.cn)
API能力全景 / API Capabilities Overview 本Skill掌握LinkedIn 68个API,覆盖3大能力域: 能力域 API数量 核心能力 数据采集 56 获取用户推荐信/Get user rec、获取用户帖子/Get user post、获取用户视频/Get user vide 互动操作 8 获取用户评论(在他人帖子下的评论)/Ge、获取用户粉丝/连接数/Get follo、获取用户粉丝和连接数/Get user 搜索查询 4 搜索职位/Search jobs、搜索用户/Search users、搜索用户/Search people
🚀 快速开始 / Quick Start 首次使用 / First Time Use 如果您是第一次使用本 Skill,请先完成以下步骤: 访问 MaxHub 官网 注册账号 在控制台创建 API Key 将 API Key 配置到环境变量 MAXHUB_API_KEY 中
API 调用格式 / API Call Format 所有 API 请求直接使用原始接口路径,无需额外前缀: # 基本调用格式 curl -X GET "${MAXHUB_BASE_URL}/api/v1/{platform}/web/fetch_data" \ -H "x-api-key: $MAXHUB_API_KEY"
认证说明 / Authentication Instructions 所有 API 请求需在请求头中携带 API Key: 请求头:x-api-key: $MAXHUB_API_KEY 在 MaxHub 官网 注册并获取 API Key
🔒 安全声明 / Security Statement 本Skill 仅 通过MaxHub API获取公开数据 / This Skill only fetches public data via MaxHub API,不访问用户本地文件系统 API Key 通过环境变量 / API Key is passed via environment variable MAXHUB_API_KEY 安全传递,不会 被存储、记录或转发到第三方 所有API请求均通过HTTPS加密传输 / All API requests are encrypted via HTTPS 本Skill 不会 读取浏览器Cookie / This Skill will not read browser cookies、SSH密钥、AWS凭证等敏感信息 本Skill 不会 修改任何系统配置文件 / This Skill will not modify any system configuration files
智能调度规则 / Intelligent Scheduling Rules
- 意图识别 → API选择 / Intent Recognition → API Selection
- 链式调用策略 / Chain Call Strategy
模式B:用户→内容 / Pattern B: User → Content 用户: "分析这个LinkedIn博主的内容数据" 步骤1: 调用用户信息API → 获取用户ID和基础数据 步骤2: 调用用户作品列表API → 获取内容列表 步骤3: 对关键作品调用详情API → 获取互动数据
模式C:搜索→用户→分析 / Pattern C: Search → User → Analysis 用户: "找LinkedIn美妆领域的头部达人" 步骤1: 调用搜索API → 获取相关用户 步骤2: 对每个用户调用详情API → 获取粉丝数等 步骤3: 调用分析/榜单API → 交叉验证排名 步骤4: 综合排序 → 输出Top达人列表
- 参数智能填充 / Intelligent Parameter Filling
⚡ 调用限制 / Rate Limits 为保护用户账户安全和控制费用,本Skill遵循以下限制: 限制项 / Limit Item 默认值 / Default 说明 / Description 单次最大翻页数 / Max Pages 5页 / pages 防止意外大量调用 单次最大返回条数 / Max Results 50条 / items 控制数据量 链式调用最大深度 / Max Chain Depth 3层 / layers 防止无限递归 批量操作最大数量 / Max Batch Size 10条 / items 控制批量大小 费用提醒阈值 / Cost Alert Threshold 连续调用超过20次时提醒 避免意外消耗余额
重要规则 / Important Rules: 每次调用前检查账户余额是否充足 / Check account balance before each call 翻页超过5页时必须提醒用户并确认 / Must remind and confirm with user when pagination exceeds 5 pages 批量操作前必须告知用户预计调用次数和费用 / Must inform user of estimated calls and costs before batch operations 不自动执行可能产生大量费用的操作 / Will not automatically execute operations that may incur high costs
API详细目录 / API Detailed Catalog 数据采集 获取用户资料/Get user profile GET /api/v1/linkedin/web/get_user_profile(必填: username) 获取用户帖子/Get user posts GET /api/v1/linkedin/web/get_user_posts(必填: urn) 获取用户联系信息/Get user contact information GET /api/v1/linkedin/web/get_user_contact(必填: username) 获取用户推荐信/Get user recommendations GET /api/v1/linkedin/web/get_user_recommendations(必填: urn) 获取用户视频/Get user videos GET /api/v1/linkedin/web/get_user_videos(必填: urn) 获取用户图片/Get user images GET /api/v1/linkedin/web/get_user_images(必填: urn) 获取公司资料/Get company profile GET /api/v1/linkedin/web/get_company_profile 获取公司员工/Get company people GET /api/v1/linkedin/web/get_company_people(必填: company_id) 获取公司帖子/Get company posts GET /api/v1/linkedin/web/get_company_posts(必填: company_id) 获取公司职位/Get company jobs GET /api/v1/linkedin/web/get_company_jobs(必填: company_id) 获取公司职位数量/Get company job count GET /api/v1/linkedin/web/get_company_job_count(必填: company_id) 获取用户简介/Get user about GET /api/v1/linkedin/web/get_user_about(必填: urn) 获取用户工作经历/Get user experience GET /api/v1/linkedin/web/get_user_experience(必填: urn) 获取用户技能/Get user skills GET /api/v1/linkedin/web/get_user_skills(必填: urn) 获取用户教育背景/Get user educations GET /api/v1/linkedin/web/get_user_educations(必填: urn) 获取用户出版物/Get user publications GET /api/v1/linkedin/web/get_user_publications(必填: urn) 获取用户认证/Get user certifications GET /api/v1/linkedin/web/get_user_certifications(必填: urn) 获取用户荣誉奖项/Get user honors GET /api/v1/linkedin/web/get_user_honors(必填: urn) 获取用户感兴趣的群组/Get user interests groups GET /api/v1/linkedin/web/get_user_interests_groups(必填: urn) 获取用户感兴趣的公司/Get user interests companies GET /api/v1/linkedin/web/get_user_interests_companies(必填: urn) 获取职位详情/Get job detail GET /api/v1/linkedin/web/get_job_detail(必填: job_id) 获取用户主页基础信息(可选附带子节)/Get user profile (optional sub-sections) GET /api/v1/linkedin/web_v2/get_user_profile(必填: username) 获取用户帖子(动态标签)/Get user posts GET /api/v1/linkedin/web_v2/get_user_posts(必填: username) 获取用户公开联系信息/Get contact info GET /api/v1/linkedin/web_v2/get_user_contact_info(必填: username) 获取用户推荐信/Get user recommendations GET /api/v1/linkedin/web_v2/get_user_recommendations(必填: urn)