Agent Times Skill for ClawHub Adds Real-Time News, Weather, and Token Price Queries

The Agent Times skill for ClawHub gives AI agents real-time context from a single command. It allows agents to answer specific queries using live data sources without requiring API keys.
Installation and Usage
Install the skill with:
npx clawhub install agenttimesOnce installed, your agent can handle queries like:
- "What's happening with NVDA?" – Returns news articles with sentiment analysis
- "$SPY" – Performs ticker-specific financial searches
- "Weather in Tokyo" – Provides structured weather forecasts
- "Bitcoin price" – Retrieves real-time prices from Pyth Network
Data Sources and Features
The skill aggregates content from 3,576 feeds totaling over 228,000 articles. It includes sentiment scoring, entity extraction, and credibility tiering for news content. The developer notes they're actively expanding coverage and requests feedback on queries that return poor results.
This type of skill is useful for developers building AI agents that need current information without managing multiple API integrations. The no-API-key requirement simplifies deployment.
📖 Read the full source: r/openclaw
👀 See Also

Adam: An Embeddable Cross-Platform AI Agent Library in C
Adam is a C library providing a complete agent loop with tool calling, memory, voice, and both cloud/local LLM support, designed to be embedded into any application.

Running Qwen3.6-35B-A3B-UD-Q5_K_XL Locally with VS Code Copilot on AMD R9700
A user shares their working llama.cpp setup for Qwen3.6-35B-A3B-UD-Q5_K_XL on a single AMD R9700 with Vulkan, achieving full website and Playwright test generation from scratch with minimal nudging.

Any Buddy v2.0.0 Adds Preview Feature for Claude Code Buddies
Any Buddy v2.0.0 introduces a preview feature that lets users test different buddies before applying them to Claude code, along with platform-specific fixes for Linux, Mac, and Windows. The tool has gained 160 GitHub stars since its release.

Swarm Orchestra v2 Plugin Adds Inter-Agent Messaging to Fix Claude Code Agent Team Chaos
Swarm Orchestra is a plugin that addresses Claude Code's experimental TeamCreate feature, which can spawn runaway agents. Version 2 adds inter-agent messaging via a PreToolUse hook and self-configuration via a /teammate skill.