pokeinfo

Query PokéAPI by name or ID and format localized Pokémon summaries.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/chrisluo5311/pokeinfo --skill pokeinfo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pokeinfo
Source: https://github.com/chrisluo5311/pokeinfo/tree/main
Command: npx skills add https://github.com/chrisluo5311/pokeinfo --skill pokeinfo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires soundfile, scipy, and includes scripts (resource) components.

What problem does it solve?

Quickly fetch comprehensive Pokémon information from PokéAPI and present it in a clear, localized format for chat workflows, eliminating manual API calls and data assembly.

Core Features & Use Cases

  • Query by Pokémon name or ID and receive stats, abilities, types, moves, sprites, and cries
  • Multi-language support for Pokémon names and UI text across en, zh-hant, zh-hans, ja, ko, fr, de, es, it
  • Auto-converts cries to Telegram-compatible voice messages
  • No API key required; uses the public PokéAPI; lightweight Python script
  • Supports bot integrations and automated lookups in chat environments

Quick Start

Query a Pokémon by name or ID to retrieve its details using the bundled script.

Frequently Asked Questions about pokeinfo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch localized Pokémon data from PokéAPI without an API key?

Fetch localized Pokémon data from PokéAPI without an API key by running a lightweight Python script that queries by name or ID and returns stats, abilities, types, and moves in your chosen language.

What languages does PokéAPI localization support for Pokémon names and UI text?

PokéAPI localization supports Pokémon names and UI text across nine languages: en, zh-hant, zh-hans, ja, ko, fr, de, es, and it, ensuring readable summaries for various chat workflows.

Can I convert Pokémon cries to Telegram voice messages using Python?

Convert Pokémon cries to Telegram voice messages using Python with soundfile and scipy dependencies, which process audio data from PokéAPI into compatible formats for rich chat interactions.

How do I query Pokémon stats and sprites by name or ID in a chat environment?

Query Pokémon stats and sprites by name or ID in a chat environment using a bundled Python script that handles network requests to PokéAPI and formats the data into a human-readable summary.

Does this PokéAPI script require any dependencies or API keys to run?

The PokéAPI script requires no API key but depends on the soundfile and scipy Python libraries to handle audio processing for converting Pokémon cries into voice messages.

What Pokémon information can I retrieve from PokéAPI for bot integrations?

Retrieve comprehensive Pokémon information from PokéAPI for bot integrations, including stats, abilities, types, moves, sprites, and cries, all formatted into a localized, human-readable summary.