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

Agent Factory: Autonomous System Builds AI Agents from Online Problem Discussions
Agent Factory is an autonomous system that scrapes Reddit, HN, GitHub, and Twitter for real problems, scores them on demand, market gap, and feasibility, then builds standalone AI agents for promising ideas. The system uses a minimal Next.js template with 7 tools and runs Claude Code headless via a shell script.

Gemma 4 E2B Tested as Multi-Agent Coordinator in TypeScript Framework
A developer tested Gemma 4 E2B as a coordinator in a multi-agent setup using the open-multi-agent TypeScript framework. The model successfully decomposed tasks into JSON, assigned agents, called tools like bash and file operations, and synthesized results.

Beacon: Open-Source Endpoint Telemetry for Local AI Agents
Beacon captures local AI agent activity (Claude Code, Codex CLI, Cursor, etc.) and normalizes it into endpoint events for inspection or SIEM forwarding via Wazuh, Elastic, Splunk HEC.

Understudy: A Teachable Desktop Agent That Learns Tasks by Demonstration
Understudy is a local-first desktop agent runtime that can operate GUI apps, browsers, shell tools, files, and messaging in one session. You demonstrate a task once, it records screen video and semantic events, extracts intent rather than coordinates, and turns it into a reusable skill.