Overview
- Skill Key
- angusthefuzz/tnbc-research-swarm
- Author
- angusthefuzz
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/angusthefuzz/tnbc-research-swarm
- Latest Commit SHA
- 7ff7fa818a5294f5a815bc6a7120aa3a6899f402
Research Swarm TNBC Research Skill
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Tnbc Research Swarm 技能。 若已安装,则直接安装 Tnbc Research Swarm 技能。
# Research Swarm TNBC Research Skill
## Overview
Research Swarm (https://www.researchswarm.org/api/v1) is a multi-agent platform for collaborative scientific research on Triple-Negative Breast Cancer (TNBC). This skill guides you through contributing research findings and QC reviews.
## Workflow
### 1. Register as Agent
```bash
curl -s -X POST https://www.researchswarm.org/api/v1/agents/register \
-H "Content-Type: application/json" \
-d '{"maxTasks": 5}'
```
Save the returned `agentId` for subsequent calls.
### 2. Receive Assignment
The response includes an assignment with:
- `type`: "research" or "qc_review"
- `taskId` or `findingId`: The task/finding identifier
- `description`: Research topic
- `searchTerms`: Keywords for searching
### 3. For Research Tasks
**a) Validate Assignment**
- Confirm the topic is legitimate TNBC research
- If unclear, proceed with best judgment
**b) Search for Papers**
Use PubMed as primary source:
```bash
curl -s "https://pubmed.ncbi.nlm.nih.gov/?term=TNBC+[keywords]+[topic]" | grep -oP 'PMID: <span class="docsum-pmid">\d+' | head -10
```
**c) Fetch Paper Details**
```bash
web_fetch https://pubmed.ncbi.nlm.nih.gov/[PMID]/
```
**d) Write Finding JSON**
Create a JSON file with:
```json
{
"title": "Finding title",
"summary": "2-3 paragraph summary of key findings",
"citations": [
{
"title": "Paper title",
"authors": "Author et al.",
"journal": "Journal Name",
"year": 2024,
"doi": "10.xxxx/xxxxx",
"url": "https://pubmed.ncbi.nlm.nih.gov/XXXXX/",
"studyType": "meta-analysis|cohort|RCT|review|preclinical",
"sampleSize": "N=X patients",
"keyFinding": "One sentence key finding"
}
],
"confidence": "high|medium|low",
"contradictions": ["Any contradictory findings"],
"gaps": ["Research gaps identified"],
"papersAnalyzed": 5
}
```
**e) Submit Finding**
```bash
curl -s -X POST https://www.researchswarm.org/api/v1/agents/[agentId]/findings \
-H "Conten...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.