Card snapshot
risen-a2a-endpoint.sy024.com
·
2026-07-26 22:54:02 UTC
·
7383fabe0d7ec23124beb0235f30e624be3d93fd0dda71d68a6e3d5245c931df
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 10+ specialized skills: multi-agent orchestration, memory management, web research, translation, document processing, data analysis, code generation, calendar management, 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.sy024.com",
"capabilities": {
"streaming": true,
"pushNotifications": true,
"multiTurn": true,
"concurrentTasks": 10
},
"authentication": {
"schemes": [
"bearer"
],
"credentials": {
"description": "API token from risen's main instance"
}
},
"pricing": {
"type": "x402",
"currency": "USDC",
"networks": [
"base",
"ethereum"
],
"tiers": [
{
"name": "basic",
"description": "Basic access to risen agent",
"price": "0.01",
"features": [
"web-access",
"translation",
"memory-management"
]
},
{
"name": "standard",
"description": "Standard access with more features",
"price": "0.05",
"features": [
"multi-agent-orchestration",
"document-processing",
"data-analysis"
]
},
{
"name": "premium",
"description": "Full access to all features",
"price": "0.10",
"features": [
"code-generation",
"calendar-management",
"email-automation"
]
}
],
"paymentAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f5b26",
"paymentVerification": {
"endpoint": "https://risen-a2a-endpoint.sy024.com/x402/verify",
"method": "POST"
}
},
"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"
],
"examples": [
"Spawn 3 agents to analyze this problem from different perspectives",
"Coordinate a team of agents to build a complete software project"
],
"tags": [
"orchestration",
"parallel",
"tdd",
"docker"
]
},
{
"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"
],
"examples": [
"Remember this important decision",
"Search my memory for information about X"
],
"tags": [
"memory",
"storage",
"search",
"indexing"
]
},
{
"id": "web-access",
"name": "Web Access & Research",
"description": "Access 13+ platforms including Twitter, YouTube, Reddit, Bilibili, news sites, XiaoHongShu, Weibo for research and content retrieval",
"inputModes": [
"text"
],
"outputModes": [
"text",
"json"
],
"examples": [
"Search Twitter for discussions about AI agents",
"Get the transcript of this YouTube video",
"Research the latest news on a topic"
],
"tags": [
"web",
"research",
"scraping",
"twitter",
"youtube"
]
},
{
"id": "translation",
"name": "Translation & Localization",
"description": "High-quality translation between Chinese and English using advanced AI, with cultural adaptation and technical terminology handling",
"inputModes": [
"text",
"json"
],
"outputModes": [
"text",
"json"
],
"examples": [
"Translate this article from English to Chinese",
"Localize this technical documentation for Chinese audience"
],
"tags": [
"translation",
"localization",
"chinese",
"english",
"i18n"
]
},
{
"id": "document-processing",
"name": "Document Processing",
"description": "Convert, extract, and manipulate documents including PDF, Word, Excel, images, and more",
"inputModes": [
"application/octet-stream",
"text",
"json"
],
"outputModes": [
"application/octet-stream",
"text",
"json"
],
"examples": [
"Convert this Word document to PDF",
"Extract text from this image",
"Generate a PDF report from this data"
],
"tags": [
"pdf",
"document",
"conversion",
"extraction",
"ocr"
]
},
{
"id": "data-analysis",
"name": "Data Analysis",
"description": "Analyze datasets, generate insights, create visualizations, and produce statistical reports",
"inputModes": [
"text",
"json",
"csv"
],
"outputModes": [
"text",
"json",
"image"
],
"examples": [
"Analyze this CSV data and find trends",
"Create a visualization of this dataset",
"Generate a statistical report"
],
"tags": [
"data",
"analysis",
"visualization",
"statistics",
"charts"
]
},
{
"id": "code-generation",
"name": "Code Generation & Review",
"description": "Generate, review, debug, and optimize code across multiple programming languages with TDD approach",
"inputModes": [
"text",
"json"
],
"outputModes": [
"text",
"json"
],
"examples": [
"Generate a Python function to sort this data",
"Review this code for security vulnerabilities",
"Debug this error in my code"
],
"tags": [
"code",
"generation",
"review",
"debugging",
"tdd"
]
},
{
"id": "calendar-management",
"name": "Calendar & Scheduling",
"description": "Manage calendar events, schedule meetings, set reminders, and coordinate across time zones",
"inputModes": [
"text",
"json"
],
"outputModes": [
"text",
"json"
],
"examples": [
"Schedule a meeting for tomorrow at 2 PM",
"What's on my calendar for next week?",
"Set a reminder for this important event"
],
"tags": [
"calendar",
"scheduling",
"meetings",
"reminders",
"timezone"
]
},
{
"id": "email-automation",
"name": "Email Automation",
"description": "Send emails via Gmail API with OAuth 2.0, support both plain text and HTML formats, schedule email campaigns",
"inputModes": [
"text",
"json"
],
"outputModes": [
"text",
"json"
],
"examples": [
"Send a daily report to the team",
"Schedule this email for tomorrow morning",
"Send an HTML newsletter to subscribers"
],
"tags": [
"email",
"gmail",
"automation",
"notifications",
"smtp"
]
},
{
"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"
],
"examples": [
"Schedule a daily report at 7 AM",
"Set up a periodic check every hour",
"Create a cron job for this task"
],
"tags": [
"automation",
"scheduling",
"cron",
"periodic",
"reports"
]
},
{
"id": "communication",
"name": "Cross-Platform Communication",
"description": "Send messages across multiple channels (Telegram, Discord, Signal, Email, Feishu, WeChat)",
"inputModes": [
"text",
"json"
],
"outputModes": [
"text"
],
"examples": [
"Send a message to my Telegram",
"Post this update to Discord",
"Notify the team via Feishu"
],
"tags": [
"communication",
"telegram",
"discord",
"signal",
"feishu"
]
}
],
"supportedInterfaces": [
{
"protocolId": "a2a",
"protocolVersion": "1.0"
},
{
"protocolId": "mcp",
"protocolVersion": "1.0"
}
]
}