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

Claude Code Plugin Analyzes Token Waste and Anomalies Locally
A developer built a Claude Code plugin that diagnoses token waste by detecting six anomaly types from local session data. The tool analyzed 8,392 sessions and found 1,015 anomalies, with ExcessiveToolUse being the most common.

Agent-Desktop: Structured Desktop Automation via OS Accessibility Trees
Agent-desktop is a cross-platform CLI (Rust binary, ~15 MB) that exposes 53 commands with JSON output for inspecting and operating native apps through OS accessibility APIs — no screenshots or vision models needed. It uses progressive skeleton traversal to reduce token usage by 78-96% on dense apps like Slack or VS Code.

FixAI Dev: A Consumer Rights Game Using Claude Haiku with Strict JSON Contracts
A developer built a browser game where Claude Haiku acts as a corporate AI denying consumer requests; players argue using real consumer protection laws across 37 cases in EU, US, UK, and Australia. The architecture uses Haiku for language only, with server-side game logic and strict JSON contracts between components.

Snip tool enables visual communication with AI coding agents
Snip is a free tool that lets developers screenshot, annotate, and draw to show AI agents what they mean visually, while agents can generate diagrams or load images directly through CLI or MCP. Currently runs on Apple Silicon Macs with Mermaid diagram support and HTML support in progress.