openclaw-superpowers vs time
Side-by-side comparison to help you pick between these two MCP servers.
openclaw-superpowers by ArchieIndian | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 62 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsSecurity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
openclaw-superpowers · Summary
A skill library for OpenClaw with 56 plug-and-play skills including cron scheduling, security guardrails, and MCP health monitoring.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
openclaw-superpowers · Use cases
- Building autonomous AI agents that run 24/7 with persistent memory and task continuity
- Creating secure AI systems with guardrails against prompt injection and dangerous actions
- Developing self-improving agents that can generate new skills based on user feedback
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
openclaw-superpowers · Install
git clone https://github.com/ArchieIndian/openclaw-superpowers ~/.openclaw/extensions/superpowers
cd ~/.openclaw/extensions/superpowers && ./install.sh
openclaw gateway restartAlternatively, you can install skills manually by copying them to your OpenClaw skills directory and configuring cron jobs.
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}