← Back to Skills Marketplace
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaoba-ai-interview
Description
通过小芭 AI 面试开放 API 创建面试计划、管理候选人、发起面试并获取面试结果。
Usage Guidance
This skill is coherent with its purpose, but before installing consider: (1) Trustworthiness of the service (https://www.ibaguo.com) — you will send candidate names, phone numbers, resumes, transcripts and other PII to that external API; verify privacy policy and data retention. (2) Treat XIAOBA_API_KEY as a secret: do not paste it into chat, rotate and scope the key if possible, and avoid embedding it in logs. (3) Ensure curl and jq are installed on the agent host and that network egress to https://www.ibaguo.com is allowed. (4) If you need stricter data controls, consider proxying or redacting sensitive fields before sending them to the API. If you want a deeper review, provide the service's API spec or any sample responses so I can check for unexpected fields or behaviors.
Capability Analysis
Type: OpenClaw Skill
Name: xiaoba-ai-interview
Version: 1.0.0
The skill bundle provides a standard integration for the Xiaoba AI Interview (ibaguo.com) API. It uses curl and jq to interact with documented endpoints for managing interview plans and candidates, following security best practices by utilizing environment variables for API keys and advising against logging sensitive credentials.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description claim to call the ibaguo interview API; required binaries (curl, jq) and the single required env var (XIAOBA_API_KEY) are appropriate and expected for making HTTP API calls.
Instruction Scope
SKILL.md contains only curl-based request templates to the documented base URL and describes endpoints for plans, candidates, and sessions. It uses only the declared XIAOBA_API_KEY and does not instruct the agent to read unrelated files, other env vars, or system configuration. It does transmit candidate info and transcripts to the external API (expected for this skill) — be aware of privacy/PII implications.
Install Mechanism
Instruction-only skill with no install spec or code files. This is lowest-risk for arbitrary code installation.
Credentials
Only one credential is required: XIAOBA_API_KEY (declared as primaryEnv). That matches the API's documented Authorization: Bearer header usage and is proportionate to the functionality.
Persistence & Privilege
Skill is not marked always:true and does not request elevated or persistent system presence. It does not modify other skills or system-wide settings in the provided instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiaoba-ai-interview - After installation, invoke the skill by name or use
/xiaoba-ai-interview - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of xiaoba-interview-api Skill:
- Provides access to Xiaoba AI Interview open API for interview planning, candidate management, and session/result handling.
- Supports creating, querying, and generating interview plans.
- Enables creating and listing candidates, including candidate details.
- Allows scheduling interview sessions and retrieving interview results.
- Usage requires API key via the `XIAOBA_API_KEY` environment variable.
- Includes bash + curl + jq request templates for all core workflows.
Metadata
Frequently Asked Questions
What is AI intervew agent named Xiaoba?
通过小芭 AI 面试开放 API 创建面试计划、管理候选人、发起面试并获取面试结果。 It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install AI intervew agent named Xiaoba?
Run "/install xiaoba-ai-interview" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI intervew agent named Xiaoba free?
Yes, AI intervew agent named Xiaoba is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AI intervew agent named Xiaoba support?
AI intervew agent named Xiaoba is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI intervew agent named Xiaoba?
It is built and maintained by changwu (@changwu); the current version is v1.0.0.
More Skills