- name
- x-rfc
- description
- |
- license
- Apache-2.0
- compatibility
- POSIX Shell (sh/bash/zsh/dash/ash)
- metadata
- author
- X-CMD
- version
- 1.0.3
- category
- core
- tags
- [shell, cli, tools, rfc, network, protocol]
- repository
- https://github.com/x-cmd/skill
- install_doc
- data/install.md
- display_name
- RFC Document Assistant
x rfc - RFC Document Assistant
Prerequisites
- Load x-cmd before use:
. ~/.x-cmd.root/X- x-cmd not installed? → data/install.md
Core Functions
- List RFC documents:
x rfc ls - View RFC document:
x rfc <number> - Search RFC:
x rfc : <keyword> - AI summary search:
x rfc :: <keyword>
Usage Examples
List all RFC documents
x rfc ls
x rfc ls --csv
x rfc ls --tsvView specific RFC document
x rfc 1003
x rfc 791Search RFC website
x rfc : csv
x rfc : http protocolAI summary search results
x rfc :: tcp
x rfc :: tls sslCommon Scenarios
- List all RFCs:
x rfc ls - Read RFC 791 (TCP):
x rfc 791 - Search for HTTP protocol:
x rfc : http - Get AI summary of TLS RFCs:
x rfc :: tls
Get Help
Run x rfc --help for full help documentation.