Placed — AI Career Platform
name: placed
by ajitsingh25 · published 2026-04-01
$ claw add gh:ajitsingh25/ajitsingh25-placed---
name: placed
description: 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.
metadata:
{ "openclaw": { "emoji": "💼", "homepage": "https://placed.exidian.tech" } }
tags: "resume,interview,job-search,career,ats,cover-letter,linkedin,salary,job-tracker,ai-career,placed,exidian,mcp,claude-code,cursor,job-hunting,career-coach,resume-builder,interview-prep,job-application"
version: "1.0.0"
---
# 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"
fiIf `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 itAvailable Skills
What You Can Do
Sign Up
Create an account at https://placed.exidian.tech, then get your API key from Settings → API Keys.
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...