Skill management
get_status
Get the current runtime status.
Parameters: None
Returns: Runtime version, database path, skill count, uptime.
search_skills
Search skills by keyword.
Parameters:
Search query string.
inspect_skill
Get detailed information about a specific skill.
Skill name (kebab-case identifier).
Health and evaluation
get_health_overview
Get aggregate health metrics across all skills.
Parameters: None
Returns: Total skills, average scores, skills needing attention, recent eval activity.
get_skill_health
Get health metrics for a specific skill.
Skill name.
get_eval_trend
Get eval score history for a skill.
Skill name.
Maximum number of eval runs to return.
Run history
get_run_history
Get execution history for a skill.
Skill name.
Maximum number of runs to return.
report_run
Report a skill execution (used by agents to log skill usage).
Skill name.
Agent runtime that used the skill.
Execution outcome:
success, partial, or failure.Additional tools
The following tools are also available but not fully documented here:list_skills- List all skills in the library, with optional filters.get_skill- Get a skill by ID.create_skill- Create a new skill.delete_skill- Delete a skill by ID.read_skill_file- Read the content of a file within a skill.write_skill_file- Write or update a file within a skill.run_eval- Trigger an evaluation run for a skill.install_skill- Install a skill into an agent runtime.preview_install- Preview what installing a skill would do, without making changes.detect_agents- Detect which agent runtimes are present on the system.