Quickstart
Prerequisites
Getting Started
1
2
Code
from gl_connectors_tools.skills import SkillFactory
import asyncio
async def main():
await SkillFactory.from_github(
source="https://github.com/anthropics/skills/tree/main/skills/algorithmic-art",
destination=[".agents/skills"],
)
asyncio.run(main())Parameters
Parameter
Description
Common Destination Paths
Agent
Path
Last updated
Was this helpful?