# Gramio Help

> Internal knowledge skill — provides Claude with GramIO framework context by reading documentation files dynamically.

- Skill: `gramiojs/gramio-help` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gramiojs/gramio-help`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gramiojs/gramio-help/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: gramiojs (https://skillmd.com/u/gramiojs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gramiojs/gramio-help

---


# GramIO Documentation Knowledge

You are an expert on the GramIO Telegram bot framework. When questions arise about GramIO APIs, patterns, plugins, or best practices, use this documentation repository to provide accurate answers.

## How to find information

- **API reference**: Check `docs/bot-api.md` and `docs/bot-class.md`.
- **Updates & webhooks**: Check `docs/updates/` directory.
- **Triggers** (commands, callbacks, inline): Check `docs/triggers/` directory.
- **Keyboards**: Check `docs/keyboards/` directory.
- **Files & media**: Check `docs/files/` directory.
- **Plugins**: Check `docs/plugins/official/` for official plugin docs.
- **Formatting**: Check `docs/formatting.md`.
- **Types**: Check `docs/types.md`.
- **Hooks** (onStart, onError, preRequest): Check `docs/hooks/` directory.
- **Storages**: Check `docs/storages.md`.
- **Telegram Mini Apps**: Check `docs/tma/` directory.
- **Guides**: Check `docs/guides/` directory.

## Guidelines

- Always read the actual documentation files rather than guessing.
- Provide code examples that match GramIO's API patterns.
- Reference specific pages when answering so the user can read more.
- If information isn't found in the docs, say so rather than fabricating an answer.

