customize

Add channels, triggers, and router modifications to MatClaw deployments.

85|23|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/DingyangLyu/MatClaw --skill customize-dingyanglyu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: customize
Source: https://github.com/DingyangLyu/MatClaw/tree/main/.claude/skills/customize
Command: npx skills add https://github.com/DingyangLyu/MatClaw --skill customize-dingyanglyu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables users to tailor MatClaw by adding input channels (e.g., Telegram, Slack, email), adjusting triggers, integrating new services, or modifying the router. It provides an interactive workflow that asks clarifying questions to understand the desired customization before applying changes.

Core Features & Use Cases

  • Add new input channels and connect them to existing groups
  • Change triggers, routing rules, and integration points
  • Documented patterns for safe, testable customizations and extensions

Quick Start

Describe your customization goal, and I will propose the files to modify and the steps to implement it.

Frequently Asked Questions about customize

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

FAQPage Schema
How do I add new input channels like Telegram or Slack to my automation workflows?

To add input channels like Telegram or Slack to your automation workflows, this skill provides an interactive setup that proposes file mappings and code scaffolding to safely connect new integrations to existing groups.

What is the best way to modify routing rules and change automation triggers in a running deployment?

Modifying routing rules and changing automation triggers in a running deployment requires updating a centralized configuration with documented guidance, ensuring safe and testable router modifications and trigger adjustments.

Can I integrate new services into MatClaw without breaking existing workflows?

Yes, you can integrate new services safely by following documented patterns for testable customizations, applying minimal code scaffolding in src/ and updating centralized configuration without disrupting existing workflows.

What do I need to set up before customizing my router and integrations?

Customizing your router and integrations requires a running MatClaw deployment, clear file mappings, a centralized configuration file, and documented guidance in SKILL.md to implement changes safely.

How does interactive workflow customization handle undocumented extensions?

Interactive workflow customization handles undocumented extensions by asking clarifying questions to understand your desired customization before proposing the specific files to modify and the steps to implement it.