Agent Skills
Interhuman Agent Skills are packaged capabilities that let AI coding agents call Interhuman API workflows directly. Use them to:- Authenticate and get short-lived bearer tokens
- Analyze uploaded video files
Install skills
Install the Interhuman skill set:Available Interhuman skills
interhuman-authentication- Generate short-lived tokens viaPOST /v0/auth(run this first).interhuman-post-processing- Analyze pre-recorded files viaPOST /v0/upload/analyze.
Common install patterns
List skills without installing:Recommended workflow
- Use
interhuman-authenticationto get a token. - Use
interhuman-post-processingfor uploaded files. - Parse the returned raw JSON in your app layer.
Find more and verify listing
- Skills directory listing: skills.sh/interhumanai/skills
- Source repository: github.com/InterhumanAI/skills