Skills
List Skills
GET
List Skills
List all available skills in the knowledge base. Skills can be invoked by agents to perform specific tasks.
Skills are stored at
viking://agent/skills/ in the Agent General File System (AGFS).Authentication
Requires API key authentication viaX-API-Key header.
Query Parameters
The URI to list. Use
viking://agent/skills/ to list all skills.If true, returns only skill names. If false, returns full metadata.
Response
Response status (
ok or error)Array of skills with metadata
Request processing time in seconds
Example
Skill Storage Structure
Each skill is stored as a directory containing:.abstract.md- L0: Brief description.overview.md- L1: Parameters and usageSKILL.md- L2: Full documentation- Auxiliary files - Any additional resources
Reading Skill Content
After listing skills, use the content API to read skill documentation at different levels:Related Endpoints
- Add Skill - Add a new skill
- Search Skills - Semantic search for skills
- Remove Skill - Delete a skill
List Skills
