Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Marcel-Bich/marcel-bich-claude-marketplace/plugin install importWrote 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/commands/marcel-bich/marcel-bich-claude-marketplace/url-or-path)<a href="https://agentmods.dev/commands/marcel-bich/marcel-bich-claude-marketplace/url-or-path"><img src="https://agentmods.dev/badge/commands/marcel-bich/marcel-bich-claude-marketplace/url-or-path/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/marcel-bich/marcel-bich-claude-marketplace/url-or-path"><img src="https://agentmods.dev/badge/commands/marcel-bich/marcel-bich-claude-marketplace/url-or-path.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00018 | $0.01836 |
| Opus 5 | $0.00009 | $0.00918 |
| Sonnet 5 | $0.00004 | $0.00367 |
| Haiku 4.5 | $0.00002 | $0.00184 |
Grade A, and why
url-or-path 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 231 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Import URL or Path
You are executing the /import:url-or-path command. Import documentation from a URL or local path.
Arguments
$ARGUMENTS- URL (https://...) or local file/directory path
Dynamic Folder Structure
All imports go to mabi-import/ with intelligent substructure:
Documentation Sites (detected by Context7 or docs.* domain)
mabi-import/{library}/{version}/
datahub.md
data-importer.md
Example: https://docs.pimcore.com/platform/Data_Importer/ (version 2025.4)
-> mabi-import/pimcore/v2025.4/data-importer.md
Regular Websites
mabi-import/website/{domain}/
{page-name}.md
Example: https://example.com/api/docs
-> mabi-import/website/example.com/api-docs.md
Local Files
mabi-import/local/{project-or-context}/
{filename}
Determine context from:
- Parent directory name (if meaningful, not generic like "Downloads")
- File content (check for project name in headers)
- Ask user if unclear
Example: /home/user/projects/myapp/docs/config.md
-> mabi-import/local/myapp/config.md
Process
1. Determine Source Type
Check if $ARGUMENTS is:
- URL: Starts with
http://orhttps:// - Local path: Everything else (file or directory)
2a. Local Path Import
If local path:
-
Check if exists:
ls -la "$ARGUMENTS" -
Determine context for folder structure:
- Extract project name from path (e.g.,
/projects/myapp/->myapp) - If path is generic (Downloads, tmp, home), ask user for context name
- Read file header if available to detect project/tool name
- Extract project name from path (e.g.,
-
Confirm with user:
You specified a local path: {path} Suggested location: mabi-import/local/{context}/{filename} Is this correct? (The path will be copied, not moved) -
Use AskUserQuestion to confirm or let user provide different context.
-
If confirmed:
mkdir -p "mabi-import/local/{context}" cp -r "$ARGUMENTS" "mabi-import/local/{context}/"
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.
- 7d ago First seen · 231 lines · 18 tokens per session scan A b0f04095fe65
url-or-path is a command published in the GitHub repository Marcel-Bich/marcel-bich-claude-marketplace (13 stars, last pushed yesterday), licensed MIT. It adds 18 tokens to every session and 1,836 once invoked, about $0.0001 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-09-03.
Other commands, from other repositories
gws-drive
Search, upload, download, and share Google Drive files and folders.
gws-sheets
Read, write, and append data to Google Sheets spreadsheets.
gws-docs
Read, create, and append content to Google Docs documents.
gws-slides
Read and create Google Slides presentations.
context-stats
Display context window usage and token statistics.
test-suite
Run comprehensive test suite with coverage analysis.