notes-system

Store and retrieve admin-defined notes in Telegram groups and channels.

2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/adraalabs/skills --skill notes-system-adraalabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notes-system
Source: https://github.com/adraalabs/skills/tree/main/notes-system
Command: npx skills add https://github.com/adraalabs/skills --skill notes-system-adraalabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Admins need a simple way to save and retrieve reusable replies, FAQs, or quick responses for Telegram groups or channels.

Core Features & Use Cases

  • Save notes with /save to store a named snippet from the command input or a replied-to message.
  • Retrieve notes with /get or via the hash shortcut to fetch a note by its name.
  • Manage notes with /notes, /delnote, and /clearnotes to list, delete, or clear notes.

Quick Start

Save a note named greeting with /save greeting Hello there, then retrieve it with /get greeting.

Frequently Asked Questions about notes-system

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

FAQPage Schema
How do I save canned replies and FAQs for quick retrieval in Telegram groups?

You can save canned replies and FAQs in Telegram groups by using a key-value note store with the /save command, which stores named snippets from direct input or replied-to messages for on-demand retrieval.

What is the best way to set up quick responses for a Telegram channel admin?

The best way to set up quick responses is by using admin-enforced commands to store and fetch reusable notes. Admins save a named snippet and retrieve it instantly via simple commands or a hash shortcut.

How do I manage and delete saved notes in a Telegram group?

You manage saved notes by listing them with /notes, deleting specific entries with /delnote, or clearing the entire store with /clearnotes, with sensitive actions restricted to users with admin permissions.

Can I use a shortcut to fetch a specific saved note instead of typing a full command?

Yes, you can fetch a specific saved note using a hash shortcut. After saving a note with a designated name, the hash shortcut retrieves the stored content instantly without needing the full /get command.

Does the note-system require any external dependencies to store and retrieve messages?

No, the note-system operates without external dependencies. It implements a standalone key-value note store that handles saving, retrieving, and managing messages entirely within the Telegram environment.

Why should I use an admin permission check for saving and clearing notes?

An admin permission check prevents unauthorized users from overwriting or deleting important FAQs and replies. It ensures only designated admins can execute sensitive actions like /save, /delnote, and /clearnotes.