Skills
Skills Patterns
GitHub-Based Skills (Recommended)
from glaip_sdk import Agent
github_skill = "https://github.com/coreyhaines31/marketingskills/tree/main/skills/copywriting"
agent = Agent(
name="skills-github-agent",
instruction="You are a helpful assistant.",
model="openai/gpt-5",
skills=[github_skill],
)
result = agent.run("Write landing page copy for PulsePath.")Path-Based Skills (Local Only)
Skill Authoring (GL Connectors Skills)
Troubleshooting
Current Limitations and Roadmap
How Skills Relate to Tools, MCP Servers, and APIs
If you need...
Start with
Why
Runtime Relationship (AIP + GL Connectors Skills)
Related Documentation
Last updated
Was this helpful?