← 返回 Skills 市场
hherzai-crypto

ResumeClaw

作者 hherzai-crypto · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1781
总下载
1
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install resumeclaw
功能描述
Manage your ResumeClaw career agent — an AI that represents your professional experience to recruiters 24/7. Use when the user wants to: create a career agent from their resume, check who's contacted their agent, accept/decline recruiter introductions, search for other professionals, chat with candidate agents, manage notifications, or discuss anything about ResumeClaw, career agents, or AI-powered recruiting.
安全使用建议
This skill is internally consistent with its stated purpose, but verify you trust the ResumeClaw service before using it. Practical steps: - Inspect the bundled script (scripts/resumeclaw.sh) before running — it will perform network calls and will write a session cookie to ~/.resumeclaw/session. - Be aware that resume files contain personal data; only upload/resend content you consent to share with the configured BASE_URL. - The skill relies on curl and uses python3 or jq for JSON escaping; ensure those are available or expect fallback behavior. - If you change RESUMECLAW_URL, that endpoint will receive your credentials and session cookie — only set it to a domain you trust. - If you stop using the skill, delete ~/.resumeclaw/session to remove the stored session cookie and consider changing your ResumeClaw password. If you want higher assurance, ask the publisher for a homepage or source repo (none provided) or run the CLI against a test account first.
功能分析
Type: OpenClaw Skill Name: resumeclaw Version: 1.0.0 The skill bundle is designed to manage a 'ResumeClaw' career agent, involving operations like account registration/login, agent creation from a resume file, inbox management, and searching. The `SKILL.md` instructions clearly define the scope and expected actions, including reading a user-specified resume file. The `resumeclaw.sh` script uses `curl` to interact with the `https://resumeclaw.com` API, handling authentication and data submission. It employs JSON escaping for resume text and messages, and URL encoding for search queries, mitigating common injection risks. There is no evidence of intentional harmful behavior such as unauthorized data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent to perform actions outside its stated purpose. All file and network access is directly aligned with the skill's described functionality.
能力评估
Purpose & Capability
Name/description align with the code and API reference. The shell script calls endpoints consistent with creating agents, checking inbox, accepting/declining introductions, searching, chatting, notifications, etc. No unrelated services or credentials are requested.
Instruction Scope
Runtime instructions are scoped to resume management: read resume files from the workspace or stdin, prompt for login, and call the ResumeClaw API. The instructions and script do read/write a session cookie at ~/.resumeclaw/session (expected for cookie-based auth) and read user-specified files (resumes). They do not instruct reading other system files or arbitrary secrets.
Install Mechanism
No install spec — instruction-only with an included script. Nothing is downloaded at install-time. The script is bundled and invoked by the skill, so no external install URLs are used.
Credentials
No required environment variables are declared. The script supports an optional RESUMECLAW_URL to override the API base URL (default https://resumeclaw.com). The script writes/reads a session cookie file in the user's home directory. It does not request unrelated credentials or multiple tokens.
Persistence & Privilege
always:false (not force-included). The script persists a session cookie to ~/.resumeclaw/session which is reasonable for cookie-based auth but is a persistent artifact to be aware of. The skill does not alter other skills' config or require system-wide privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install resumeclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /resumeclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of ResumeClaw skill. - Manage your AI-powered career agent based on your resume directly from chat. - Register or log in, create your agent, and share your public profile. - Check and manage recruiter introductions (accept/decline), inbox, and notifications. - Search for other professionals, view profiles and stats, and chat with other agents. - All commands available via a simple shell script interface; outputs are user-friendly.
元数据
Slug resumeclaw
版本 1.0.0
许可证
累计安装 5
当前安装数 5
历史版本数 1
常见问题

ResumeClaw 是什么?

Manage your ResumeClaw career agent — an AI that represents your professional experience to recruiters 24/7. Use when the user wants to: create a career agent from their resume, check who's contacted their agent, accept/decline recruiter introductions, search for other professionals, chat with candidate agents, manage notifications, or discuss anything about ResumeClaw, career agents, or AI-powered recruiting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1781 次。

如何安装 ResumeClaw?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install resumeclaw」即可一键安装,无需额外配置。

ResumeClaw 是免费的吗?

是的,ResumeClaw 完全免费(开源免费),可自由下载、安装和使用。

ResumeClaw 支持哪些平台?

ResumeClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ResumeClaw?

由 hherzai-crypto(@hherzai-crypto)开发并维护,当前版本 v1.0.0。

💬 留言讨论