alterlab-skill-finder

alterlab-skill-finder is a skill for Claude Code from AlterLab-IEU/AlterLab-Academic-Skills. It costs 232 tokens per session (2,750 once invoked), scanned A, original, MIT.

A router that chooses the right AlterLab skill for a task, or coordinates several skills for a larger multi-stage job. It can ask clarifying questions before starting a complex workflow.

In plain words
What is it for?
Use it to route a simple request to one skill or organize work such as research, writing, and review across several skills.
Why use it?
It helps users who know the task they want to accomplish but do not know which skill or combination of skills to invoke.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; mentions Claude Code.

Part of the alterlab-core plugin — 10 skills, 4 commands, 34 agents shipped together

Good fit Use it to route a simple request to one skill or organize work such as research, writing, and review across several skills.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alterlab-ieu/alterlab-academic-skills/alterlab-skill-finder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AlterLab-IEU/AlterLab-Academic-Skills --skill alterlab-skill-finder
Clone the repo
git clone --depth 1 https://github.com/AlterLab-IEU/AlterLab-Academic-Skills

Made for: Claude Code.

Or install alterlab-core, the plugin that ships this one along with the rest of its 10 skills, 4 commands, 34 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for alterlab-skill-finder

README.md
[![agentmods](https://agentmods.dev/badge/skills/alterlab-ieu/alterlab-academic-skills/alterlab-skill-finder/github.svg)](https://agentmods.dev/skills/alterlab-ieu/alterlab-academic-skills/alterlab-skill-finder)
Your own site
<a href="https://agentmods.dev/skills/alterlab-ieu/alterlab-academic-skills/alterlab-skill-finder"><img src="https://agentmods.dev/badge/skills/alterlab-ieu/alterlab-academic-skills/alterlab-skill-finder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for alterlab-skill-finder

Your own site · 80×15
<a href="https://agentmods.dev/skills/alterlab-ieu/alterlab-academic-skills/alterlab-skill-finder"><img src="https://agentmods.dev/badge/skills/alterlab-ieu/alterlab-academic-skills/alterlab-skill-finder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 232 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,750 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00232 $0.02750
Opus 5 $0.00116 $0.01375
Sonnet 5 $0.00046 $0.00550
Haiku 4.5 $0.00023 $0.00275

Measured 9d ago against content hash 06b1c335c7e1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

alterlab-skill-finder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/core/alterlab-skill-finder/SKILL.md · 138 lines

How it starts

The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AlterLab Skill Finder — Name the Task, Get the Right Skill (or the Whole Workflow)

Skill type: ROUTER / LAUNCHER. Users say "use AlterLab skills" or fire alterflow without knowing the 230+ skill names. This is the front door: it reads the task, picks the AlterLab skill(s) that fit, and either uses one skill or launches a clarified, multi-agent workflow.

Core Mission

WHEN THE USER NAMES ALTERLAB BUT NOT A SKILL, YOU PICK THE SKILL(S).
SIMPLE TASK → ROUTE TO ONE SKILL.   BIG / KEYWORD TASK → CLARIFY, THEN ORCHESTRATE MANY.
ALWAYS ASK YOUR QUESTIONS BEFORE YOU START A MULTI-STEP RUN.

Two modes

Mode Fires on What happens
Route (default) "use AlterLab skills to…", "which AlterLab skill for…", any generic AlterLab ask classify the task → map to a domain → name and apply the best-fitting skill(s) — Anthropic's routing pattern
Orchestrate a task that spans several dependent stages (research → write → review, etc.); the keyword alterflow — aliases alterresearch / ultralab — is an explicit shortcut into this mode clarify → select skills → plan a multi-agent workflow → confirm → execute — Anthropic's orchestrator-workers pattern

When to Use This Skill

  • "Use AlterLab skills to [do X]." / "Which AlterLab skill should I use for [task]?"
  • "Is there an AlterLab skill / workflow for [task]?"
  • "alterflow — investigate [topic] and draft a paper." (→ Orchestrate mode)
  • Any request that references AlterLab by name without specifying a skill.

Does NOT Trigger

The request is really about… Route to Why not this skill
A specific named skill ("run alterlab-deep-research", "use survey-analysis") that skill directly The user already knows it; no routing needed.
Composing a bespoke multi-agent workflow the user is hand-designing alterlab-workflow-orchestration This skill calls that engine; it doesn't replace its mechanics.
A task with no AlterLab framing at all (answer normally) Nothing to route.

Read the full file on GitHub · 138 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 138 lines · 232 tokens per session scan A 06b1c335c7e1

Subscribe to this mod's changes

alterlab-skill-finder is a skill published in the GitHub repository AlterLab-IEU/AlterLab-Academic-Skills (66 stars, last pushed 8d ago), licensed MIT. It adds 232 tokens to every session and 2,750 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

academic-slides

Create Beamer-inspired academic HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build slides for a conference talk, lecture, seminar, or thesis defense. Supports theorem environments, KaTeX equations, algorithm pseudocode, and citations. Helps academics discover their…

Nero1688/claude-academic-skills · 74 tokens

ob-hrm-scale-adaptor

A guide for adapting organisational behaviour and human-resources survey scales across languages and cultures. It covers permission checks, translation and back-translation, expert review, participant interviews, and tests of whether groups interpret the scale comparably.

Nero1688/claude-academic-skills · 318 tokens

r-spss-syntax-architect

A guide for turning research hypotheses into repeatable R or SPSS code for statistical analysis. It covers panel data, where the same companies or other units are observed over time, as well as interaction effects, curves, and mediation.

Nero1688/claude-academic-skills · 406 tokens

phd-milestone-tracker

A tracker for planning and monitoring the academic milestones of working business doctoral students.

Nero1688/claude-academic-skills · 394 tokens

q1-journal-reviewer

A simulated anonymous review by a demanding business-research journal referee. It examines a complete paper for contribution, causal reasoning, robustness checks, mechanisms, and the difference between statistical and real-world importance.

Nero1688/claude-academic-skills · 353 tokens

tej-data-scout

A research-planning guide that checks whether a proposed study can use data from a database such as TEJ, Taiwan’s financial and economic data service. It breaks the topic into variables, finds likely data sections, checks coverage and frequency, and notes gaps that still need confirmation.

Nero1688/claude-academic-skills · 233 tokens