Medisolv Portal Finder
Teaches any AI agent how to search, discover, and recommend resources from the Medisolv AI Discovery Portal. Use this skill when users ask "how do I do X" or express interest in functionality that might exist as an installable tool.
M
Medisolv Platform Teamv1.0Internal
When to Use
Use this skill when:
- User asks "how do I do X?" or "is there a skill that can..."
- User needs to find a tool for a specific clinical or technical task
- User wants to discover what resources are available in the Medisolv ecosystem
- User asks "what tools do you have for..." or "do you have something for..."
- You need to recommend the right resource based on user needs
Installation
Run this command in your terminal to install via the Auggie CLI:
auggie skill add /api/skills/portal-finder
Tool Definition
Anthropic JSON schema for model orchestration:
{
"name": "find_portal_resource",
"description": "Search and discover resources in the Medisolv AI Discovery Portal. Returns matching Skills, MCP Servers, Subagents, or CLIs with install commands and details.",
"input_schema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query - keywords, domain, or task description"
},
"resource_type": {
"type": "string",
"enum": ["skill", "mcp", "agent", "cli", "all"],
"description": "Filter by resource type (default: all)"
},
"category": {
"type": "string",
"description": "Filter by category (e.g., 'Coding', 'Patient Records')"
},
"portal_url": {
"type": "string",
"description": "Base URL of the portal (defaults to production URL)"
}
},
"required": ["query"]
}
}Security Audit
verified_user
Data Handling
No PHI - portal metadata only
policy
Compliance
Internal Developer Use