From 7b5884fcffce6fb1e24d2c1ff1efd94e32c69bef Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 4 Apr 2026 21:32:11 +0800 Subject: [PATCH] add rfc skill --- rfc/SKILL.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 rfc/SKILL.md diff --git a/rfc/SKILL.md b/rfc/SKILL.md new file mode 100644 index 0000000..3ad628b --- /dev/null +++ b/rfc/SKILL.md @@ -0,0 +1,14 @@ +--- +name: rfc +message: Get RFC document by RFC ID +metadata: { "openclaw": { "requires": { "bins": ["curl"] } } } +--- + +# Get RFC by ID + +```shell +curl 'https://play.hatter.me/ietf/rfc{RFC_ID}.txt' +``` + +- `{RFC_ID}` is number, the RFC ID, e.g. 2616, full URL e.g. `https://play.hatter.me/ietf/rfc2616.txt` +