Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/baidu-maps/jsapi-skills/bmap-jsapi-threenpx skills add baidu-maps/jsapi-skills --skill bmap-jsapi-threegit clone --depth 1 https://github.com/baidu-maps/jsapi-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/baidu-maps/jsapi-skills/bmap-jsapi-three)<a href="https://agentmods.dev/skills/baidu-maps/jsapi-skills/bmap-jsapi-three"><img src="https://agentmods.dev/badge/skills/baidu-maps/jsapi-skills/bmap-jsapi-three.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00087 | $0.01436 |
| Opus 5 | $0.00044 | $0.00718 |
| Sonnet 5 | $0.00017 | $0.00287 |
| Haiku 4.5 | $0.00009 | $0.00144 |
Grade A, and why
bmap-jsapi-three scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
46 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/3dtiles-loading.md 13 KB
- references/circle.md 2.8 KB
- references/cluster.md 4.0 KB
- references/common/best-practices.md 780 B
- references/common/coordinate-system.md 1.1 KB
- references/common/event-binding.md 1.4 KB
- references/common/faq.md 2.5 KB
- references/datasource.md 3.8 KB
- references/datasource/csv-datasource.md 12 KB
- references/datasource/dataitem.md 8.8 KB
- references/datasource/geojson-datasource.md 11 KB
- references/datasource/json-datasource.md 10 KB
- references/dom-overlay.md 2.7 KB
- references/easing-function.md 1.6 KB
- references/editor.md 4.5 KB
- references/effect-point.md 2.9 KB
- references/engine.md 5.7 KB
- references/heatmap.md 2.6 KB
- references/imagery-tile-provider.md 4.0 KB
- references/initialization.md 5.8 KB
- references/label.md 4.8 KB
- references/marker-types.md 5.7 KB
- references/marker.md 2.1 KB
- references/materials.md 4.6 KB
- references/measure.md 4.7 KB
- references/mock-twin.md 5.6 KB
- references/model.md 3.8 KB
- references/object-tracker.md 2.6 KB
- references/orbit-tracker.md 3.1 KB
- references/path-tracker.md 4.0 KB
- references/pillar.md 2.3 KB
- references/polygon.md 4.1 KB
- references/polyline.md 3.0 KB
- references/popup.md 2.5 KB
- references/services.md 5.3 KB
- references/simple-line.md 1.3 KB
- references/simple-point.md 2.3 KB
- references/sky-weather.md 3.4 KB
- references/terrain-tile-provider.md 2.8 KB
- references/text.md 2.7 KB
- references/third-party-imagery.md 4.5 KB
- references/tile-mask.md 4.3 KB
- references/tracker.md 6.5 KB
- references/twin.md 12 KB
- references/vector-tile-provider.md 5.0 KB
- references/wall.md 2.7 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 126 lines · 87 tokens per session scan A fe841fb10c8b
bmap-jsapi-three is a skill published in the GitHub repository baidu-maps/jsapi-skills (44 stars, last pushed 5mo ago), with no licence file. It adds 87 tokens to every session and 1,436 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
foblex-flow
Authoritative guide for working with Foblex Flow (@foblex/flow) in the skill-map UI. Use whenever editing Angular code in ui/ that touches graph rendering — templates with f-flow / f-canvas / f-connection / fNode / fConnector / fDraggable / fZoom / fMarker directives; TypeScript importing from @foblex/flow…
content-editor
Writes and edits the portfolio's pages. Reads a brief, follows the style guide, and emits the HTML into public/.
notion-publish
Mirrors the portfolio's pages into Notion after publishing, creating one Notion page per site page via the Notion MCP. Use it from /publish, or when the user asks to sync the site to Notion.
check-links
Validates the portfolio's internal links before publishing. Walks every generated page and reports any link whose target is missing.
publish
Publishes the portfolio: runs the link check, hands off to the content editor for any last fixes, then follows the deploy runbook.
master-skill
Example skill paired with the master-agent for the advanced tutorial. Links to the agent so extractors and analyzers have something to chew on.