← 返回 Skills 市场
🔌
聘才猫(Pincaimao)平台基础能力
作者
聘才猫(Pincaimao)
· GitHub ↗
· v1.0.2
· MIT-0
189
总下载
2
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install pincaimao-basic
功能描述
聘才猫平台基础能力 Use when calling any Pincaimao platform API — file upload, presigned URL, conversation list, message history, audio-to-text, resume JSON upload, or...
安全使用建议
This skill appears to be a straightforward API reference for Pincaimao. If you plan to use it: 1) Only provide a PCM_ANY_KEY that has the minimum permissions needed (avoid using a broadly privileged key). 2) Ensure agent-specific chat keys are stored and declared per-agent (the base skill expects chat to use a separate agent key). 3) Review any agent skill that combines with this base skill to confirm it doesn't request unrelated credentials or file system access. 4) Because the streaming example runs a short Python snippet to parse SSE, ensure your runtime environment has a trustworthy python3 on PATH.
功能分析
Type: OpenClaw Skill
Name: pincaimao-basic
Version: 1.0.2
The skill bundle provides a standard interface for the Pincaimao recruitment platform API, including file uploads, chat history, and resume processing. All network activity is directed to the legitimate domain api.pincaimao.com, and sensitive credentials are handled via environment variables as specified in SKILL.md.
能力评估
Purpose & Capability
Name/description advertise general Pincaimao API usage (uploads, presigned URLs, conversations, audio->text, resume upload). Declared binaries (curl, python3) and the single env var (PCM_ANY_KEY) match the presented curl examples and Python SSE parsing; nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md contains curl examples and a small Python script for parsing SSE; all instructions are limited to calling the documented Pincaimao endpoints and handling their responses. The doc does not instruct reading arbitrary local files or unrelated environment variables (other than PCM_ANY_KEY and per-agent chat key mentioned for chat-messages).
Install Mechanism
No install spec and no code files — instruction-only skill. This is low-risk because nothing will be downloaded or written to disk by an installer step.
Credentials
Only PCM_ANY_KEY is required by the skill metadata and is explicitly used for non-chat endpoints in SKILL.md. This is proportionate for a platform API client, but note that this key can grant access to uploads, presigned URLs, files, and conversation lists — treat it as sensitive and follow least-privilege practices. The doc also references agent-specific chat keys (e.g., PCM_JD_ASSISTANT_KEY) which are not declared here; the skill explains that those are declared per-agent, which is reasonable but requires correct handling in each agent skill.
Persistence & Privilege
always:false and user-invocable:true (defaults). The skill does not request permanent inclusion or modify other skills or system settings; it does not request elevated persistence or privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pincaimao-basic - 安装完成后,直接呼叫该 Skill 的名称或使用
/pincaimao-basic触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added an invite link in the authentication section to guide users on how to obtain a free API key.
- No other changes.
v1.0.1
优化安全扫描器把 $PCM_XXX_KEY 识别为真实变量名但未在
requires.env 声明的问题,改成 <agent-specific-key>
这种尖括号写法后扫描器能识别为文档占位符而非变量引用,同时在 requires.env
注释里也明确说明了 agent 专属 key 由各自 skill 负责声明。
v1.0.0
pincaimao-basic 1.0.0
- Initial release providing base API access for the Pincaimao platform.
- Supports chat-messages (blocking and streaming), file upload, file temporary link retrieval, conversation list/history, audio-to-text, and resume JSON upload.
- Includes detailed Bash usage examples and response formats.
- Centralizes authentication and common error handling notes for all related agent skills.
- No data storage or third-party transmissions beyond api.pincaimao.com.
元数据
常见问题
聘才猫(Pincaimao)平台基础能力 是什么?
聘才猫平台基础能力 Use when calling any Pincaimao platform API — file upload, presigned URL, conversation list, message history, audio-to-text, resume JSON upload, or... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 189 次。
如何安装 聘才猫(Pincaimao)平台基础能力?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pincaimao-basic」即可一键安装,无需额外配置。
聘才猫(Pincaimao)平台基础能力 是免费的吗?
是的,聘才猫(Pincaimao)平台基础能力 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
聘才猫(Pincaimao)平台基础能力 支持哪些平台?
聘才猫(Pincaimao)平台基础能力 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 聘才猫(Pincaimao)平台基础能力?
由 聘才猫(Pincaimao)(@pincaimao)开发并维护,当前版本 v1.0.2。
推荐 Skills