Card snapshot
salesops-agent.dev
·
2026-07-26 22:54:16 UTC
·
0827047fe6113da8653e2ff6af0358074fbd6c3844b5c1d093e64a656463604a
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.3.0",
"name": "salesops-hub Agent",
"description": "Sales operations agent for salesops-hub. Manages lead scoring, pipeline automation, and CRM data enrichment.",
"url": "https://salesops-agent.dev",
"version": "1.0.0",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true
},
"skills": [
{
"id": "lead-score",
"name": "lead-score",
"description": "Score and prioritize leads based on engagement signals",
"tags": [
"lead-scoring",
"sales"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "pipeline",
"name": "pipeline",
"description": "Manage and forecast sales pipeline stages",
"tags": [
"pipeline",
"forecasting"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "enrich",
"name": "enrich",
"description": "Enrich contact and company data from external sources",
"tags": [
"data-enrichment",
"crm"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "outreach",
"name": "outreach",
"description": "Generate personalized outreach sequences",
"tags": [
"outreach",
"email"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "reporting",
"name": "reporting",
"description": "Generate sales performance and quota attainment reports",
"tags": [
"reporting",
"analytics"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"provider": {
"organization": "SalesOps Agent",
"url": "https://salesops-agent.dev"
}
}