Skills Configuration
Overview
Key Concepts
What is a skill?
How skills are attached
Skill source types
Skill Directory Structure
SKILL.md format
Field
Required
Description
Remote GitHub Skills Example
1) Add the GitHub skill URL
2) Build the pipeline and Digital Employee
3) Invoke the Digital Employee
Private GitHub repositories
Local Skills Example
1) Define the skill directory
2) Load the local skill
3) Build the agent and pipeline
4) Build the Digital Employee
5) Ivoke the Digital Employee
What this example shows
Managing Skills at Runtime
When to Use Which Approach
Use remote GitHub skills when
Use local skills when
Best Practices
1. Keep skills narrowly scoped
2. Write a precise description
3. Match the job instruction to the skill
4. Validate the local path before running
5. Keep SKILL.md instructions explicit
SKILL.md instructions explicitTroubleshooting
Local skill is not being found
Skill name validation error
Local skill does not behave as expected
Remote GitHub skill cannot be accessed
Last updated