← 返回 Skills 市场
epicoun

Forever Healthy AI4L - AI for Practical Longevity

作者 Michael Greve · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
245
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ai4l
功能描述
AI4L - Enabling everyone to use AI to generate high-quality, evidence-based reviews of interventions aimed at optimizing health and longevity.
使用说明 (SKILL.md)

Copyright (c) 2026 Forever Healthy Foundation

AI4L Evidence Review Toolkit

Version: 2026.03.19.1

This skill handles all Evidence Review workflows.

Key Files

  • AI4L.md — The QA audit checklist for ERs

General Rules

  • Parse the user's input to determine which command to execute

  • Note the start time (HH:MM:SS) when beginning any command, and report the time taken when done

  • All generated results go in ./results/ as .md files

  • All references to "ER.md" and "QA.md" files are relative to ./results/

  • Do not edit or modify any files outside ./results/ unless explicitly granted permission by the user on a case-by-case basis.

  • Set [default_topic] to “Using Telmisartan to Improve Health and Longevity”

Command: VERIFY

Trigger: "verify"

Target Files

  • AI4L.md
  • CLAUDE.md
  • README.md
  • PERSONA.md
  • SKILL.md
  • ./docs/AI Models.md
  • ./examples/README.md

Process

  • Verify all target file version numbers. Use the version stated at the start of AI4L.md in the alt text (not the badge) as a reference. Make sure that all targets are consistent with it, including the version number in the badges. SKILL.md does not have a badge, just a plain-text version number, so make sure that matches as well.

  • Check the numbering of all items and the item count in AI4L.md

  • Verify all target files for consistency and completeness

  • If there are any inconsistencies, fix them.

  • Report what was checked and what (if anything) was fixed.

Command: CREATE

Trigger: "create"

Topic Parsing

  • Set [remainder] to the rest of the input after the command trigger word "create"

  • If [remainder] is empty, set [topic] to the [default_topic]

  • If [remainder] looks like "Using \x3Cintervention> for/as/to \x3Cgoal>", set [topic] to [remainder]

  • If [remainder] contains only an intervention and no goal, set [topic] to "Using \x3Cintervention> to Improve Health and Longevity"

  • Notify the user that an ER will be created for [topic]

  • Create an ER for [topic] that can pass a QA audit as described in "AI4L.md"

  • Save the result as an .md file in ./results/ using the filename given in the result

  • Report the filename and location when done.

Command: SUBAUDIT (with sub-agent)

Trigger: "subaudit"

Audit an ER using a sub-agent

Determine the Target

  • If no further information is given, set [target] to the last evidence review generated; otherwise, take the remainder of the input as [target]

  • If [target] = "all", audit all "ER.md" files that have not been audited yet using the instructions in "AI4L.md"

Audit (Sub-agent)

Launch sub-agent, with Opus as its model, to audit the ER using the prompt given below. DO NOT pass any other instructions to the sub-agent besides the prompt.

  • State your model name and version number to the user
  • Audit the [target] file using the instructions in "AI4L.md"
  • Do NOT use any sub-agents for the task. Do things step-by-step.
  • Save the result in ./results/ using the name defined in the result
  • Do not modify any files outside ./results/

Report and Offer Fix

  • Read the audit output and report the pass rate

  • If not 100%, and the audit was done by the same AI model that generated the ER, ask the user if they want to fix it

  • If yes, read the audit file, identify all failed items, and fix the ER based on the auditor's comments. DO NOT modify the QA file. Only the ER may be edited during the fix step.

Command: AUDIT (no sub-agent)

Trigger: "audit"

Audit an ER without using a sub-agent

Determine the Target

  • If no further information is given, set [target] to the last evidence review generated; otherwise, take the remainder of the input as [target]

  • If [target] = "all", audit all "ER.md" files that have not been audited yet using the instructions in "AI4L.md"

Do the actual audit

  • Audit the [target] file using the instructions in "AI4L.md"

  • Do NOT use any sub-agents for the task. Do things step-by-step.

  • Save the result in ./results/ using the name defined in the result

  • Do not modify any files outside ./results/

Report and Offer Fix

  • Read the audit output and report the pass rate

  • If the pass rate is not 100%, and the audit was done by the same AI model that generated the ER, ask the user if they want to fix it

  • If yes fix the ER based on the audit results. DO NOT modify the QA file. Only the ER may be edited during the fix step.

Command: FULL

Trigger: "FULL"

Run the complete single-pass workflow: create an ER, audit it, and fix any issues.

Process

  1. Create — follow the CREATE command process (sub-agent creates the ER)
  2. Audit — follow the AUDIT command process (fresh sub-agent audits it)
  3. Fix — read the audit results, identify all failures, and fix the ER automatically

Report

After saving the fixed ER, report the ER filename, the audit filename, the pass rate, and the time taken.

Command: ITERATE

Trigger: "iterate"

Creates an ER, then loops audit/fix cycles up to 10 times until two consecutive audits show 100% pass rate.

Process

  1. Parse topic — same logic as the ER command

  2. Create ER — launch sub-agent (same as ER command)

  3. Audit loop:

Initialize: iteration = 0, consecutive_passes = 0, max_iterations = 10

Loop while iteration \x3C max_iterations and consecutive_passes \x3C 2:

a. Audit — launch a fresh sub-agent (same prompt as Audit command). Fresh context is critical — the auditor must have no knowledge of the ER creation or prior audits.

b. Extract pass rate — read the audit file, extract from the summary table. If ambiguous, run a script to parse and calculate.

c. Evaluate — if 100%, increment consecutive_passes; otherwise reset to 0. Report: "Iteration {n}: Pass rate = {rate}% ({consecutive_passes}/2 consecutive passes needed)"

d. Fix (if needed) — if consecutive_passes \x3C 2, read the audit file, identify all failed items, fix the ER. The fix step is done by the orchestrator (not a sub-agent) since it needs the context of both the ER and the audit. Increment iteration.

Report

  • Success: "Pipeline complete. The ER passed two consecutive audits with a 100% pass rate after {n} iteration(s)."
  • Limit reached: "Pipeline stopped after 10 iterations. Best pass rate achieved: {rate}%. The latest ER and audit files are in ./results/ for manual review."

List all files generated in ./results/.

Command: COMPARE

Trigger: "COMPARE"

Process

  • If no further information is given, set [intervention] to the intervention of the latest "ER.md" in "./results/" (parse the filename to extract the intervention)

  • Otherwise, take the remainder of the input as [intervention]

  • Compare all [intervention] "ER.md" files by the quality of the content. Be detailed. Also, take into account the latest [intervention] "QA.md" for each of them.

  • Present a clear recommendation of which ER is strongest and why.

安全使用建议
This skill is broadly coherent with an evidence-review toolkit but contains conflicting and vague runtime rules that could cause it to modify files or run scripts without explicit, clear consent. Before installing: (1) Confirm whether you want the skill to be allowed to edit repository files outside ./results/ — VERIFY explicitly says to "fix" files but also says not to edit files outside ./results/ unless the user grants permission. (2) Decide whether you allow the agent to launch sub-agents (the skill requests Opus) and to run parsing scripts — if not, deny those capabilities or sandbox the skill. (3) Note the default topic is a prescription drug (telmisartan); if you don't want medical/drug-specific defaults, request the author change it. (4) Ask the skill author to resolve contradictions (no-sub-agent vs. SUBAUDIT) and to supply or describe any scripts the skill expects to run. If you proceed, run the skill in a restricted/sandboxed environment and require explicit confirmation before any edits outside ./results/ or before executing any code.
功能分析
Type: OpenClaw Skill Name: er Version: 0.1.0 The 'er' skill bundle is a toolkit for medical evidence reviews that incorporates several high-risk capabilities, including automated script execution (RCE) for parsing audit results, extensive web searching/fetching for citation verification, and self-modification of its own metadata files (SKILL.md, AI4L.md) for versioning. While these features are plausibly necessary for the stated purpose of rigorous QA and data integrity, the instruction for the agent to 'write and run a script' to process untrusted document content (ER.md) creates a significant attack surface for indirect prompt injection. No evidence of intentional malice, data exfiltration, or unauthorized persistence was found.
能力评估
Purpose & Capability
Name and description (AI4L Evidence Review Toolkit) align with the instructions to create/audit evidence reviews and QA checklists. The skill requests no credentials or installs, which is proportionate. However, the hard-coded default topic ('Using Telmisartan to Improve Health and Longevity') is narrowly prescriptive for a general toolkit and may be unexpected. VERIFY's requirement to check and "fix" repository files (SKILL.md, README.md, etc.) suggests write access to project files — plausible for a toolkit but should be explicit and user-approved.
Instruction Scope
SKILL.md contains contradictory and vague directives: AI4L.md says 'No Sub-agents' for auditors while SUBAUDIT/FULL/ITERATE explicitly instruct launching sub-agents (Opus). VERIFY directs fixing target files but the header rule says 'Do not edit files outside ./results/ unless explicitly granted permission' — VERIFY's 'fix them' step would modify files outside ./results/ without obtaining that explicit permission. The audit process also repeatedly instructs 'write and run a script' to parse results, but no script is provided; that implies the agent may run arbitrary scripts in the environment. These inconsistencies create unclear authority and potential for unexpected file edits or command execution.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written by an installer step.
Credentials
The skill declares no required environment variables, credentials, or config paths. There are no apparent requests for secrets or external service keys in the instructions.
Persistence & Privilege
always is false and the skill does not request system-wide config or persistent presence. However, it instructs autonomous actions (launching sub-agents, running scripts) which is platform-default behavior; combined with the instruction ambiguities above, this could increase risk if the agent is allowed to run commands or modify repository files without explicit user confirmation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai4l
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai4l 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the AI4L Evidence Review Toolkit skill. - Provides workflows to generate and audit evidence reviews (ERs) for health and longevity interventions. - Supports automated ER creation, auditing (with or without sub-agents), and iterative audit/fix loops. - Stores all ERs, audits, and fixes in a dedicated `./results/` folder. - Includes commands for review comparison, complete pipelines, and precise control of audit/fix operations. - Default topic: "Using Telmisartan to Improve Health and Longevity."
v0.1.0
AI4L Evidence Review Toolkit skill—test release.
元数据
Slug ai4l
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Forever Healthy AI4L - AI for Practical Longevity 是什么?

AI4L - Enabling everyone to use AI to generate high-quality, evidence-based reviews of interventions aimed at optimizing health and longevity. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 245 次。

如何安装 Forever Healthy AI4L - AI for Practical Longevity?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai4l」即可一键安装,无需额外配置。

Forever Healthy AI4L - AI for Practical Longevity 是免费的吗?

是的,Forever Healthy AI4L - AI for Practical Longevity 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Forever Healthy AI4L - AI for Practical Longevity 支持哪些平台?

Forever Healthy AI4L - AI for Practical Longevity 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Forever Healthy AI4L - AI for Practical Longevity?

由 Michael Greve(@epicoun)开发并维护,当前版本 v0.1.0。

💬 留言讨论