Github
Source Formats
Format
Example
Equivalent Examples
await SkillFactory.from_github(
source="https://github.com/anthropics/skills/tree/main/skills/algorithmic-art",
destination=[".agents/skills"],
)await SkillFactory.from_github(
source="anthropics/skills",
destination=[".agents/skills"],
directory="skills/algorithmic-art",
rev="main",
)Parameters
Parameter
Required
Description
Authentication
Last updated
Was this helpful?