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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ajitsingh25/placedPlaced — 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 templatesplaced-interview-coach— Mock interviews + STAR coachingplaced-career-tools— Job tracker, cover letters, salary tools, company researchplaced-resume-optimizer— AI resume optimization for specific jobsplaced-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.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ajitsingh25-placed": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
interview-mock-partner
Simulates behavioral interview questions for medical professionals.
xpoz-social-search
Search Twitter, Instagram, and Reddit posts in real time. Find social media mentions, track hashtags, discover influencers, and analyze engagement — 1.5B+ posts indexed. Social listening, brand monitoring, and competitor research made easy for AI agents.
Zerion Api Skill
Skill by abishekdharshan
career-compass
职场罗盘 by Barry — 一站式求职辅助 Skill。整合简历解析优化、公司调研(就业向)、同城职位搜索、模拟面试四大模块。输入个人信息/简历,自动生成简历优化方向、公司调研报告、招聘表单,并可进行模拟面试。
mingle
Agent-powered professional networking inside your chat. Like LinkedIn, but your AI does the networking. Find collaborators, co-founders, freelancers, experts. Double opt-in, cryptographic trust, zero spam.