AgentSkillsCN

gramio-help

内部知识技能——通过动态读取文档文件,为Claude提供GramIO框架的相关背景信息。

SKILL.md
--- frontmatter
name: gramio-help
description: Internal knowledge skill — provides Claude with GramIO framework context by reading documentation files dynamically.
user-invocable: false
allowed-tools: Read, Glob, Grep
agent: Explore
metadata:
  internal: true

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.