Agenttimes
PassAudited by ClawScan on May 1, 2026.
Overview
Agenttimes is a coherent instruction-only skill for querying an external news, weather, crypto, and alert API; users should be mindful that queries and optional webhook subscriptions go to an outside service.
This skill appears safe for its stated purpose, but treat it like any external search/API service: avoid sending secrets or private data in queries, and approve paid search or webhook subscription actions explicitly.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Search terms or questions provided to the skill may be sent to the Agenttimes service.
The skill is designed around using curl to call Agenttimes HTTP endpoints. This is disclosed and central to the skill, but it means the agent may make outbound API requests based on user prompts.
curl -s "https://agenttimes.live/ask?q=why+is+NVDA+down+today"
Use it for public/news-style queries and avoid including private or confidential information unless you are comfortable sending it to the service.
If used, subscription topics and webhook URLs may be shared with the external service, and notifications may continue after setup.
The skill advertises webhook-based subscriptions, which can send ongoing alerts and topic information to a webhook endpoint. This is purpose-aligned, but webhook destination, authentication, and unsubscribe details are not shown in the provided artifact excerpt.
Webhook subscriptions — get notified when articles matching your topic arrive
Only create subscriptions for webhook endpoints you control, review the service documentation, and confirm how to disable subscriptions.
If an environment supports x402 payments, use of this endpoint could incur small charges.
The documentation discloses an optional paid web-search endpoint. The cost is stated, and no credentials are requested, but users should notice before allowing automated use.
| Search the web | `GET /search?q=QUERY` | $0.001 (x402) |
Require explicit user approval before using paid endpoints or any payment-enabled workflow.
