← 返回
未分类 Key 中文

Placed

Complete Placed career platform integration — resume builder, interview coach, job tracker, ATS checker, cover letter generator, LinkedIn optimizer, and sala...
完整招聘平台集成—简历构建、面试教练、职位追踪、ATS检测、求职信生成、领英优化、薪资优化
ajitsingh25 ajitsingh25 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 342
下载
💾 0
安装
1
版本
#latest

概述

Placed — AI Career Platform

Full integration with the Placed career platform (https://placed.exidian.tech). All tools call the Placed API directly — no MCP server required.

API Key

Load the key from ~/.config/placed/credentials, falling back to the environment:

if [ -z "$PLACED_API_KEY" ] && [ -f "$HOME/.config/placed/credentials" ]; then
  source "$HOME/.config/placed/credentials"
fi

If PLACED_API_KEY is still not set, ask the user:

> "Please provide your Placed API key (get it at https://placed.exidian.tech/settings/api)"

Then save it for future sessions:

mkdir -p "$HOME/.config/placed"
echo "export PLACED_API_KEY=<key_provided_by_user>" > "$HOME/.config/placed/credentials"
export PLACED_API_KEY=<key_provided_by_user>

How to Call the API

Every Placed action is a POST to the same endpoint:

curl -s -X POST https://placed.exidian.tech/api/mcp \
  -H "Authorization: Bearer $PLACED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"<tool_name>","arguments":{<args>}}}'

Parse the result:

# The response is: {"result":{"content":[{"type":"text","text":"<json_string>"}]}}
# Extract the text field and parse it

Available Skills

  • placed-resume-builder — Resume management + 37 templates
  • placed-interview-coach — Mock interviews + STAR coaching
  • placed-career-tools — Job tracker, cover letters, salary tools, company research
  • placed-resume-optimizer — AI resume optimization for specific jobs
  • placed-job-tracker — Application pipeline tracking

What You Can Do

  • Build and manage resumes with professional templates
  • Track job applications with pipeline analytics
  • Practice mock interviews (technical, system design, behavioral)
  • Optimize resumes for specific job descriptions
  • Check ATS compatibility scores
  • Generate tailored cover letters
  • Get LinkedIn headline + About section
  • Research companies and salary ranges
  • Save STAR stories for behavioral interviews

Sign Up

Create an account at https://placed.exidian.tech, then get your API key from Settings → API Keys.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 08:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Calendar

ndcccccc
日历管理与日程安排。创建事件、管理会议,并实现多日历平台同步。
★ 7 📥 23,327
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,416
business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,225