← Back to Skills Marketplace
boilerrat

Modular Market Brief

by boilerrat · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
1914
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install modular-market-brief
Description
Generate modular, data-backed market reports (AM/PM) across global assets. Use for daily market briefs, premarket/aftermarket summaries, cross-asset dashboards, sector/asset trend tables, top movers (gainers/losers) blocks, and a single best-idea wrap-up. Designed to be region-agnostic and configurable (tickers/regions/assets).
Usage Guidance
This skill appears to do what it says: generate modular market briefs by querying public finance endpoints and computing simple indicators. Before running it: (1) review and, if desired, run the scripts in an isolated Python virtualenv; (2) pip-install the needed libraries (yfinance, pandas, numpy, requests, beautifulsoup4) as recommended; (3) be aware the scripts perform outbound network calls to Yahoo and TMX (rate limits, TOS, and breakage are possible); (4) do not provide any cloud or trading credentials — the skill doesn't need them; and (5) if you plan to run these on a sensitive host, consider running them in a sandbox/container and inspect/modify the scraper logic to match your preferred data sources.
Capability Analysis
Type: OpenClaw Skill Name: modular-market-brief Version: 0.1.0 The skill bundle is designed to generate market reports, utilizing Python scripts to fetch financial data from legitimate public sources like Yahoo Finance and TMX Money, and via the yfinance library. The `SKILL.md` provides instructions for setting up a Python virtual environment and running these scripts, which is a standard and safe practice. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent. All network calls are to known financial data providers and are directly aligned with the skill's stated purpose.
Capability Assessment
Purpose & Capability
Name/description (market briefs) align with included scripts: price tape (yfinance), Yahoo movers, and a TMX scraper. There are no unrelated env vars, binaries, or opaque install steps that would contradict the stated purpose.
Instruction Scope
SKILL.md stays on-topic (fetch prices, enrich movers, compute MA/RSI, render brief). The bundled scripts perform network requests to public endpoints (Yahoo Finance, TMX Money) and may scrape pages; they do not attempt to read local files or environment variables. One minor mismatch: SKILL.md recommends installing yfinance/pandas/numpy but the scripts also require requests and bs4 (BeautifulSoup) which are not explicitly documented.
Install Mechanism
There is no install spec (instruction-only), which is low risk. SKILL.md suggests creating a Python venv and pip-installing packages — a reasonable, user-mediated approach. The scripts will fail if missing dependencies (requests, bs4, yfinance, pandas). No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill requests no credentials, environment variables, or config paths. Its network access to public finance endpoints is proportional to generating market briefs. There are no requests for unrelated secrets or access tokens.
Persistence & Privilege
always:false and no code attempts to persist itself or modify other skill/system configurations. The skill does not request elevated or persistent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install modular-market-brief
  3. After installation, invoke the skill by name or use /modular-market-brief
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Modular AM/PM market brief generator with optional yfinance tape + movers lists (Yahoo/TMX examples) and a single best-idea wrap-up.
Metadata
Slug modular-market-brief
Version 0.1.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Modular Market Brief?

Generate modular, data-backed market reports (AM/PM) across global assets. Use for daily market briefs, premarket/aftermarket summaries, cross-asset dashboards, sector/asset trend tables, top movers (gainers/losers) blocks, and a single best-idea wrap-up. Designed to be region-agnostic and configurable (tickers/regions/assets). It is an AI Agent Skill for Claude Code / OpenClaw, with 1914 downloads so far.

How do I install Modular Market Brief?

Run "/install modular-market-brief" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Modular Market Brief free?

Yes, Modular Market Brief is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Modular Market Brief support?

Modular Market Brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Modular Market Brief?

It is built and maintained by boilerrat (@boilerrat); the current version is v0.1.0.

💬 Comments