Bmi Bsa Calculator
v0.1.0Calculate Body Mass Index (BMI) and Body Surface Area (BSA) for clinical assessment and drug dosing. Supports multiple BSA formulas (DuBois, Mosteller, Hayco...
⭐ 0· 98·0 current·0 all-time
byAIpoch@aipoch-ai
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description match the provided code and SKILL.md examples. The Python script implements BMI, BSA (DuBois) and simple dose calculations used in the documentation. References to upstream/downstream integrations are descriptive and do not require additional credentials within this bundle.
Instruction Scope
SKILL.md instructs the agent to run local calculations and optionally write output files (examples use the included script). It does not direct the agent to read unrelated system files, export data to external endpoints, or access secrets. The allowed-tools list (Read, Write, Bash, Edit) is broader than strictly necessary but used here to run the included CLI and save results.
Install Mechanism
There is no install spec or network download. The skill is instruction-only with an included local Python script; no external packages are required and no archives are extracted. This represents a low install risk.
Credentials
The skill requests no environment variables or credentials (primaryEnv none). SKILL.md mentions integration with EHR and drug-checking tools but does not request those credentials—this is plausible (integration would require separate wiring) but users should be aware that real EHR integration would necessitate secure auth and policies outside this skill.
Persistence & Privilege
always:false and model-invocation is allowed (the platform default). The skill permits running shell commands (Bash) and writing files, which is consistent with running the included CLI but does grant the agent the ability to execute shell commands when invoked. There is no request to modify other skills or system-wide settings.
Assessment
This skill appears coherent and low risk: it contains simple local Python code for BMI/BSA/dosing and requests no secrets. Before using: (1) review and test outputs carefully — these calculations can affect clinical dosing and should be validated before applying clinically; (2) avoid running the skill on systems containing protected health information unless the environment is trusted and compliant (HIPAA, audit/logging); (3) if you plan to integrate with EHRs or drug-check services, provide credentials and connectors separately and verify secure handling; (4) note the skill allows shell execution and file writes — permit autonomous invocation only if you trust the execution environment. The requirements.txt listing standard-library modules is odd but harmless.Like a lobster shell, security has layers — review code before you run it.
latestvk97asmygjqqcg60a98h91cmnbh835hbc
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
