Openclaw Skill

v1.1.0

AI-powered HR Operating System for Southeast Asia. Full payroll with PH/SG/LK compliance, 9 AI agents (payroll specialist, compliance officer, leave advisor....

0· 106·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill is an HR system that offers a cloud platform and a local (native) mode. Requesting HALAOS_API_KEY as the primary credential for cloud features is consistent with that purpose. Requiring a config file under ~/.openclaw/skills/halaos-hr/config.json for local settings is also expected.
Instruction Scope
SKILL.md stays within HR functionality (calculations, document generation, local employee management). It mentions choosing storage backends (Notion, Google Sheets, Obsidian, Local files) but does not document how credentials for those services are provided or used. The doc also warns that cloud agents have access to 'live company data' but does not enumerate endpoints, scopes, or what data is transmitted when HALAOS_API_KEY is set—this is a documentation gap that affects understanding of data flows and risk.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is downloaded or written by an installer during skill registration—low installation risk.
Credentials
Only a single environment variable (HALAOS_API_KEY) is required and declared as the primary credential, which is proportionate for a cloud HR platform. Note: granting this key would plausibly allow the vendor's cloud agents broad access to HR data; the SKILL.md explains that cloud mode routes queries to specialized agents accessing company data, so the breadth of that access is expected but should be verified with the vendor.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It writes a config under its own skill folder as described, which is normal. There is no indication it modifies other skills or system-wide settings.
Scan Findings in Context
[no_regex_findings] expected: Scanner had no findings because this is an instruction-only skill with no code files. That is expected, but absence of findings is not proof of safety—data flow and storage behavior are determined by the platform integration when HALAOS_API_KEY is used.
Assessment
What to consider before installing/using this skill: - Try Native Mode first (do not set HALAOS_API_KEY) to evaluate the built-in Q&A and calculation features without sending data to the cloud. - If you enable cloud mode (set HALAOS_API_KEY), assume the key grants the vendor access to company HR data and agent-driven operations (payroll generation, attendance, org intelligence). Confirm with the vendor: which API endpoints does the key talk to, what scopes/data are accessible, and the retention/authorization model. - The SKILL.md mentions storing local HR data and integrating with Notion/Google Sheets/Obsidian. Ask how credentials for those services are provided and stored (are you asked to paste tokens? does the skill store them in cleartext in config.json?), and verify file permissions for ~/.openclaw/skills/halaos-hr/config.json. - For sensitive HR data (payroll, personal identifiers), verify vendor identity (halaos.com), read their privacy/security documentation, and consider testing with dummy data first. - If you need stricter controls, request least-privilege API keys/scopes from the vendor and an audit/logging policy that shows what the cloud agents do with your data. If you want, I can produce a checklist of questions to ask the vendor (endpoints/scopes, retention, encryption at rest/in transit, where 3rd-party storage credentials are kept) or a template config.json permission recommendation.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fg21tthp268m0k98ak558pd83gcdt

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

EnvHALAOS_API_KEY
Config~/.openclaw/skills/halaos-hr/config.json
Primary envHALAOS_API_KEY

Comments