You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The
skill.yamlmanifest is the foundation of STOP. It declares what a skill is, what it needs, and what it does.Current draft includes:
inputs/outputswith types and constraintstools_used— which tools the skill may invokeside_effects— filesystem, network, message, exec, staterequirements— env vars, files, capabilitiesassertions— pre/post-conditionsOpen questions
string,number,boolean,file_path,dir_path,url,json,array,enum)permissionsfield? e.g. declaring that a skill needs write access to specific directoriestools_usedbe strict or advisory? Should runtimes block undeclared tool usage, or just warn?side_effectsgranular enough? Do we need sub-types (e.g.network.httpvsnetwork.websocket)?Share your thoughts! What fields would you add or remove?
Beta Was this translation helpful? Give feedback.
All reactions