← 返回 Skills 市场
Placed Career Tools
作者
Ajit Singh
· GitHub ↗
· v1.1.0
· MIT-0
325
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install placed-career-tools
功能描述
This skill should be used when the user wants to "match resume to job", "generate cover letter", "optimize resume for job", "get interview questions for comp...
安全使用建议
This skill appears to do what it says (call the Placed API) and asks only for a Placed API key. Before using it: (1) verify the homepage/endpoint (https://placed.exidian.tech) is the real service you trust, (2) prefer storing API keys in a secure store or OS keychain rather than plaintext files; if you use the suggested ~/.config/placed/credentials file, set restrictive file permissions (chmod 600) and avoid storing other secrets there, (3) be aware that 'source' will execute anything in that file — review it before sourcing, (4) do not paste your API key into public chat or logs, and (5) inspect the token's scope and rotate/revoke it if you stop using the skill. If you want stronger safety, avoid persisting the key and enter it only per-session, or manually create the credentials file with appropriate permissions instead of allowing the skill to overwrite it.
功能分析
Type: OpenClaw Skill
Name: placed-career-tools
Version: 1.1.0
The skill bundle provides a comprehensive set of career-related tools (resume matching, cover letter generation, salary insights) that interface with the Placed API at placed.exidian.tech. It manages an API key by storing it in a standard configuration directory (~/.config/placed/credentials) and uses common shell utilities (curl, python3) to perform API requests. No evidence of malicious intent, data exfiltration, or unauthorized execution was found; the behavior is consistent with the stated purpose of providing career assistance tools.
能力评估
Purpose & Capability
Name/description describe career tools and all declared actions (match resume, generate cover letters, salary data, company research). The SKILL.md only requires a Placed API key and shows curl calls to https://placed.exidian.tech/api/mcp — this is coherent and proportional to the stated functionality.
Instruction Scope
Instructions are focused on API usage and provide a shell helper (placed_call). They instruct checking $PLACED_API_KEY, sourcing ~/.config/placed/credentials, prompting the user if missing, and then writing the key back to that file. That behavior is within scope but introduces two practical concerns: (1) sourcing a file executes shell code found there (typical for env files but could execute unexpected commands if the file is compromised), and (2) the instructions overwrite/create a plaintext file with an exported key, which may expose the secret if file permissions are permissive or the file already contained other content.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — lowest disk/write risk. It relies on standard system tools (curl, bash, python3) already expected on many systems.
Credentials
No required environment variables or unrelated credentials are declared. The only secret involved is PLACED_API_KEY, which is appropriate for a service-specific API client. The skill does access $HOME/.config/placed/credentials (expected for storing that API key) but does not request other unrelated secrets.
Persistence & Privilege
Skill is not always-enabled and can be invoked by the user. It does instruct saving the API key into a per-user config file, which is normal for API clients; it does not attempt to modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install placed-career-tools - 安装完成后,直接呼叫该 Skill 的名称或使用
/placed-career-tools触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added rich search tags for better discoverability
v1.0.2
Updated skill structure with references and Claude Code plugin support
v1.0.1
Refactored: proper ClawHub skill format with frontmatter, references/api-guide.md, and trigger phrases
v1.0.0
Initial release — ATS checker, cover letters, LinkedIn optimizer via placed.exidian.tech
元数据
常见问题
Placed Career Tools 是什么?
This skill should be used when the user wants to "match resume to job", "generate cover letter", "optimize resume for job", "get interview questions for comp... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 325 次。
如何安装 Placed Career Tools?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install placed-career-tools」即可一键安装,无需额外配置。
Placed Career Tools 是免费的吗?
是的,Placed Career Tools 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Placed Career Tools 支持哪些平台?
Placed Career Tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Placed Career Tools?
由 Ajit Singh(@ajitsingh25)开发并维护,当前版本 v1.1.0。
推荐 Skills