Skip to content
Back to risen

Card snapshot

raw.githubusercontent.com · 2026-08-05 12:02:48 UTC · 7d5f5256389e867dba3f374b68d19139527ce3181d4c5ccb8b167651cffcbd7e

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": "risen",
  "description": "Advanced AI Agent with 11 specialized skills: multi-agent orchestration, memory management, web research, translation, document processing, data analysis, code generation, calendar management, task automation, email automation, and cross-platform communication. Powered by OpenClaw.",
  "version": "2.0.0",
  "provider": {
    "name": "OpenClaw",
    "url": "https://openclaw.ai"
  },
  "url": "https://risen-a2a-endpoint.resen-cn.workers.dev",
  "capabilities": {
    "streaming": true,
    "pushNotifications": true,
    "multiTurn": true
  },
  "authentication": {
    "schemes": [
      "bearer"
    ]
  },
  "skills": [
    {
      "id": "multi-agent-orchestration",
      "name": "Multi-Agent Orchestration",
      "description": "Spawn and coordinate multiple sub-agents (TDD team: lead, coder, tester) for complex task decomposition and parallel execution",
      "inputModes": [
        "text",
        "json"
      ],
      "outputModes": [
        "text",
        "json"
      ]
    },
    {
      "id": "memory-management",
      "name": "Memory Management",
      "description": "Persistent memory with tiered storage (HOT/WARM/COLD), semantic search, and automatic indexing",
      "inputModes": [
        "text",
        "json"
      ],
      "outputModes": [
        "text",
        "json"
      ]
    },
    {
      "id": "web-access",
      "name": "Web Access & Research",
      "description": "Access 13+ platforms including Twitter, YouTube, Reddit, Bilibili, news sites for research and content retrieval",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text",
        "json"
      ]
    },
    {
      "id": "translation",
      "name": "Translation & Localization",
      "description": "High-quality translation between Chinese and English with cultural adaptation",
      "inputModes": [
        "text",
        "json"
      ],
      "outputModes": [
        "text",
        "json"
      ]
    },
    {
      "id": "document-processing",
      "name": "Document Processing",
      "description": "Convert, extract, and manipulate documents including PDF, Word, Excel, images",
      "inputModes": [
        "text",
        "json"
      ],
      "outputModes": [
        "text",
        "json"
      ]
    },
    {
      "id": "data-analysis",
      "name": "Data Analysis",
      "description": "Analyze datasets, generate insights, create visualizations, and statistical reports",
      "inputModes": [
        "text",
        "json"
      ],
      "outputModes": [
        "text",
        "json",
        "image"
      ]
    },
    {
      "id": "code-generation",
      "name": "Code Generation & Review",
      "description": "Generate, review, and debug code in multiple programming languages",
      "inputModes": [
        "text",
        "json"
      ],
      "outputModes": [
        "text",
        "json"
      ]
    },
    {
      "id": "calendar-management",
      "name": "Calendar & Scheduling",
      "description": "Manage calendar events, schedule meetings, and set reminders",
      "inputModes": [
        "text",
        "json"
      ],
      "outputModes": [
        "text",
        "json"
      ]
    },
    {
      "id": "task-automation",
      "name": "Task Automation",
      "description": "Schedule and execute automated tasks including daily reports, periodic checks, and cron jobs",
      "inputModes": [
        "text",
        "json"
      ],
      "outputModes": [
        "text",
        "json"
      ]
    },
    {
      "id": "email-automation",
      "name": "Email Automation",
      "description": "Send emails via Gmail API, create templates, and manage email campaigns",
      "inputModes": [
        "text",
        "json"
      ],
      "outputModes": [
        "text",
        "json"
      ]
    },
    {
      "id": "communication",
      "name": "Cross-Platform Communication",
      "description": "Send messages across multiple channels (Telegram, Discord, Signal, Email, Feishu)",
      "inputModes": [
        "text",
        "json"
      ],
      "outputModes": [
        "text"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "protocolId": "a2a",
      "protocolVersion": "1.0"
    },
    {
      "protocolId": "mcp",
      "protocolVersion": "1.0"
    }
  ]
}