📝 Update README with improved formatting and add installation instructions for SKILL

This commit is contained in:
2026-04-11 02:14:04 +08:00
parent 7dc2c0b649
commit c4b0cd37fa
+10 -4
View File
@@ -2,12 +2,18 @@
## SKILL Summary ## SKILL Summary
| Name | Description | | Name | Description |
|----|---------------------------------------------------------------------| |-------------|---------------------------------------------------------------------|
| postmessage| Post a message to Hatter showing how to handle a confidential token | | postmessage | Post a message to Hatter showing how to handle a confidential token |
| rfc | Get RFC document | | rfc | Get RFC document |
## Install SKILL
```shell
npx skills add https://git.hatter.ink/hatter/skills --skill rfc
```
## SKILL Internals ## SKILL Internals
### How `get-secret.ts` works? ### How `get-secret.ts` works?