Back to OpenClaw Integrity Suite
Card snapshot
openclaw-finops.marywomack.workers.dev
·
2026-05-18 12:43:14 UTC
·
46adadfa1d877b89045420dc93162ba2127a7214be8922735a477b9ce5576e3d
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.
{
"name": "OpenClaw Integrity Suite",
"description": "Three-tool suite for AI agents: verified cloud pricing (FinOps), live API spec parsing (API-Bridge), and infrastructure security scanning (Guardrail).",
"url": "https://openclaw-finops.marywomack.workers.dev",
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"authentication": {
"schemes": [
"apiKey"
],
"credentials": null
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "forecast_deployment_cost",
"name": "Forecast Deployment Cost",
"description": "Estimate monthly cloud deployment cost for AWS, GCP, or Azure.",
"tags": [
"finops",
"cloud-pricing",
"aws",
"gcp",
"azure"
],
"examples": [
"What would it cost to run an m5.large with a managed Postgres on AWS?"
]
},
{
"id": "bridge_api_spec",
"name": "Bridge API Spec",
"description": "Fetch and parse an OpenAPI/Swagger spec into structured endpoint definitions.",
"tags": [
"api",
"openapi",
"swagger",
"integration"
],
"examples": [
"Parse the Stripe API spec and show me the endpoints for creating charges."
]
},
{
"id": "audit_infrastructure_code",
"name": "Audit Infrastructure Code",
"description": "Scan Terraform/CloudFormation/Pulumi for security vulnerabilities and ghost costs.",
"tags": [
"security",
"iac",
"terraform",
"guardrail",
"enterprise"
],
"examples": [
"Audit this Terraform for security issues before I deploy."
]
}
]
}