auto-reply

Manage automatic response rules for chat platforms via CLI and TypeScript API.

650|137|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/alsk1992/CloddsBot --skill auto-reply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-reply
Source: https://github.com/alsk1992/CloddsBot/tree/main/src/skills/bundled/auto-reply
Command: npx skills add https://github.com/alsk1992/CloddsBot --skill auto-reply

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates responses to messages based on predefined rules, keywords, and conditions, saving time and ensuring consistent communication.

Core Features & Use Cases

  • Rule-Based Responses: Set up automatic replies triggered by specific keywords, patterns, or regular expressions.
  • Conditional Logic: Define rules that only activate under certain conditions like time of day, specific users, or channels.
  • Use Case: Automatically respond to common questions like "What are your hours?" with a predefined answer, or trigger a specific response when a user mentions "support".

Quick Start

Use the auto-reply skill to add a new rule that responds with 'I am currently unavailable.' when the keyword 'busy' is detected.

Frequently Asked Questions about auto-reply

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

FAQPage Schema
How do I automate chat responses based on specific keywords?

You can automate chat responses by configuring rules that match specific keywords or regex patterns, triggering predefined replies to handle incoming messages consistently without manual intervention.

Can I set conditional logic for auto-reply rules based on time or channel?

Yes, you can define conditional logic for auto-reply rules that only activate under specific conditions, such as particular times of day, specific users, or designated messaging channels.

What is the best way to manage dynamic auto-reply rules via code?

You can manage dynamic auto-reply rules via a TypeScript API, allowing you to programmatically generate responses, schedule rules, and integrate with messaging platforms for automated customer service.

Does this auto-reply skill support regular expression pattern matching for messages?

Yes, the auto-reply skill supports regular expression patterns, enabling you to define precise message matching criteria alongside standard keyword matching and conditional logic for automated responses.

How do I add a new rule to automatically reply when a keyword is detected?

You can add a new rule by using the CLI or TypeScript API to specify the target keyword and the predefined response text, which will then automatically trigger when that keyword is detected in chat platforms.