Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Exidian-Tech/placed-mcp --skill placed-interview-coachgit clone --depth 1 https://github.com/Exidian-Tech/placed-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/exidian-tech/placed-mcp/placed-interview-coach)<a href="https://agentmods.dev/skills/exidian-tech/placed-mcp/placed-interview-coach"><img src="https://agentmods.dev/badge/skills/exidian-tech/placed-mcp/placed-interview-coach.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00067 | $0.01026 |
| Opus 5 | $0.00034 | $0.00513 |
| Sonnet 5 | $0.00013 | $0.00205 |
| Haiku 4.5 | $0.00007 | $0.00103 |
Grade A, and why
placed-interview-coach scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Placed Interview Coach
AI-powered interview preparation via the Placed platform.
Prerequisites
Requires the Placed MCP server. Install via:
{
"mcpServers": {
"placed": {
"command": "npx",
"args": ["-y", "@exidian/placed-mcp"],
"env": {
"PLACED_API_KEY": "your-api-key",
"PLACED_BASE_URL": "https://placed.exidian.tech"
}
}
}
}
Get your API key at https://placed.exidian.tech/settings/api
Available Tools
start_interview_session— Begin a mock interview for a specific rolecontinue_interview_session— Answer questions and get real-time feedbackget_interview_feedback— Get detailed performance analysislist_interview_cases— Browse system design casesstart_system_design— Start a system design interview (URL Shortener, Twitter, Netflix, Uber)get_behavioral_questions— Get STAR-format behavioral questionssave_story_to_bank— Save STAR stories for reuse across interviews
Interview Types
Technical Interviews (Coding)
To start a mock interview:
start_interview_session(
resume_id="your-resume-id",
job_title="Senior Software Engineer",
difficulty="hard",
company="Google"
)
To answer each question:
continue_interview_session(
session_id="session-123",
user_answer="I would use a hash map to store key-value pairs for O(1) lookup..."
)
To get feedback on performance:
get_interview_feedback(session_id="session-123")
System Design Interviews
To list available cases:
list_interview_cases()
# Returns: Design Twitter, Design URL Shortener, Design Netflix, Design Uber, etc.
To start a system design session:
start_system_design(
case_id="design-twitter",
difficulty="senior"
)
System Design Framework:
- Requirements Clarification — Functional and non-functional requirements
- High-Level Architecture — Components, data flow, APIs
- Database Design — Schema, indexing, replication, sharding
- Scalability — Load balancing, caching, CDN, horizontal scaling
- Fault Tolerance — Redundancy, failover, monitoring
- Trade-offs — CAP theorem, consistency vs. availability
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 149 lines · 67 tokens per session scan A b6fa7e0a5c27
placed-interview-coach is a skill published in the GitHub repository Exidian-Tech/placed-mcp (0 stars, last pushed 4mo ago), licensed MIT. It adds 67 tokens to every session and 1,026 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
Interview Prep Generator
Generate STAR stories, practice questions, and talking points from resume.
Automation Interview Prep
Prepare for SDET and automation interviews round by round, covering coding screens, framework design, API testing tasks, scenario questions, and STAR stories built from real testing work.
Academic CV Builder
Format CVs for academic positions with publications, grants, and teaching.
interview-simulator
Simulate role-specific mock interviews, score each answer, and provide concrete feedback and model responses for interview preparation.
project-interview-skill
A Chinese-language project analysis and interview-preparation guide that creates learning and interview documents in a project repository. It presents answers in first-person STAR format, where STAR structures examples as Situation, Task, Action, and Result.
Career Changer Translator
Translate skills from one industry to another, identify transferable skills.