Answer questions about longevity, aging, lifespan extension, and anti-aging research using Aubrai's research engine with cited sources.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install aubrai-longevity或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install aubrai-longevity⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/aubrai-longevity/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: aubrai-longevity description: Answer questions about longevity, aging, lifespan extension, and anti-aging research using Aubrai's research engine with cited sources. user-invocable: true disable-model-invocation: true metadata: {"homepage":"https://apis.aubr.ai/docs","openclaw":{"emoji":"🧬"}} ---
Use Aubrai's public API (https://apis.aubr.ai) to answer longevity and aging research questions with citations. The API is free and open — no API key or authentication required. All requests use HTTPS.
jq -n --arg msg "USER_QUESTION_HERE" '{"message":$msg}' | \
curl -sS -X POST https://apis.aubr.ai/api/chat \
-H "Content-Type: application/json" \
--data-binary @-
Save requestId and conversationId from the JSON response (hold in memory for subsequent steps).
curl -sS "https://apis.aubr.ai/api/chat/status/${REQUEST_ID}"
Repeat every 5 seconds until status is completed.
- Return result.text as the main response. - Extract and display all citation URLs found in result.text — they appear inline as text markdown links or bare https:// URLs. List them as a Sources section at the end. - If result.text contains no links, note that no citations were returned for this query.
conversationId:jq -n --arg msg "FOLLOW_UP_QUESTION" --arg cid "CONVERSATION_ID_HERE" '{"message":$msg,"conversationId":$cid}' | \
curl -sS -X POST https://apis.aubr.ai/api/chat \
-H "Content-Type: application/json" \
--data-binary @-
安装 Aubrai Longevity Research 后,可以对 AI 说这些话来触发它
Help me get started with Aubrai Longevity Research
Explains what Aubrai Longevity Research does, walks through the setup, and runs a quick demo based on your current project
Use Aubrai Longevity Research to answer questions about longevity, aging, lifespan extension, and an...
Invokes Aubrai Longevity Research with the right parameters and returns the result directly in the conversation
What can I do with Aubrai Longevity Research in my data & analytics workflow?
Lists the top use cases for Aubrai Longevity Research, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/aubrai-longevity/ 目录(个人级,所有项目可用),或 .claude/skills/aubrai-longevity/(项目级)。重启 AI 客户端后,用 /aubrai-longevity 主动调用,或让 AI 根据上下文自动发现并使用。
Aubrai Longevity Research 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Aubrai Longevity Research 可免费安装使用。请查阅仓库了解许可证信息。
Answer questions about longevity, aging, lifespan extension, and anti-aging research using Aubrai's research engine with cited sources.
Aubrai Longevity Research 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Aubrai Longevity Research
Identifies repetitive steps in your workflow and sets up Aubrai Longevity Research to handle them automatically