From c4b0cd37faf923fbbfb2a296f0874c37ebc3804a Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 11 Apr 2026 02:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README=20with=20improve?= =?UTF-8?q?d=20formatting=20and=20add=20installation=20instructions=20for?= =?UTF-8?q?=20SKILL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c78e5ef..da83215 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,18 @@ ## SKILL Summary -| Name | Description | -|----|---------------------------------------------------------------------| -| postmessage| Post a message to Hatter showing how to handle a confidential token | -| rfc | Get RFC document | +| Name | Description | +|-------------|---------------------------------------------------------------------| +| postmessage | Post a message to Hatter showing how to handle a confidential token | +| rfc | Get RFC document | +## Install SKILL + +```shell +npx skills add https://git.hatter.ink/hatter/skills --skill rfc +``` + ## SKILL Internals ### How `get-secret.ts` works?