返回顶部
p

placed

Complete Placed career platform integration — resume builder, interview coach, job tracker, ATS checker, cover letter generator, LinkedIn optimizer, and salary tools. Use when the user wants to build or manage resumes, practice interviews, track job applications, optimize resumes for ATS, generate cover letters, research companies, or get salary insights via placed.exidian.tech.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
80
下载量
0
收藏
概述
安装方式
版本历史

placed

# 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: ```bash 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: ```bash 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: ```bash 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: ```bash # 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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 placed-1776105974 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 placed-1776105974 技能

通过命令行安装

skillhub install placed-1776105974

下载 Zip 包

⬇ 下载 placed v1.0.0

文件大小: 1.91 KB | 发布时间: 2026-4-14 14:16

v1.0.0 最新 2026-4-14 14:16
Complete Placed career platform skill with rich search tags

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部