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` +