SkillAgentSearch skills...

Superheroes

Get superhero names

Install / Use

/learn @sindresorhus/Superheroes
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

superheroes

Get superhero names

<img src="https://cloud.githubusercontent.com/assets/170270/7563453/ad57a684-f7dd-11e4-8302-081f132e8653.png" width="100" height="112" align="right">

The list is just a JSON file and can be used anywhere.

I'm not accepting additional entries to the list.

Install

npm install superheroes

Usage

import superheroes from 'superheroes';

superheroes;
//=> ['3-D Man', 'A-Bomb', …]

API

superheroes

Type: string[]

Superhero names in alphabetical order.

randomSuperhero()

Type: Function

Get a random superhero name.

import {randomSuperhero} from 'superheroes';

randomSuperhero();
//=> 'Spider-Ham'

Related

Related Skills

View on GitHub
GitHub Stars234
CategoryDevelopment
Updated3mo ago
Forks24

Languages

JavaScript

Security Score

87/100

Audited on Jan 3, 2026

No findings