Ai Intelligent Employee Onboarding
新员工入职,流程自动化。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 84 · 1 current installs · 1 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
Name, description, features, and declared tech stack align with an employee-onboarding web app. There are no unexpected environment variables, binaries, or config paths required by the manifest that contradict the stated purpose.
Instruction Scope
SKILL.md content is narrowly scoped to describing features, pricing, tech stack, and a simple install/run procedure. It does not instruct the agent to read unrelated host files, access extra environment variables, or exfiltrate data. However, it does instruct cloning and running an external repository, which expands runtime actions to executing arbitrary third-party code if followed.
Install Mechanism
There is no formal install spec in the package; instead SKILL.md tells the user to git clone https://github.com/openclaw-skills/ai-intelligent-employee-onboarding and pip install requirements. Cloning and pip-installing remote code is a supply-chain/code-execution risk: the repo is not bundled, there is no checksum or release tag, and the 'source' and homepage fields are 'unknown' / absent, reducing provenance. GitHub is a common host (so not inherently malicious), but running unverified code warrants caution.
Credentials
The skill requests no environment variables, credentials, or protected config paths. The lack of requested secrets is proportionate to the described functionality.
Persistence & Privilege
always:false and no install-time artifacts are included in the package. The skill does not request persistent presence or elevated privileges in its manifest.
What to consider before installing
This instruction-only skill describes a plausible onboarding app but relies on cloning and running an external GitHub repository that is not bundled or verified. Before installing or running anything, inspect that repository (requirements.txt, app.py, any setup scripts), verify the publisher and commit history, prefer pinned release tags or checksums, and run the code in a sandboxed environment (isolated VM or container) with limited network and filesystem access. If you will let an agent perform installs autonomously, disable automatic execution until you confirm the repo's provenance. If you need higher assurance, ask the publisher for an official homepage, signed release, or a packaged install spec from a trusted source.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🤖 Clawdis
SKILL.md
AI 智能员工入职系统
描述
新员工入职,流程自动化。
功能
- 入职流程(标准化流程)
- 资料收集(在线填写)
- 设备申请(自动申请)
- 培训安排(自动排课)
- 入职礼包(自动发放)
定价
- 基础版:¥49/月(10 人/月)
- 专业版:¥199/月(100 人/月)
- 企业版:¥799/月(无限人数)
适用场景
- 新员工入职
- 企业 HR
- 流程自动化
- 体验优化
技术栈
- Python + FastAPI
- 流程引擎
- 表单系统
- 通知系统
安装
git clone https://github.com/openclaw-skills/ai-intelligent-employee-onboarding
cd ai-intelligent-employee-onboarding
pip install -r requirements.txt
python app.py
创建:2026-03-13 作者:OpenClaw Skills Team
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
