이 페이지는 아직 번역되지 않아 영어 원문을 표시합니다.
핵심 개념

What is an agent Skill?

A named capability pack — a short description of when to use it, fuller instructions, and the tools it unlocks — that the agent loads only when it becomes relevant.

이렇게도 부릅니다skill packcapabilityplaybook skill

A Skill is how you teach an agent a procedure without teaching it to everyone, everywhere, all the time.

Think of the difference between a colleague who has read every manual in the building and one who knows which manual to reach for. The second is more useful, and cheaper to employ.

Description first, instructions later

Every Skill has two layers, and the split is the whole point:

  • a name and description — what this is for, and when it applies
  • instructions — the actual procedure, which can be long

Only the first layer is in front of the agent by default. It sees a short list of what it could know. When a conversation turns out to need one, it loads that Skill and the full instructions arrive.

This is called progressive disclosure, and it exists because context is finite and expensive. Twenty detailed procedures pasted in permanently would crowd out the conversation itself and make every reply slower and dearer — including the ones where none of the procedures applied.

A Skill, spelled out

"Quote a residential mortgage" might read: establish employment type, deposit and property value before quoting anything. Run the quote tool for the products this customer is actually eligible for. Present at most three, cheapest first, and never present one whose criteria they fail. Say plainly that the figures are indicative. Hand over to a broker before anything is committed.

That is a procedure, not knowledge — and it is not something you would want restated in every conversation about opening hours. It loads when a customer starts asking about borrowing, and not before.

How an agent gets one

Skills belong to the tenant, not to a single agent. You write "screen a new enquiry" once, and any agent that should be able to do it references it by name — the same pattern knowledge bases use. Two agents can share a Skill without a copy existing in two places, and correcting the procedure corrects both.

At runtime the agent sees only the names and descriptions of the Skills on its list. When one becomes relevant it calls a tool to load that Skill, and the full instructions arrive for the rest of the conversation.

What a Skill can carry

Instructions are the substance, but a Skill can also declare which tools it enables. A skill for booking can unlock the calendar; a skill for eligibility screening can unlock nothing at all and simply be a way of asking questions in the right order.

That makes Skills a permission boundary as well as an instruction set: a tool that no loaded Skill enables is a tool the agent will not reach for.

동작 원리가 궁금하신가요?Tools, budgets and the loop
더 많은 기본 개념