India Stock Market Pulse

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent stock-market briefing and alert skill, with disclosed scheduled polling and stored alerts but no code or market-account credentials.

Before installing, confirm you are comfortable storing your stock watchlist and alerts in OpenClaw memory/config, and only enable the cron jobs if you want recurring market messages. Treat outputs as informational because the skill relies on public and unofficial data sources.

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.

What this means

Market data requests may fail, be blocked, or produce unreliable results; this does not show credential theft or hidden local access.

Why it was flagged

The skill directs automated use of an unofficial market-data endpoint and suggests browser-like headers. This is aligned with fetching market data, but it may be rate-limited, unreliable, or contrary to the data source's intended access pattern.

Skill content
- **NSE India (unofficial)**: `https://www.nseindia.com/api/` — use browser headers to avoid blocking
Recommendation

Use the skill for informational alerts only, keep polling modest, and verify important market data through official or trusted financial sources.

What this means

Your watchlist and alert thresholds may remain available to the agent until the alert is triggered or removed.

Why it was flagged

The skill intentionally stores price alerts in persistent memory so they can be checked later. This is necessary for alerts, but it records the user's investment interests and target prices across runs.

Skill content
Store the alert in memory in this format:
ALERT|SYMBOL|DIRECTION(above/below)|TARGET_PRICE|SET_DATE
Recommendation

Review active alerts periodically and avoid storing sensitive trading strategies or confidential portfolio information as alerts.

What this means

If enabled, the skill can keep running on a schedule and sending market updates until the cron jobs are removed.

Why it was flagged

The skill supports recurring autonomous execution through cron for briefings and alert checks. The artifacts frame this as user-enabled setup, so it is disclosed rather than hidden.

Skill content
To enable automated delivery, the user must set up cron jobs in OpenClaw:
- Morning briefing: `15 3 * * 1-5`
- Alert checks: `*/30 3-10 * * 1-5`
Recommendation

Only add the cron jobs if you want automatic updates, and confirm you know how to list and remove OpenClaw cron entries.