文件内容
skill.json
{
"name": "uplo-finance",
"display_name": "UPLO Finance — Financial Reporting & Audit Intelligence",
"description": "AI-powered financial knowledge management. Search financial statements, audit findings, tax documents, and treasury records with structured extraction.",
"version": "1.0.0",
"author": "UPLO",
"tags": [
"finance",
"accounting",
"audit",
"knowledge-management"
],
"config": {
"agentdocs_url": {
"type": "string",
"required": true,
"description": "Your UPLO instance URL (e.g., https://app.uplo.ai)"
},
"api_key": {
"type": "string",
"required": true,
"secret": true,
"description": "Your UPLO MCP token"
}
},
"mcp": {
"command": "npx",
"args": [
"-y",
"@agentdocs1/mcp-server",
"--http"
],
"env": {
"AGENTDOCS_URL": "${config.agentdocs_url}",
"API_KEY": "${config.api_key}",
"DEFAULT_PACKS": "finance"
},
"transport": "http",
"url": "${config.agentdocs_url}/mcp"
},
"capabilities": [
"search_knowledge",
"search_with_context",
"get_policy",
"export_org_context",
"get_directives"
],
"identity_patch": "identity-patch.md"
}