add rfc skill
This commit is contained in:
14
rfc/SKILL.md
Normal file
14
rfc/SKILL.md
Normal file
@@ -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`
|
||||||
|
|
||||||
Reference in New Issue
Block a user