mediause/agent-skills/bloomberg/SKILL.md
bloomberg
Standardized Bloomberg skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full Bloomberg dynamic command map, and safety/rate controls.
- Source repository stars
- 9
- Declared platforms
- 0
- Static risk flags
- 2
- Last source update
- 2026-07-28
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
Use this skill to read Bloomberg RSS feeds and parse Bloomberg article pages with a consistent MediaUse workflow.
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/mediause/agent-skills --skill "bloomberg"Inspect the Agent Skill "bloomberg" from https://github.com/mediause/agent-skills/blob/766e5075b28b3acd541436a7e3b3e21cdc38da01/bloomberg/SKILL.md at commit 766e5075b28b3acd541436a7e3b3e21cdc38da01. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
3.1 Discover and plugin setup
Review the “3.1 Discover and plugin setup” section in the pinned source before continuing.
Review and apply the “3.1 Discover and plugin setup” source section. - 02
5. Workflow Examples
Review the “5. Workflow Examples” section in the pinned source before continuing.
Review and apply the “5. Workflow Examples” source section. - 03
Scope
Use this skill when tasks target Bloomberg operations such as:
Account: plugin healthFeeds: list available RSS aliasesGet: category top stories (main, markets, economics, industries, tech, politics, businessweek, opinions) - 04
1. Install MediaUse CLI (Windows Only)
Use the official install script for Windows:
https://release.mediause.dev/install.ps1Before every run, execute the install script once to auto-install or auto-upgrade to the latest MediaUse CLI.Windows: supported - 05
2. Get and Configure MediaUse Key
1. Open https://mediause.dev/ 2. Sign in to your account. 3. Open Project. 4. Create or copy your API key.
Open https://mediause.dev/Sign in to your account.Open Project.
Permission review
Static risk signals and limitations
Runs scripts
The documentation asks the agent to run terminal commands or scripts.
Before every run, execute the install script once to auto-install or auto-upgrade to the latest MediaUse CLI.Network access
The documentation includes network, browsing, or remote request actions.
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"Runs scripts
The documentation asks the agent to run terminal commands or scripts.
First step on every run: execute install script once to auto-install/auto-upgrade the latest MediaUse CLI.Network access
The documentation includes network, browsing, or remote request actions.
mediause bloomberg read news --link "https://www.bloomberg.com/news/articles/..." --jsonEvidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 66/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 9 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- mediause/agent-skills
- Skill path
- bloomberg/SKILL.md
- Commit
- 766e5075b28b3acd541436a7e3b3e21cdc38da01
- License
- Not declared
- Collected
- 2026-07-28
- Default branch
- master
View the original SKILL.md
MediaUse Bloomberg Skill
Use this skill to read Bloomberg RSS feeds and parse Bloomberg article pages with a consistent MediaUse workflow.
Scope
Use this skill when tasks target Bloomberg operations such as:
- Account: plugin health
- Feeds: list available RSS aliases
- Get: category top stories (
main,markets,economics,industries,tech,politics,businessweek,opinions) - Read: parse a Bloomberg article by URL (
read news)
Bloomberg skill is read-focused. No publish/reply/engage write actions are defined.
1. Install MediaUse CLI (Windows Only)
Use the official install script for Windows:
-
https://release.mediause.dev/install.ps1 Mandatory update rule:
-
Before every run, execute the install script once to auto-install or auto-upgrade to the latest MediaUse CLI.
Run:
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"
Then verify:
mediause --version
Current support status:
- Windows: supported
- Linux: not supported yet
- macOS: not supported yet
Recommended skill install path:
- .mediause/skills/bloomberg/SKILL.md
2. Get and Configure MediaUse Key
2.1 Apply for key
- Open https://mediause.dev/
- Sign in to your account.
- Open Project.
- Create or copy your API key.
2.2 Configure key in CLI
mediause manage key <your_key> --json
3. Core Flow (Mandatory Order)
Always follow this order:
First step on every run: execute install script once to auto-install/auto-upgrade the latest MediaUse CLI.
- Discover site and commands.
- Bind account context with
use account. - Check status with
auth health(for non-guest account). - Execute dynamic site actions.
- Verify with trace/task.
3.1 Discover and plugin setup
mediause plugin list --json
mediause plugin add bloomberg --json
mediause bloomberg -h
mediause bloomberg get -h
mediause bloomberg read -h
mediause bloomberg feeds -h
3.2 Bind context before any action
use account must succeed before get/read/feeds operations.
use account argument format:
<platform:account_id>account_idshould be selected frommediause auth list --json.
Bloomberg supports guest read mode in common cases:
mediause auth list --json
mediause use account bloomberg:guest --policy balanced --json
3.3 Auth health precondition
auth health is valid only after successful use account.
For non-guest account:
mediause auth health --json
If auth health indicates not logged in/expired:
mediause auth login bloomberg --json
mediause use account bloomberg:<account_id> --policy balanced --json
mediause auth health --json
Guest mode notes:
- Prefer
bloomberg:guestfor read-only workflows. - If bot checks or unusual traffic appear, reopen with visible browser for manual verification:
mediause use account bloomberg:guest --policy balanced --show --json
Risk reduction note:
- A visible
--showsession often lowers repeated anti-bot/challenge interception risk.
4. Bloomberg Dynamic Command Map (v1)
Source schema:
- plugin:
plugin.bloomberg - manifest capability tree:
account,feeds,get,read
4.1 account.health
mediause bloomberg account health --json
4.2 feeds.list
List supported Bloomberg RSS aliases:
mediause bloomberg feeds list --json
Expected aliases include:
mainmarketseconomicsindustriestechpoliticsbusinessweekopinions
4.3 get.* (RSS top stories)
All get actions support:
--limit <n>(optional)
Commands:
mediause bloomberg get main --limit 10 --json
mediause bloomberg get markets --limit 10 --json
mediause bloomberg get economics --limit 10 --json
mediause bloomberg get industries --limit 10 --json
mediause bloomberg get tech --limit 10 --json
mediause bloomberg get politics --limit 10 --json
mediause bloomberg get businessweek --limit 10 --json
mediause bloomberg get opinions --limit 10 --json
4.4 read.news
Read and parse a Bloomberg article page:
mediause bloomberg read news --link "https://www.bloomberg.com/news/articles/..." --json
Parameters:
--link(required): full Bloomberg article URL, or Bloomberg path resolvable by runtime
5. Workflow Examples
5.1 Daily macro monitoring
mediause use account bloomberg:guest --json
mediause bloomberg get economics --limit 20 --json
mediause bloomberg get markets --limit 20 --json
mediause trace last --json
5.2 Category scan and article deep read
mediause use account bloomberg:guest --json
mediause bloomberg get tech --limit 10 --json
mediause bloomberg read news --link "https://www.bloomberg.com/news/articles/<article-id>" --json
mediause trace last --json
5.3 Feed alias discovery then selective retrieval
mediause use account bloomberg:guest --json
mediause bloomberg feeds list --json
mediause bloomberg get opinions --limit 10 --json
mediause trace last --json
6. Operational Constraints (Mandatory)
6.1 Read-only boundaries
Bloomberg skill command map is read-focused. Do not invent publish/reply/engage actions.
6.2 Frequency and pacing
Suggested limits:
get.*: <= 60 calls per minuteread.news: <= 20 calls per minutefeeds.list/account.health: <= 20 calls per minute
Minimum spacing:
get.*: >= 1 secondread.news: >= 2 secondsfeeds.list/account.health: >= 1 second
Same-target guardrail:
- Re-read same article URL: >= 10 seconds
If anti-bot, challenge page, or unusual traffic appears:
- Stop burst requests.
- Rebind context with
--showand resolve manually. - Resume at reduced frequency.
6.3 Compliance
- Respect Bloomberg access controls and terms.
- Do not attempt bypass of paywall, bot checks, or authentication controls.
- Do not perform credential/session scraping.
6.4 Error handling
Always prefer --json output and inspect structured error fields.
Common recoverable patterns:
bloomberg.get.failed: usually feed fetch/network/challenge issuebloomberg.get.empty: feed returned no parseable itemsbloomberg.read.parse_failed: page structure or access state mismatchbloomberg.read.robot_page: anti-bot/interstitial triggered
Recommended recovery sequence:
mediause use account bloomberg:guest --show --json
mediause bloomberg account health --json
mediause bloomberg get main --limit 10 --json
mediause trace last --json
7. Quick Command Reference
# discover
mediause plugin list --json
mediause plugin add bloomberg --json
mediause bloomberg -h
# context + status
mediause auth list --json
mediause use account bloomberg:guest --json
mediause auth health --json
# core actions
mediause bloomberg feeds list --json
mediause bloomberg get economics --limit 10 --json
mediause bloomberg read news --link "https://www.bloomberg.com/news/articles/<article-id>" --json
# trace
mediause trace last --json
Skill Metadata Maintainer: @mediause-team Last-Updated: 2026-05-13 Version: v1
Alternatives
Compare before choosing
event4u-app/agent-config
design-review
Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.
K-Dense-AI/scientific-agent-skills
dask
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.
K-Dense-AI/scientific-agent-skills
medchem
Medicinal chemistry filters for compound triage. Apply drug-likeness rules (Lipinski, Veber, CNS), structural alert catalogs (PAINS, NIBR, ChEMBL), complexity metrics, and the medchem query language for library filtering.
K-Dense-AI/scientific-agent-skills
neurokit2
Use NeuroKit2 to build or audit reproducible research workflows for physiological time-series preprocessing, event/interval analysis, multimodal alignment, variability, and complexity. Trigger when code imports neurokit2 or needs its current APIs, schemas, and method-aware validation—not for diagnosis or device validation.