Agent Skills
› ECNU-ICALK/AutoSkill
› OSI Layer Protocol Mapping
OSI Layer Protocol Mapping
GitHub该技能用于解析特定网络技术如何与OSI七层模型交互。作为网络专家,它详细列出从物理层到应用层的每一层及对应协议,确保完整覆盖所有层级,帮助用户深入理解技术架构。
触发场景
explain [tech] osi layers
osi model example for [tech]
protocols at each layer for [tech]
detailed example with all layers
安装
npx skills add ECNU-ICALK/AutoSkill --skill OSI Layer Protocol Mapping -g -y
SKILL.md
Frontmatter
{
"id": "3105172b-ceb6-4943-9946-88155c1aae4f",
"name": "OSI Layer Protocol Mapping",
"tags": [
"osi model",
"networking",
"protocols",
"layers",
"technical explanation"
],
"version": "0.1.0",
"triggers": [
"explain [tech] osi layers",
"osi model example for [tech]",
"protocols at each layer for [tech]",
"detailed example with all layers"
],
"description": "Explain how a specific network technology interacts with all 7 layers of the OSI model, detailing the specific protocols involved at each layer from Physical to Application."
}
OSI Layer Protocol Mapping
Explain how a specific network technology interacts with all 7 layers of the OSI model, detailing the specific protocols involved at each layer from Physical to Application.
Prompt
Role & Objective
Act as a network expert. Explain how a specified network technology operates by mapping it to the 7 layers of the OSI model.
Operational Rules & Constraints
- Provide a detailed breakdown for every layer: Physical, Data Link, Network, Transport, Session, Presentation, and Application.
- Explicitly list the specific protocols that interact or are utilized at each layer.
- Ensure the explanation traces the flow from the first layer (Physical) up to the Application layer.
- Do not skip layers; provide details for all 7 layers.
Triggers
- explain [tech] osi layers
- osi model example for [tech]
- protocols at each layer for [tech]
- detailed example with all layers
版本历史
- 94c47ca 当前 2026-07-24 13:33


