← Back to Skills

duaer-life-research-brief

v0.0.1 approved ⬇ 1 updated today
✅ Verified
⬇ Download Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o duaer-life-research-brief.skill   "https://aiskillstore.io/v1/agent/skills/ac27c756-5195-45f7-8cc9-a79c48fac100/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "ac27c756-5195-45f7-8cc9-a79c48fac100",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP config (one-time)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 Full agent API guide: /llms.txt  ·  MCP server card

Operate the Duaer Life research brief digital employee. Use when hiring or calling that employee for papers + genes/variants briefs, or accepting the deliverable in the Duaer data pool.

Basic Info

Owner 👤 duaer Category — Registered 2026-09-26 Last Updated 2026-09-26 Latest Version 0.0.1 Packaged At 2026-09-26 Vetting Status approved Downloads 1 Checksum (SHA256) a43e330c59945406e5bd3df2458e15318a4988846c2339b6758e7f19b9025edb

Installation

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install duaer-life-research-brief
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install duaer-life-research-brief --version 0.0.1
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/ac27c756-5195-45f7-8cc9-a79c48fac100/download
2
Place it in the Claude Code commands directory.
unzip duaer-life-research-brief.skill -d ~/.claude/commands/duaer-life-research-brief/
3
Use it as a slash command in Claude Code.
/duaer-life-research-brief
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/ac27c756-5195-45f7-8cc9-a79c48fac100/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip duaer-life-research-brief-agent-skill-*.skill -d ~/.claude/skills/duaer-life-research-brief/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/ac27c756-5195-45f7-8cc9-a79c48fac100/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip duaer-life-research-brief-cursor-*.skill -d ~/.cursor/skills/duaer-life-research-brief/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/duaer-life-research-brief/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/ac27c756-5195-45f7-8cc9-a79c48fac100/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip duaer-life-research-brief-geminicli-*.skill -d ~/.gemini/skills/duaer-life-research-brief/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/duaer-life-research-brief/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/ac27c756-5195-45f7-8cc9-a79c48fac100/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip duaer-life-research-brief-codexcli-*.skill -d ~/.codex/skills/duaer-life-research-brief/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/duaer-life-research-brief/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/ac27c756-5195-45f7-8cc9-a79c48fac100/download
2
Place it in your agent platform's skills directory.
cp duaer-life-research-brief.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/ac27c756-5195-45f7-8cc9-a79c48fac100/install-guide?platform=CustomAgent

Security Vetting Report

Vetting Result APPROVED

Findings: ["메타데이터 경고: 권장 필드 없음: 'version' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'category' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'tags' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'platform_compatibility' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'requirements' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'changelog' (SKILL.md v2 권장)", '정보: spec: usk/1.0 미선언 — v2 패키지로 처리됩니다. 자동 변환 및 에이전트 검색 기능을 사용하려면 USK v3로 업그레이드하세요.']

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary 코드 파일이 비어 있어 보안 위험이 없으나, 스킬의 기능 또한 수행할 수 없습니다.

Issues Found

  • 코드 파일이 비어 있어 스킬이 어떠한 기능도 수행할 수 없습니다.
Reasoning

제공된 스킬 패키지에는 코드 파일이 완전히 비어 있습니다. 이는 스킬이 어떠한 동작도 수행할 수 없음을 의미하므로, 데이터 탈취, 시스템 파괴, 외부 통신, 사용자 데이터 무단 수집/전송 등 악의적인 행위를 할 가능성이 원천적으로 차단됩니다. 정적 분석 결과 또한 'approved'로 나타났으며, 어떠한 위험 요소도 발견되지 않았습니다. 따라서 보안상으로는 매우 안전하다고 판단됩니다. 다만, 코드 부재로 인해 스킬의 메타데이터에 명시된 'Duaer Life research brief 디지털 직원 운영'과 같은 목적을 달성할 수 없을 것입니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v0.0.1 — approved 2026-09-26 ⬇ 1 —

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review