基准评分
ProfileClaw 在 Agent 就绪度与 AI 可见性上的得分 AI 就绪度和 GEO Score 是 VibeLaunch 在提交后生成的平台评估。
决策摘要
寻求在智能体工作流中实现职业感知个性化的AI智能体开发者及用户
将结构化职业背景注入AI智能体提示,实现个性化辅导、职位匹配及技能推荐
适合
- 需要结构化职业背景以实现个性化交互的AI智能体开发者
- 寻求智能体原生的个人资料API并支持Webhook事件通知的职业平台
- 智能体原生API设计减少了与为LLM消费调整通用个人资料API相比的集成开销。
注意
- 免费层级限制每小时100次请求——不足以支撑生产规模的智能体工作负载
- 未提供SDK;集成需通过原始HTTP调用并手动管理密钥
- 付费层级定价及功能详情未在公开文档中披露
概述
每次打开 Claude Code 或 OpenClaw 的新会话,前几百个 token 都在重复介绍自己:做什么的、技术栈是什么、在做什么项目、之前试过什么方案。一周十几个会话下来,你在花钱教一个聊天结束就清零的模型记住同一套信息。
它的方案是:花 15 分钟建一份结构化职业档案,之后每个 AI Agent 都能直接读取,不再需要自我介绍环节。它的标语概括了这个赌注:「Profile is the new protocol」:档案即协议。

ProfileClaw 是什么
ProfileClaw 是一个面向 AI Agent 时代的职业档案工具。它把心理测评和履历解析结合起来,生成一个结构化的「人类上下文层」:你在职业上是谁、能做什么、偏好什么,变成机器可读的数据。
输出不是一份 PDF 简历,而是一个 AI Agent 通过 API 调用的结构化数据资产。你只需要在 Agent 运行时里粘贴一条指令,它就会在第一条 prompt 之前载入你的完整档案作为工作上下文。
四套测评,一份档案
档案由四个测评维度构成:
RIASEC(霍兰德)兴趣测评:付费。用真实工作内容来判断你对哪些任务类型有持续投入的意愿。据厂商说明,适合用来收窄职业方向。
职场行为风格测评:免费。基于大五人格衍生,覆盖分析、协作、执行、学习、抗压和创新等维度。
职业驱动力测评:免费。识别你在职业决策中最看重的因素:稳定、成长、回报、意义、自主权。
技能与天赋测评:免费。不只关注显性技能,还评估可迁移的潜在优势。
用户还可以上传简历和补充材料让 AI 解析。每套测评几分钟,据厂商数据,完整建档约 15 分钟。
为什么 Agent 需要「人类上下文层」
AI Agent 的多轮对话有一个结构性缺陷:每次会话都是冷启动。除非你手动粘贴上下文,否则 Agent 对你一无所知。最初的几轮对话永远是自报家门:你的角色、目标、边界。
这不只是烦人。它很贵。每次新会话里重建上下文的 token 成本会持续叠加。它的核心判断是:个人上下文应该像 API 凭证一样可复用:配置一次,接入每个 Agent 调用,把 token 用在真正推进事情上。
这个类比是成立的:正如 OAuth 标准化了身份验证、让每个应用不用自己搞一套登录系统,一个档案协议标准化了「用户是谁」、让每个 Agent 不需要寒暄环节。
Agent 如何读取你的档案
平台通过 Context API 对外暴露档案数据,由 ProfileClaw Key(API 令牌)保护。用户在设置中生成 Key,自主决定哪些 Agent 可以读取,随时可撤销。
与 Agent 运行时的集成通过一条指令完成。对于 OpenClaw、Claude Code、OpenCode 等能自动继续的运行环境,用户粘贴推荐 prompt。其他环境有 CLI 回退方案。档案默认加密,解密密钥由用户持有。
除了个人使用,平台描述了一套企业招聘工作流(开发中):雇主端在工作流中查询同一套上下文层,经用户授权后进行匹配和人才运营。
定价方案
该工具采用积分制而非功能分级。所有方案都能使用相同的测评和 API,区别在于每月积分额度。
据第三方目录信息并与官网交叉验证:
- Free:每月 30 积分。覆盖基础建档、有限测评和小规模 AI 工作流。
- Pro:¥39/月(约合 $5.40,2026 年 7 月汇率)。500 积分。解锁 AI 简历优化、多版本管理和长期数据保存。
- Max:¥99/月(约合 $13.60)。1500 积分。增加 AI 简历重设计和高频 Agent 工作流。
正在形成的「档案协议」赛道
ProfileClaw 不是唯一押注 AI Agent 需要可复用上下文的玩家。Personal Context Protocol (PCP) 是一个开源协议,从不同路径解决同一问题:它提供一套 MCP 兼容的 API,用于在任何 AI 工具之间存储和调用用户偏好、历史和身份。区别在于:ProfileClaw 是自带职业测评和 UI 的产品,PCP 是开发者可自部署的协议基础设施。
其他相关尝试包括 HCP-Protocol 和 Agent Personality Protocol,都是试图标准化 Agent 如何存储和回忆用户上下文的开源规范。截至 2026 年中,没有哪个获得了广泛采用,赛道仍处于共识形成之前的阶段。
它押注的是垂直方向:聚焦职业场景,用测评驱动的深度取代通用的偏好存储。市场最终会倾向垂直产品还是水平协议,尚无定论。推测两者会共存,如同 Slack 与 SMTP 并存。
如需了解 OpenClaw 生态中的相关工具,可参考 OpenClaw AI。如果关注求职匹配,可对比 CareerLoop,它在职业发现上采用了不同路径。
常见问题
ProfileClaw 不做什么?
它不自动投递简历、不写求职信、不爬招聘网站。它是一个上下文层,不是自动化 Agent。据厂商说明,平台也不会用你的数据训练模型:档案默认加密、访问权限由用户控制。与所有厂商的数据安全声明一样,独立验证有限。
ProfileClaw 是什么?
ProfileClaw 是一个职业档案工具,将测评数据和履历材料整合为结构化、机器可读的档案,供 AI Agent 作为工作上下文直接读取,不再需要在每次会话中重新介绍自己。
谁做的 ProfileClaw?
由职虾(Zhixia)开发,一家中国公司。截至 2026 年 7 月,具体的创始人和团队信息未公开披露。
ProfileClaw 多少钱?
提供免费版(30 积分/月)、Pro 版 ¥39/月(约 $5.40)和 Max 版 ¥99/月(约 $13.60)。按积分计费,所有功能在所有方案中均可使用,区别在于积分额度。
支持哪些 AI Agent?
已集成 OpenClaw、Claude Code、OpenCode、Nanobot,以及任何支持其 Context API 的运行环境。其他环境可使用 CLI 回退方案。
数据安全吗?
据厂商说明,档案默认加密,解密密钥由用户持有。通过 ProfileClaw Key 系统按 Agent 授权、可随时撤销。截至 2026 年 7 月,尚无公开的独立安全审计。
和普通简历或 LinkedIn 有什么区别?
简历和 LinkedIn 为人眼阅读优化。它产出的是机器可读的结构化上下文,AI Agent 直接消费:无需解析、无需猜测、不会遗漏信号。测评维度提供了传统简历无法捕捉的心理测量深度。
评价 (0)
还没有评价。成为第一个评价的人!
评分构成
编辑评分由哪些维度构成,每项附判断依据。 AI 就绪度和 GEO Score 是 VibeLaunch 在提交后生成的平台评估。
Information quality
OpenAPI 3.1.0规范结构清晰,包含类型化模式和枚举的x-error-codes。文档在英文和中文来源中保持一致。源包中未出现第三方验证或用户评价。
API规范定义了粒度化的错误码、类型化的Webhook事件枚举以及包含速率限制头的结构化响应模式。
Ease of use
单工作流快速入门、curl示例及双语技能定义降低了上手摩擦力。API密钥生成是直接的基于设置的流程。无SDK意味着原始HTTP是唯一的集成路径。
快速入门规定了创建密钥→调用上下文→扩展工作流的流程。英文和中文的skill.md文件均提供了可直接使用的智能体指令。
Feature depth
职业图谱、相似路径计算、Webhook和结构化错误为v1 API提供了合理的深度。未记录SDK、批量操作或高级分析端点。
六种Webhook事件类型、/api/v1/similar-paths上可配置的相似度匹配以及可扩展的职业图谱查询参数。
Workflow fit
专为AI智能体上下文注入而构建。节省Token的参数和Webhook驱动的响应性与智能体工作流模式一致。技能行为规则强制执行用户语言匹配和行动优先的响应。
resumeSkillsLimit和alertsLimit参数控制面向LLM窗口的响应大小。智能体技能规则要求以下一步行动为导向并匹配语言。
Reliability
文档中记录了速率限制和带有重试头的结构化错误码。源包中未提供正常运行时间SLA、状态页面或事件历史。
所有响应上均有X-RateLimit头,429响应上有Retry-After头,以及粒度化的x-error-codes。除API契约外无运营透明度。
Value
免费层级每小时100次请求提供了实验和低流量智能体的可用入口。付费层级详情除存在billing.payment_required错误码外未披露。
免费层级在技能配置中有文档说明。计费错误码确认付费层级存在,但无定价、功能门控或方案比较公开。
评分反映可查证的产品资料,不代表实际使用效果保证。
Agent 就绪度
评估 Agent 能否通过产品的官方信息理解产品,并重建一条有文档依据的工作流程。
Automated agent-readiness assessment of https://profileclaw.com/en: 8 of 22 checks verified across 5 fetched pages. No substantial machine interface is documented — agents can understand and cite the product but not operate it. Absent: agent_tooling_artifacts, response_examples, version_information, changelog, cli_non_interactive, cli_structured_output.
就绪度维度
| 评估维度 | 得分 |
|---|---|
| 文档质量 | 75 |
| 执行结果可验证性 | 38 |
| 机器接口 | 35 |
| 项目定位清晰度 | 75 |
| 资源可发现性 | 100 |
| 工作流完整度 | 83 |
对 Agent 有帮助的部分
- docs: verified during this run
- llms txt: verified during this run
- sitemap: verified during this run
- quickstart: verified during this run
- authentication: verified during this run
- error documentation: verified during this run
Agent 受阻的部分
- No agent instruction files, code-distribution commands, or named slash-command skills found across fetched pages.
- No response examples signal matched across 5 fetched pages.
- No version information signal matched across 5 fetched pages.
- No changelog signal matched across 5 fetched pages.
- No sdk signal matched across 5 fetched pages.
- No mcp signal matched across 5 fetched pages.
| 检查项 | 状态 | 详情 |
|---|---|---|
| 理解产品2/5 已核验 | ||
| 产品文档 | 已核验 | Developer/documentation pages reachable from the entry page (e.g. https://profileclaw.com/en/developers). |
| 快速开始 | 已核验 | Probe matched on https://profileclaw.com/en/developers: /quick ?start|getting started|in (five|5)/. |
| API 参考 | 部分可用 | Weak signal on the entry page only: /api (reference|documentation|endpoints?)/. |
| 请求示例 | 部分可用 | Weak signal on the entry page only: /curl\s+-X |request (body|example)|<code>/. |
| 响应示例 | 未在本次官方来源链中找到 | |
| 连接接口2/4 已核验 | ||
| SDK | 未在本次官方来源链中找到 | |
| MCP 接口 | 未在本次官方来源链中找到 | |
| Webhooks | 已核验 | Probe matched on https://profileclaw.com/en/docs/api: /webhooks?/. |
| 认证文档 | 已核验 | Probe matched on https://profileclaw.com/en/developers: /api key|bearer|oauth|access token|authen/. |
| 执行工作流0/6 已核验 | ||
| 命令行工具 | 部分可用 | Weak signal on the entry page only: /\bcli\b|command[- ]line interface|npm (i/. |
| 非交互式命令 | 不适用于该产品 | No CLI was found to evaluate for this property. |
| 命令行结构化输出 | 不适用于该产品 | No CLI was found to evaluate for this property. |
| 结构化导入与导出 | 部分可用 | Weak signal on the entry page only: /(export|import) (to )?(json|csv|yaml)|bu/. |
| 成功状态验证 | 部分可用 | Weak signal on the entry page only: /idempoten|status (endpoint|page|url)|job/. |
| 智能体工具产物 | 未在本次官方来源链中找到 | |
| 维护与排错1/4 已核验 | ||
| 错误文档 | 已核验 | Probe matched on https://profileclaw.com/en/docs/api: /error (codes?|handling|responses?)|4xx|5/. |
| 速率限制 | 部分可用 | Weak signal on the entry page only: /rate limit|429|throttl|requests per (sec/. |
| 版本信息 | 未在本次官方来源链中找到 | |
| 更新日志 | 未在本次官方来源链中找到 | |
| 发现与验证3/3 已核验 | ||
| llms.txt | 已核验 | llms.txt published at the site root (27 lines). |
| 站点地图 | 已核验 | sitemap.xml reachable and lists site pages. |
| 智能体原生定位 | 已核验 | Agent-native positioning with a concrete operational path: "The homepage provides a concrete agent-native workflow: a recommended agent prompt that reads a skill.md file and connects to ProfileClaw, plus CLI fallback commands for installing the skill.". |
官方证据
审计信息
- 评测时间
- 2026年8月30日
- 评测基准
- agent-readiness-v1
- 读取页面
- 5
- 来源深度
- 1
本审计从一个入口 URL 及其经过验证的官方来源链评估文档所支持的可操作性。AIGCLIST 未注册、登录、购买、执行或测试该产品的运行可靠性。
证据核查
关于该工具的公开声明,每条均标注核验状态与引用来源。
profileclaw已验证31profileclaw.com已验证核验于 2026年8月30日
ProfileClaw is a career profiling platform built by 职虾 that stores assessment signals, experience evidence, skill patterns, and preferences to provide a human-readable map and AI-readable structured context.
ProfileClaw offers four assessment tracks covering interests (Holland RIASEC), workplace behavioral styles (Big Five-derived), career drivers, and skills & talents, totaling 200+ questions and localized for the Chinese market.
Profile setup takes approximately 15 minutes as a one-time build, after which the profile persists for long-term reuse across AI agent interactions.
ProfileClaw integrates with AI agent runtimes including OpenClaw, Claude Code, Claude Work, and Nanobot, enabling agents to receive structured experience, preferences, limits, and signals from the user's profile.
Agent integration is provided through three paths: a skill.md URL that agents can read directly, an npm-based CLI (npx @profileclawai/skill install-skill), and a developer API key for programmatic access.
ProfileClaw encrypts profile data by default, keeps the encryption key with the user, and allows user-controlled, revocable access on a per-agent basis; every API call is authenticated and encrypted.
ProfileClaw's assessments are localized for the Chinese market and designed for real work contexts in China, built by the China-based entity 职虾.
ProfileClaw operates on a freemium model: the free tier includes one assessment with initial profile results, while a paid AI layer unlocks summaries, extraction, reasoning, and deeper analysis.
Users can upload a resume to ProfileClaw, and the paid AI layer converts it into structured profile signals readable by both humans and agents.
ProfileClaw targets individual users seeking reusable long-term context, frequent AI agent users needing a human-context layer, and teams and enterprises for talent operations.
ProfileClaw supports use cases spanning job search and transitions, freelance and client work, collaboration screening, content and personal brand development, advisory services, and enterprise recruiting (the latter explicitly marked as in progress).
ProfileClaw's core thesis is that a pre-built structured profile reduces AI token waste by compressing identity into stable fields, so agents spend tokens on execution instead of rediscovering who the user is through multi-turn chat.
ProfileClaw is a career profile platform by 职虾 that builds structured profiles from assessments, resume evidence, and user materials, designed for consumption by both humans and AI agents.
The product offers four assessment tracks: Holland RIASEC Interest Assessment, Workplace Behavioral Styles, Career Drivers, and Skills & Talents.
Profile setup is claimed to take approximately 15 minutes as a one-time build.
Profile_Protocol_v2 is referenced as the underlying protocol version.
Agent integration is provided through a skill.md endpoint at https://profileclaw.com/en/skill.md, with a recommended agent prompt that loads the profile.
A CLI fallback is available via npx @profileclawai/skill install-skill.
API key generation and a Context API are offered for developer access to the profile.
Encryption by default, user-controlled keys, and revocable access are claimed as security properties.
The product claims integration with OpenClaw, Claude Code/Claude Work, OpenCode, and Nanobot agent runtimes.
Assessments are localized for the China market with work-content adapted to Chinese professional contexts.
Resume upload is available with paid AI parsing to extract profile signals; extra materials (chats, screenshots, notes) can also be uploaded.
Enterprise recruiting features are described as in progress, with employer workflows using the same context layer under user permission.
User testimonials from three personas (recent graduate, career switcher, returnee) are presented with claimed outcomes including salary figures.
Documentation pages (Quickstart, API Overview, Docs, Pricing) are referenced in navigation but their actual content is not included in the frozen source pack.
The product is built by 职虾 (Zhixia) and the homepage is copyright 2026 ProfileClaw.
Documentation entry points span homepage CTAs, skill.md resource index, quickstart guides, API reference, developer guides sidebar, and OpenAPI at .well-known.
The product's value proposition is turning scattered career experience into structured, agent-consumable context.
The entry page was fetched and analyzed for machine-interface signals (title, headings, developer links, keyword probes).
Agent-native positioning with a concrete operational path: "The homepage provides a concrete agent-native workflow: a recommended agent prompt that reads a skill.md file and connects to ProfileClaw, plus CLI fallback commands for installing the skill.".
https://profileclaw.com/en.well-known/openapi.json已验证27profileclaw.com已验证核验于 2026年7月16日
ProfileClaw publishes a public OpenAPI 3.1.0 specification at .well-known/openapi.json describing its REST API.
Beyond context, the API exposes profile, career graph, assessments, webhooks, career-prediction, similar-paths, and health endpoints.
The API returns standard rate limit headers including X-RateLimit-Remaining, X-RateLimit-Reset, and Retry-After.
The OpenAPI specification includes JSON response examples with data envelopes across multiple endpoints.
Error responses including 400, 401, 403, 404, 429, and 500 with x-error-codes are documented in the OpenAPI specification.
The API is versioned as v1, with version information declared in OpenAPI info and returned in response metadata.
Webhook subscription creation and event delivery with X-Webhook-Event headers are documented.
A POST /api/v1/career-prediction endpoint accepts a target role and returns transition feasibility with timeline estimates.
All API responses use structured JSON envelopes with data, metadata (requestId, timestamp, userId), and links fields.
The API exposes assessment data including RIASEC scores with dominant types and completion timestamps.
An endpoint /api/v1/similar-paths exists for career path comparisons.
ProfileClaw is positioned as a career context layer for AI agents and agent frameworks, providing structured profile and career graph data.
An OpenAPI 3.1.0 specification is published at /.well-known/openapi.json with API version declared as v1.
Webhook subscription lifecycle — create, list, and delete — is documented in the OpenAPI specification with event delivery headers.
Rate limiting is documented with X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and Retry-After response headers.
API responses follow a structured envelope pattern containing data, metadata (requestId, timestamp, userId), and links fields.
A career prediction endpoint POST /api/v1/career-prediction accepts a target role and returns a predicted fit analysis.
Assessment data includes RIASEC scores with dominant types, individual dimension scores, and completion timestamps.
Profile completeness is surfaced as a numeric score in API response metadata.
Error responses are documented with x-error-codes for HTTP 400, 401, 403, 404, 429, and 500 status codes in the OpenAPI specification.
ProfileClaw is positioned as a career context layer for AI agents and agent frameworks, delivering structured profiles, derived career graphs, compact agent-ready context, and webhook events via REST API.
Authentication to the API uses Bearer token or X-API-Key header; API keys are user-specific and generated through Settings → API Keys in the web interface.
The free tier is rate-limited to 100 requests per hour, with X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers returned on all responses.
Webhooks support six career-domain event types: profile.updated, assessment.completed, skill.acquired, goal.changed, insight.generated, and timeline.event.
The /api/v1/similar-paths endpoint computes career path similarity against a target role with a configurable minimum similarity threshold, returning ranked matches with duration and success metadata.
The API defines structured error responses with x-error-codes covering authentication, authorization, billing, and resource-not-found scenarios, each accompanied by rate-limit and retry headers.
The OpenAPI specification follows version 3.1.0 and includes typed schemas for profile, assessment, webhook configuration, and error response objects.
https://profileclaw.com/.well-known/openapi.jsonen/skill.md已验证12profileclaw.com已验证核验于 2026年7月16日
The API supports conditional requests via ETag and If-None-Match headers for caching.
A skill.md file provides agent integration guidance with priority-ordered endpoint recommendations.
The Context API endpoint GET /api/v1/context is designated as the primary, highest-priority entry point for agent integration.
ETag-based conditional requests with If-None-Match are documented for caching Context API responses.
A skill.md file provides agent implementation guidance covering API accessibility check, authentication flow, and data loading workflow.
The skill.md instructs agents to verify API accessibility, authenticate, and load available profile data immediately as the standard integration loop.
Authentication to the API uses Bearer token or X-API-Key header; API keys are user-specific and generated through Settings → API Keys in the web interface.
The free tier is rate-limited to 100 requests per hour, with X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers returned on all responses.
The Context API supports expand parameters including careerGraph and alerts, plus limit controls such as resumeSkillsLimit and alertsLimit for token-efficient agent consumption.
Agent skill definitions are published in both English and Chinese with localized trigger phrases and complete workflow instructions for each language.
API keys must never be exposed in logs and users are advised to delete and regenerate keys immediately if leakage is suspected.
Agent skill behavior rules instruct agents to reply in the user's language, prefer next actions over status-only updates, and avoid requiring the user to manually orchestrate the workflow.
https://profileclaw.com/en/skill.mden/docs/quickstart已验证11profileclaw.com已验证核验于 2026年8月30日
The API supports Bearer token authentication via the Authorization header.
The core endpoint GET /api/v1/context provides aggregated career context as the recommended first call.
Documentation includes runnable curl request examples with query parameter and header variations.
Quickstart guides cover API key creation, Context API first call, and progressive workflow expansion.
API authentication supports Bearer token via the Authorization header.
The Context API supports expand parameters including careerGraph, dynamicContext, resumeSkillsLimit, and query for targeted data retrieval.
Quickstart documentation exists in both English and Chinese with parallel content.
curl request examples are provided across quickstart, skill.md, and OpenAPI x-codeSamples for multiple endpoints.
The canonical API host declared across all official documentation is api.profileclaw.com.
The quickstart workflow prescribes creating an API key first, then calling the Context API for an aggregated career snapshot before exploring other endpoints.
A quick-start / agent-skills documentation page is reachable at https://profileclaw.com/en/docs/quickstart.
https://profileclaw.com/en/docs/quickstarten/reference已验证5profileclaw.com已验证核验于 2026年7月13日
SDKs are described as future-facing; the reference page mentions 'future SDKs' and 'SDK-facing artifacts' but no production SDK exists.
A health check endpoint exists at /api/v1/health.
The reference page advocates a single-contract-source philosophy with OpenAPI as canonical and docs as human-readable surfaces.
The API reference page articulates intent to publish the contract layer, reference, docs, and SDK-facing artifacts while keeping payments, admin, and model strategy private.
The reference page describes future SDKs as consumers of reusable response and resource shapes from the OpenAPI contract.
https://profileclaw.com/en/referencedocs/agents/auth已验证3profileclaw.com已验证核验于 2026年7月13日
The API also supports X-API-Key header as an alternative authentication method.
The authentication guide recommends attaching credentials at the tool adapter layer rather than exposing secrets in prompt-visible headers.
API authentication also supports the X-API-Key header as an alternative credential method.
https://profileclaw.com/docs/agents/authdocs/agents/quickstart已验证3profileclaw.com已验证核验于 2026年7月13日
Documentation is available in both English and Simplified Chinese across guides, quickstarts, and the auth reference.
Documentation recommends a minimal two-call workflow starting with Context API, noting deeper scopes require internal/manual application.
Deeper API scopes beyond the Context API are described as currently restricted to internal testing or manual application rather than self-service.
https://profileclaw.com/docs/agents/quickstarten/docs/agents已验证2profileclaw.com已验证核验于 2026年7月13日
Developer guides cover agents, integrations, authentication, caching, retries, and webhooks.
The documented default agent usage pattern is one Context API read plus one task-specific expansion call.
https://profileclaw.com/en/docs/agentsen/docs/integrations已验证2profileclaw.com已验证核验于 2026年7月13日
Developer guide pages cover authentication, caching, retries, webhooks, integrations, and assessments in a cross-linked documentation structure.
An OpenClaw integration guide is referenced in the developer documentation alongside general integration overviews.
https://profileclaw.com/en/docs/integrationshttps://profileclaw.com/llms.txt已验证1profileclaw.com已验证核验于 2026年8月30日
llms.txt is published at the site root and readable.
https://profileclaw.com/llms.txthttps://profileclaw.com/sitemap.xml已验证1profileclaw.com已验证核验于 2026年8月30日
sitemap.xml is reachable and lists site pages.
https://profileclaw.com/sitemap.xmlDevelopers | ProfileClaw | ProfileClaw已验证1profileclaw.com已验证核验于 2026年8月30日
A documentation surface is reachable at https://profileclaw.com/en/developers.
https://profileclaw.com/en/developersAPI Docs - ProfileClaw Public Contract Surface | ProfileClaw已验证1profileclaw.com已验证核验于 2026年8月30日
An API documentation surface is reachable at https://profileclaw.com/en/docs/api.
https://profileclaw.com/en/docs/api登录 / 注册 | ProfileClaw | ProfileClaw已验证1profileclaw.com已验证核验于 2026年8月30日
A quick-start / agent-skills documentation page is reachable at https://profileclaw.com/en/assessment/skills-talents.
https://profileclaw.com/zh/auth?returnTo=%2Fassessment%2Fskills-talentszh/skill.md已验证1profileclaw.com已验证核验于 2026年7月16日
Agent skill definitions are published in both English and Chinese with localized trigger phrases and complete workflow instructions for each language.
https://profileclaw.com/zh/skill.md决策核对台
在依赖该产品或访问官网前,最值得先确认的问题。
ProfileClaw 是一个职业档案工具,将测评数据和履历材料整合为结构化、机器可读的档案,供 AI Agent 作为工作上下文直接读取,不再需要在每次会话中重新介绍自己。
由职虾(Zhixia)开发,一家中国公司。截至 2026 年 7 月,具体的创始人和团队信息未公开披露。
提供免费版(30 积分/月)、Pro 版 ¥39/月(约 $5.40)和 Max 版 ¥99/月(约 $13.60)。按积分计费,所有功能在所有方案中均可使用,区别在于积分额度。
已集成 OpenClaw、Claude Code、OpenCode、Nanobot,以及任何支持其 Context API 的运行环境。其他环境可使用 CLI 回退方案。
据厂商说明,档案默认加密,解密密钥由用户持有。通过 ProfileClaw Key 系统按 Agent 授权、可随时撤销。截至 2026 年 7 月,尚无公开的独立安全审计。
简历和 LinkedIn 为人眼阅读优化。ProfileClaw 产出的是机器可读的结构化上下文,AI Agent 直接消费——无需解析、无需猜测、不会遗漏信号。测评维度提供了传统简历无法捕捉的心理测量深度。
请在官网核验
继续探索
相近任务的不同路径
这些工具以带有明确编辑理由的替代关系关联到当前产品。
OPC Directory
Cataloged in the same AI agent tools directory category, serving overlapping use cases in AI agent infrastructure.
查看档案PhantomCrew
Cataloged in the same AI agent tools directory category, relevant for users evaluating agent-enablement platforms.
查看档案SwapperAI
Cataloged in the same AI agent tools directory category, offering complementary agent-oriented capabilities.
查看档案