AI Scientist
Build AI agents that automate scientific research using [AIScientistv2](https://github.com/SakanaAI/AIScientistv2) — an agentic tree search framework for hypothesis generation, experiment design, data analysis, and paper writing.
Overview
The AI Scientist skill, available through the TerminalSkills/skills repository, enables developers to build agents capable of automating the end-to-end scientific research process. It leverages the AIScientistv2 framework, which utilizes an agentic tree search approach to systematically handle complex tasks. These tasks include generating novel hypotheses, designing rigorous experiments, performing data analysis, and drafting full scientific papers. By integrating this skill, compatible agents like Claude, Gemini, and Cursor can navigate the research lifecycle autonomously. The implementation focuses on structured reasoning and iterative refinement, providing a programmatic way to scale scientific discovery. This resource is part of a collection of modular skills hosted on GitHub, where the parent repository currently maintains a popularity of 71 stars.
Use Cases
Install Notes
# Review source first
open https://github.com/TerminalSkills/skills/blob/main/skills/ai-scientist/SKILL.mdCopy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.
Security Notes
Users should review the AIScientistv2 framework's execution environment requirements, as automated experiment design and data analysis may involve running code or accessing external APIs. Ensure that the agent's permissions are restricted to necessary directories and that any generated scripts are audited before execution in sensitive environments.
Related Skills
Documentation Lookup
mxyhi/ok-skills
Retrieve current documentation and code examples for any library using the Context7 CLI.
Get API Docs via chub
mxyhi/ok-skills
When you need documentation for a library or API, fetch it with the chub CLI rather than guessing from training data. This gives you the current, correct API.
Autoresearch — Autonomous Goal-directed Iteration
mxyhi/ok-skills
Autonomous iteration loop: modify, verify, keep/discard against any metric
Exa
mxyhi/ok-skills
Use Exa for web/code/company research (web_search_exa / get_code_context_exa / company_research_exa), with parameters and examples; trigger when online search or parameter checks are needed.
A2A Protocol
TerminalSkills/skills
Implements the Agent2Agent (A2A) open protocol for communication between AI agents built on different frameworks. A2A enables agents to discover each other via Agent Cards, negotiate interaction modalities, manage collaborative tasks, and exchange data — all without exposing internal state, memory, or tools. Supports J
AI Video Generator — Short-Form Content Pipeline
TerminalSkills/skills
Automate creation of shortform videos (TikTok, YouTube Shorts, Instagram Reels) using AI for every step: topic research, script writing, texttospeech narration, stock footage matching, subtitle generation, and final assembly. Inspired by [MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo) (53k+ stars).