← 返回 Skills 市场
ntsl-ye

Advisor Finder

作者 ntsl-ye · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
37
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install advisor-finder
功能描述
Find and analyze potential academic advisors, supervisors, or faculty for a target university, school, department, or research direction. Use when the user a...
使用说明 (SKILL.md)

Advisor Finder

Find candidate advisors for a target university or department, verify what they actually work on, and rank who is most worth contacting.

Core objective

Turn a vague request like “help me find professors doing LLMs at Zhejiang University Software College” into a defensible shortlist with evidence.

The skill must not stop at listing names. It must:

  1. find faculty,
  2. verify research direction from primary evidence,
  3. inspect recent papers and public profiles,
  4. judge fit against the user's background or target,
  5. output a ranked shortlist with reasons.

Inputs to extract

Identify as many of these as the user already gave:

  • university name
  • school / department / institute name
  • target research direction
  • degree goal: master's / PhD / RA / visiting / broad exploration
  • user background keywords
  • region preference
  • faculty seniority filter: professor only / professor + associate professor / all faculty
  • paper time window: 2 / 3 / 5 years
  • shortlist size wanted

If key inputs are missing, make the smallest reasonable assumption and continue. Ask follow-up only when the ambiguity would materially change the result.

Evidence hierarchy

Prefer evidence in this order:

  1. official university / department / lab pages
  2. faculty personal homepage
  3. structured research directories or datasets with strong CS coverage, such as CSrankings, when applicable
  4. Google Scholar / Semantic Scholar / DBLP / OpenReview / official publication page
  5. lab member pages, project pages, recent talk pages
  6. third-party pages only as backup

Read references/github-datasets.md when the official school site is weak and the target field is computer science or nearby areas.

Do not treat one old paper as proof of a current research direction. Look for repeated recent evidence.

Workflow

Step 1: Lock the official target page

Find the official university page and then the official school / department / faculty directory page.

Record:

  • official school name
  • official faculty directory URL
  • whether the page is complete or obviously partial

If the school is a top university or the site is messy, read references/top-university-sites.md first for likely official entry points.

If the target is a major Chinese university and the user is looking for economics/management, computer science, software, or data science related schools, also read references/china-top-university-hints.md for common official entry patterns.

If the official directory is poor, supplement with official lab pages and faculty personal pages. If the site blocks scraping or key fields are hidden, follow references/site-failure-playbook.md instead of guessing.

Step 2: Build the faculty pool

Collect candidate faculty members with at least:

  • name
  • title
  • homepage URL if available
  • email if publicly listed
  • research keywords from official page if available

Before moving on, assign a pool completeness label:

  • High: official faculty pool looks mostly complete
  • Medium: official pool exists but clearly partial
  • Low: official pool is fragmented and must be reconstructed from labs + homepages + external structured datasets

If the target field is computer science, AI, CV, NLP, systems, ML, HCI, security, or robotics, and the official faculty pool is weak, consult references/github-datasets.md for CSrankings-style recovery.

Exclude obvious non-target roles unless the user asked broadly:

  • administrative staff
  • purely teaching staff without research role
  • postdocs / students unless specifically requested

Step 3: First-pass direction filter

Use official profile text, homepage text, and lab descriptions to do a coarse filter.

Examples:

  • for LLM: large language model, LLM, foundation model, NLP, agent, multimodal, reasoning
  • for CV: computer vision, vision-language, image understanding, 3D vision
  • for systems: distributed systems, databases, systems for ML, networking

Keep borderline candidates for verification rather than dropping them too early.

Step 4: Verify recent research line

For each shortlisted candidate, inspect recent papers and profile evidence.

Minimum checks:

  • recent paper topics in the last 2 to 5 years
  • whether the target direction appears repeatedly
  • whether the person seems active recently
  • whether the person looks central to the work or only occasionally adjacent

Use paper-search or scholar-style skills if available. Use paper-parse only after a specific paper is worth reading deeply.

Step 5: Build the advisor profile

For each candidate, write a compact profile covering:

  • main research line
  • target-direction relevance
  • recent activity level
  • style tendency: theory / method / engineering / application
  • likely contact value
  • uncertainty level

Use references/scoring-template.md as a soft rubric. Do not fake precision, but do make the ranking logic explicit.

Step 6: Match against the user

If the user gave background info, compare:

  • skill overlap
  • topic overlap
  • methodological overlap
  • likely entry barrier
  • whether the user can plausibly write a credible outreach email

If the user gave no background, rank only by target-direction fit and activity.

Step 7: Rank and output

Produce a shortlist with explicit ranking bands:

  • Priority A: strong fit, active, worth contacting early
  • Priority B: plausible fit, worth contacting
  • Priority C: weak or uncertain fit, backup only

Scoring guide

Use soft scoring, not fake precision. Judge each dimension as High / Medium / Low or 0-5.

Suggested dimensions:

  • direction match
  • recent activity
  • evidence strength
  • user-background fit
  • outreach value

Do not hide uncertainty. If evidence is weak, say so.

Required output structure

Start with a brief scope line:

  • target university
  • department
  • direction
  • time window

Then output a ranked table or bullet list.

For each faculty member include:

  • Name
  • Title
  • School / Department
  • Homepage
  • Email if public
  • Research summary in plain Chinese
  • Recent evidence: 2-4 papers or profile facts
  • Match assessment
  • Risks / uncertainty
  • Recommendation: Priority A / B / C

Then end with:

  • top 3 recommended contacts
  • why they are top 3
  • what to do next
  • whether the site evidence quality was High / Medium / Low

What to avoid

Do not:

  • rank only by fame
  • infer current direction from one old famous paper
  • confuse coauthors with the actual faculty member
  • treat non-official pages as authoritative when official pages exist
  • overclaim whether a faculty member is recruiting

Escalation points

If the user asks for deeper analysis of one professor:

  • identify one or more recent representative papers
  • use paper-parse on the most relevant paper
  • update the advisor profile with paper-level evidence

If the user asks for many schools:

  • handle one school at a time
  • keep a structured table across schools

If a school website is especially bad:

  • do not force a fake confident answer
  • downgrade evidence strength
  • produce a provisional shortlist first
  • note exactly what still needs verification

Output style

Write in direct Chinese. Prefer short, useful judgments over inflated academic prose. The user should be able to read the result and immediately know who is worth contacting first and why.

安全使用建议
This appears safe to install as an instruction-only research helper. Before using the generated shortlist, verify faculty affiliations, recent papers, and publicly listed contact details yourself, especially before sending outreach emails.
功能分析
Type: OpenClaw Skill Name: advisor-finder Version: 0.1.0 The advisor-finder skill is a well-structured tool designed to help users identify and rank academic faculty based on research alignment and recent activity. The workflow involves searching official university directories, personal homepages, and academic databases like CSrankings and Google Scholar. There is no evidence of malicious intent, data exfiltration, or harmful prompt injection; the skill focuses entirely on gathering and analyzing publicly available academic information to assist with graduate school applications.
能力标签
crypto
能力评估
Purpose & Capability
The stated purpose is to find and rank potential academic advisors, and the instructions consistently focus on public faculty pages, publications, profiles, and evidence-based ranking.
Instruction Scope
The workflow emphasizes verification, official sources, uncertainty labeling, and not overstating evidence; it does not instruct the agent to override user intent or perform high-impact actions.
Install Mechanism
There is no install spec, no executable code, no required binaries, and no required environment variables or credentials.
Credentials
The expected activity is web and publication research using public information, which is proportionate to the advisor-finding purpose; no local file, account, or system mutation authority is requested.
Persistence & Privilege
The artifacts do not request persistence, background execution, elevated privileges, stored memory, credential access, or autonomous activity beyond the user’s advisor-search task.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install advisor-finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /advisor-finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public release with bilingual docs, messy-site recovery flow, China top university hints, and CS dataset guidance.
元数据
Slug advisor-finder
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Advisor Finder 是什么?

Find and analyze potential academic advisors, supervisors, or faculty for a target university, school, department, or research direction. Use when the user a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。

如何安装 Advisor Finder?

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

Advisor Finder 是免费的吗?

是的,Advisor Finder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Advisor Finder 支持哪些平台?

Advisor Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Advisor Finder?

由 ntsl-ye(@ntsl-ye)开发并维护,当前版本 v0.1.0。

💬 留言讨论