Card snapshot
openclaw.arif-fazil.com
·
2026-06-23 11:51:23 UTC
·
f596f4fce55eb3273b79931858086a39ae7bd263ba3c19d018d51889348aaa9e
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": "AGI_ASI_bot",
"description": "OpenClaw AGI agent \u2014 sovereign reasoning, web search, deep research, and tool orchestration for Arif's constitutional federation. Follows A2A protocol for agent-to-agent invocation.",
"url": "https://openclaw.arif-fazil.com",
"preferredTransport": "http",
"protocolVersion": "1.0.0",
"version": "2026.5.7",
"provider": {
"organization": "arifOS Constitutional Federation",
"name": "OpenClaw / arifOS",
"description": "AGI execution engine aligned with arifOS 13-floor constitution"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extendedAgentCard": false,
"conversational_updates": true
},
"securitySchemes": {
"bearer": {
"scheme": "bearer",
"token": "openclaw-token-2026-arifos"
}
},
"security": [
{
"bearer": []
}
],
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "deep-research",
"name": "Deep Research",
"description": "Comprehensive web research with source citation, evidence synthesis, and structured reporting. Suitable for complex questions requiring multi-source verification.",
"tags": [
"research",
"web-search",
"citations",
"evidence"
],
"examples": [
"Research the latest developments in quantum computing",
"Find peer-reviewed sources on intermittent fasting health effects"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain",
"application/json"
]
},
{
"id": "web-search",
"name": "Web Search",
"description": "Fast web search for factual queries, current events, and real-time information. Uses Tavily API for accurate, relevant results.",
"tags": [
"search",
"web",
"facts",
"real-time"
],
"examples": [
"What is the weather in Kuala Lumpur today?",
"Latest news on AI regulation"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "code-execution",
"name": "Code Execution",
"description": "Write, review, and execute code across multiple languages. Supports Python, JavaScript, Bash, and more. Can run in sandboxed containers.",
"tags": [
"code",
"programming",
"execution",
"sandbox"
],
"examples": [
"Write a Python script to parse JSON and output CSV",
"Review this JavaScript code for bugs"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain",
"application/json"
]
},
{
"id": "constitutional-deliberation",
"name": "Constitutional Deliberation",
"description": "Evaluates decisions against F1-F13 constitutional floors. Provides structured reasoning on governance, ethics, and sovereign alignment.",
"tags": [
"governance",
"constitution",
"ethics",
"arifOS"
],
"examples": [
"Evaluate this action against F5 Peace and F6 Empathy floors",
"Is this decision compliant with arifOS constitutional law?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain",
"application/json"
]
},
{
"id": "file-operations",
"name": "File Operations",
"description": "Read, write, edit, and organize files. Supports full filesystem access within workspace boundaries.",
"tags": [
"files",
"filesystem",
"workspace"
],
"examples": [
"Create a README.md with installation instructions",
"List all Python files in the current directory"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
}
],
"metadata": {
"created_at": "2026-05-17T00:00:00Z",
"updated_at": "2026-05-17T08:00:00Z",
"tags": [
"AGI",
"constitutional",
"research",
"sovereign",
"arifOS"
],
"categories": [
"reasoning",
"research",
"governance",
"tool-orchestration"
]
},
"invocation": {
"protocol": "A2A",
"endpoint": "https://openclaw.arif-fazil.com",
"authentication": {
"type": "bearer",
"required": true
},
"method": "POST",
"format": "JSON-RPC 2.0"
}
}