logoalt Hacker News

CGamesPlayyesterday at 3:00 AM4 repliesview on HN

Can you clarify what exactly you mean? Skills are markdown files, so they definitely can't call APIs or CLIs. Are you saying that a skill can tell the agent to use curl to call web APIs? Or something different?


Replies

hypercube33yesterday at 3:20 AM

Technically they can at least how I'm using or abusing them - I ride windows so they have a generic powershell script bolted on to handle special API use through the skill to make it easier for the agent to call data up noted in the skill. does it lack full API details? absolutely. I have also a learning skill where if it has to go for a think / fail / try to figure something new out to grow a new skill or update an existing one.

skills to me suck when they are shared with a team - haven't found the secret sauce here to keep these organic skills synced between everyone

mhalleyesterday at 3:10 AM

https://agentskills.io/specification

* references/ Contains additional documentation that agents can read when needed

* scripts/ Contains executable code that agents can run.

* assets/ Contains static resources

nostreboredyesterday at 4:21 AM

Skills can bundle scripts. Skills can express how to use curl. Skills can integrate with your fips keys if you want them to.

latentseayesterday at 4:18 AM

They almost certainly mean skills can tell the agent to use the api, and it can succeed at doing that.