← Back to Skills Marketplace
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install translational-gap-analyzer
Description
Assess translational gaps between preclinical models and human diseases.
Usage Guidance
This skill appears coherent and self-contained, but before installing or running it: 1) open scripts/main.py and scan the code for any unexpected network calls, filesystem writes, or subprocess executions (the included portion appears local-only); 2) run python -m py_compile scripts/main.py and python scripts/main.py --help in a sandbox or isolated environment first; 3) note that the source is 'unknown' (no homepage) — if provenance matters for your environment, ask the publisher for a canonical repository or additional review; 4) the requirements.txt lists built-in packages (dataclasses, enum) which is harmless but unnecessary for modern Python — ensure your runtime Python version matches the documented requirement (3.8+). If you want higher assurance, request the full untruncated main.py for review to confirm there are no hidden network or credential operations.
Capability Analysis
Type: OpenClaw Skill
Name: translational-gap-analyzer
Version: 1.0.0
The translational-gap-analyzer skill is a purely analytical tool designed to assess differences between preclinical models and human diseases using a hardcoded knowledge base. The Python script (scripts/main.py) performs data lookups and scoring without any network access, external command execution (eval/exec), or suspicious file system operations. All logic is transparent, well-documented in SKILL.md, and lacks any indicators of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (assessing translational gaps) match the included assets: SKILL.md documents expected workflows and the packaged implementation is scripts/main.py containing domain-specific knowledge and scoring logic. The required environment/credentials are none, which is proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs running python -m py_compile and python scripts/main.py with well-scoped command-line arguments; it references a 'CONFIG' block to edit if present and local references/README guidance. Minor inconsistency: the docs mention an in-file CONFIG block — review scripts/main.py to confirm such a block exists before editing, but this is not a high-risk issue.
Install Mechanism
No install spec is provided and the skill is instruction-only with a packaged script. This is low-risk: nothing is downloaded or written during install.
Credentials
The skill declares no required env vars, no credentials, and the script appears to be self-contained (uses internal knowledge dictionaries and standard library). There is no evidence of network access, secret handling, or unrelated credential requests.
Persistence & Privilege
Skill does not request persistent inclusion (always:false) and does not appear to modify agent/system configurations. Autonomous invocation is allowed by default but there are no additional privileges requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install translational-gap-analyzer - After installation, invoke the skill by name or use
/translational-gap-analyzer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of translational-gap-analyzer.
- Assesses translational gaps between preclinical models and human diseases.
- Provides structured workflows for both full and quick risk assessments.
- Supports multi-model comparison and focused analysis by specific disease or biological domain.
- Outputs standardized, reproducible reports including gap scores, risks, and improvement recommendations.
- Includes command-line interface, example usage scenarios, and security best practices.
- Reference materials and audit-ready commands are provided for validation and compliance.
Metadata
Frequently Asked Questions
What is Translational Gap Analyzer?
Assess translational gaps between preclinical models and human diseases. It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install Translational Gap Analyzer?
Run "/install translational-gap-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Translational Gap Analyzer free?
Yes, Translational Gap Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Translational Gap Analyzer support?
Translational Gap Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Translational Gap Analyzer?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills