← Back to Skills Marketplace
🔌
聘才猫(Pincaimao)平台基础能力
by
聘才猫(Pincaimao)
· GitHub ↗
· v1.0.2
· MIT-0
189
Downloads
2
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install pincaimao-basic
Description
聘才猫平台基础能力 Use when calling any Pincaimao platform API — file upload, presigned URL, conversation list, message history, audio-to-text, resume JSON upload, or...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pincaimao-basic - After installation, invoke the skill by name or use
/pincaimao-basic - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 聘才猫(Pincaimao)平台基础能力?
聘才猫平台基础能力 Use when calling any Pincaimao platform API — file upload, presigned URL, conversation list, message history, audio-to-text, resume JSON upload, or... It is an AI Agent Skill for Claude Code / OpenClaw, with 189 downloads so far.
How do I install 聘才猫(Pincaimao)平台基础能力?
Run "/install pincaimao-basic" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 聘才猫(Pincaimao)平台基础能力 free?
Yes, 聘才猫(Pincaimao)平台基础能力 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 聘才猫(Pincaimao)平台基础能力 support?
聘才猫(Pincaimao)平台基础能力 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 聘才猫(Pincaimao)平台基础能力?
It is built and maintained by 聘才猫(Pincaimao) (@pincaimao); the current version is v1.0.2.
More Skills