🎯

research-lookup

🎯Skill

from aiskillstore/marketplace

VibeIndex|
What it does

Retrieves and summarizes research information from academic databases and online sources based on user-specified research queries.

πŸ“¦

Part of

aiskillstore/marketplace(33 items)

research-lookup

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add aiskillstore/marketplace --skill research-lookup
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# AI Skillstore - Agent Skills Marketplace

The official AI Skills marketplace for Claude Code and Codex. Discover, install, and manage AI agent skills following the [Agent Skills specification](https://agentskills.io/specification).

Quick Start

Claude Code Installation

#### Method 1: Quick Install (Recommended)

Copy this prompt and paste it into Claude Code:

```

Download all files from https://github.com/aiskillstore/marketplace/tree/main/skills/ and save to ~/.claude/skills/

```

Claude Code will automatically fetch and install the skill files.

#### Method 2: Manual Install

  1. Download the skill ZIP from [skillstore.io](https://skillstore.io)
  2. Extract to your preferred scope directory:

- Project scope: .claude/skills// (current project only)

- User scope: ~/.claude/skills// (all projects)

  1. Each skill folder must contain a SKILL.md file

Codex Installation

#### Method 1: Use $skill-installer (Recommended)

Run this command inside Codex:

```

$skill-installer install https://github.com/aiskillstore/marketplace/tree/main/skills/

```

#### Method 2: Manual Install

  1. Download the skill ZIP from [skillstore.io](https://skillstore.io)
  2. Extract to your preferred scope directory:

- Repo scope: .codex/skills// (current project)

- User scope: ~/.codex/skills// (your account)

- System scope: /etc/codex/skills// (all users)

  1. Restart Codex to load new skills

For Skill Developers

Submit Your Skill

  1. Visit [skillstore.io/submit](https://skillstore.io/submit)
  2. Enter your GitHub repository URL containing a SKILL.md file
  3. Wait for automated security analysis
  4. Admin reviews and approves your submission
  5. Your skill becomes available in the marketplace

Skill Requirements

Your repository should contain:

  • SKILL.md - The skill definition file (required)
  • Supporting files referenced by the skill (optional)
  • LICENSE - License file (recommended)

Security Analysis

All submitted skills undergo automated security analysis that checks for:

  • Dangerous code patterns (eval, exec, system commands)
  • File system access outside project scope
  • Network requests to external hosts
  • Obfuscated or minified code
  • Credential/secret handling

Skills that fail security checks will not be published.

Repository Structure

```

.

β”œβ”€β”€ skills/ # Approved skills

β”‚ └── /

β”‚ β”œβ”€β”€ SKILL.md # Skill definition (required)

β”‚ β”œβ”€β”€ scripts/ # Optional executable scripts

β”‚ β”œβ”€β”€ references/ # Optional additional docs

β”‚ └── assets/ # Optional static resources

β”œβ”€β”€ pending/ # Skills awaiting review

β”œβ”€β”€ schemas/ # JSON validation schemas

└── .github/workflows/ # Automation workflows

```

Available Skills

Browse all available skills at [skillstore.io](https://skillstore.io).

Links

  • Website: [skillstore.io](https://skillstore.io)
  • Submit Skills: [skillstore.io/submit](https://skillstore.io/submit)
  • Documentation: [skillstore.io/docs](https://skillstore.io/docs)
  • Agent Skills Spec: [agentskills.io/specification](https://agentskills.io/specification)
  • GitHub: [github.com/aiskillstore](https://github.com/aiskillstore)

License

This marketplace catalog is licensed under MIT. Individual skills may have their own licenses - check each skill's LICENSE file.

---

Made with care by the AI Skillstore team

More from this repository10

🎯
agent-development🎯Skill

[Detailed explanation] ``` ### model (optional) Specifies which model to use for this agent. **Options:** - `inherit` (default, uses current conversation model) - `claude-2.1` - `claude-instant-...

🎯
frontend-design🎯Skill

Crafts distinctive, production-grade frontend interfaces with exceptional design quality, avoiding generic AI aesthetics.

🎯
command-development🎯Skill

Guides developers in creating powerful, configurable slash commands using Markdown and YAML for Claude Code, enabling dynamic, reusable workflow automation.

🎯
skill-development🎯Skill

Guides developers in creating, structuring, and optimizing Claude Code plugin skills with comprehensive best practices and modular design principles.

🎯
plugin-settings🎯Skill

Manages per-project plugin configuration and state using `.claude/plugin-name.local.md` files with YAML frontmatter and markdown content.

🎯
skill-creator🎯Skill

Guides users through creating or updating skills to extend Codex's capabilities with specialized knowledge and workflows.

🎯
mcp-integration🎯Skill

Enables seamless integration of external services and tools into Claude Code plugins using Model Context Protocol (MCP) server configurations.

🎯
hook-development🎯Skill

Enables advanced, context-aware hook development for Claude Code plugins with flexible prompt-based and command-driven event automation.

🎯
skill-installer🎯Skill

Installs Codex skills from curated lists or GitHub repos, supporting public and private skill sources with flexible installation options.

🎯
canvas-design🎯Skill

Generates original visual design philosophies and transforms them into artistic .png or .pdf documents with minimal text and high aesthetic impact.