ai.spideriq/publish
NPM · @SPIDERIQ/MCP-PUBLISH · SCANNED AUG 3
SpiderIQ Publish: content platform MCP (pages, posts, templates, components, domains, media)
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security70
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects sharp 0.33.5, a direct dependency. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (131 of 135), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 7 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability27
- AI-judged instruction clarity (poor).Fail
- Context-footprint check failed: tool/resource definitions use about 36639 tokens (~234/item across 156 items; 156 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage91
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 72% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @spideriq/mcp-publish
claude mcp add ai-spideriq-publish -- npx -y @spideriq/mcp-publish
codex mcp add ai-spideriq-publish -- npx -y @spideriq/mcp-publish
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ai-spideriq-publish": {
"type": "local",
"command": [
"npx",
"-y",
"@spideriq/mcp-publish"
],
"enabled": true
}
}
} openclaw mcp add ai-spideriq-publish --command npx --arg -y --arg @spideriq/mcp-publish
mcp_servers:
ai-spideriq-publish:
command: "npx"
args: ["-y", "@spideriq/mcp-publish"] {
"mcpServers": {
"ai-spideriq-publish": {
"command": "npx",
"args": [
"-y",
"@spideriq/mcp-publish"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +36
- GHSA-f88m-g3jw-g9cj affects this package: high ▼ security
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → poor ▲ functional
- Licence: MIT functional
- 1 Aug 26 −23
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +17
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −17
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 35
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@spideriq/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-f88m-g3jw-g9cj | high | yes |
Dependencies 131 packages
131 packages in the resolved dependency tree · 130 deprecated · 29 stale · 2 without a linked repository.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
template_list_themes ~83
List available pre-built themes.
| Name | Type | Req | Description |
|---|---|---|---|
| project | string | — | Optional project — a website inside the workspace (proj_xxx) — to scope this call to. Sent as the X-Project-Id header. If omitted, the spideriq.json / SPIDERIQ_PROJECT_ID binding (or the workspace de… |
| workspace | string | — | — |
No output schema declared.
No examples provided.
template_preview ~113
Render a template with mock data and return the HTML output.
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | Mock data to pass to the template |
| project | string | — | Optional project — a website inside the workspace (proj_xxx) — to scope this call to. Sent as the X-Project-Id header. If omitted, the spideriq.json / SPIDERIQ_PROJECT_ID binding (or the workspace de… |
| template_path | string | yes | Template path to render |
| workspace | string | — | — |
No output schema declared.
No examples provided.
template_update_config ~148
Update template config: theme, route overrides, settings, or data sources.
| Name | Type | Req | Description |
|---|---|---|---|
| data_sources | array | — | Connected SpiderIQ data sources |
| project | string | — | Optional project — a website inside the workspace (proj_xxx) — to scope this call to. Sent as the X-Project-Id header. If omitted, the spideriq.json / SPIDERIQ_PROJECT_ID binding (or the workspace de… |
| routes | object | — | Path → template overrides (e.g. {"/pricing": "templates/pricing.liquid"}) |
| settings | object | — | Theme-level settings |
| theme | string | — | Theme name |
| workspace | string | — | — |
No output schema declared.
No examples provided.
template_upsert ~445
Create or update a Liquid template. Provide the FULL Liquid template source code. The `path` param is the file path under the client's theme (e.g. 'templates/default.liquid', 'layout/theme.liquid', 'snippets/post-card.liquid'). It is a FILENAME, not a slug or shorthand — passing 'form' or 'page' as `path` will store garbage that no template-lookup path consults. Customizing form-page chrome at /f/<flow_id>: override 'templates/forms-standalone.liquid' (NOT 'templates/form.liquid', which is unused). Same for booking pages: 'templates/booking-standalone.liquid'. Both extend layout/theme.liquid, so a layout override applies to page + form + booking chrome together. To target form pages from inside layout/theme.liquid use `{% if template == 'forms-standalone' %}` (the Liquid `template` variable mirrors the file's basename, NOT a short name like 'form'). Phase 11+12 Lock 4 gate is opt-in via dry_run/confirm_token.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_token | string | — | Token from a prior dry_run call. Single-use, 7d TTL. |
| content | string | yes | Liquid template source code (full file body, not a diff). |
| dry_run | boolean | — | Preview the change without mutating and receive a confirm_token. When omitted, the change is applied immediately (legacy behaviour preserved). |
| path | string | yes | Template file path under the theme (e.g. 'templates/default.liquid', 'templates/forms-standalone.liquid', 'layout/theme.liquid'). Required. Backend rejects literal 'undefined' / 'null' / empty / non-… |
| project | string | — | Optional project — a website inside the workspace (proj_xxx) — to scope this call to. Sent as the X-Project-Id header. If omitted, the spideriq.json / SPIDERIQ_PROJECT_ID binding (or the workspace de… |
| theme | string | — | Theme name (default: "default") |
| workspace | string | — | — |
No output schema declared.
No examples provided.
upload_local_directory ~489
Upload all matching files from a local directory to SpiderMedia. Walks the directory (recursive), sniffs content-type, uploads in a single /media/upload-batch request (up to 500 MB total for general folders, 20 MB for scroll-sequences/*). Returns {uploaded: [...], failed: [...], warnings}. Scroll-sequence workflow: - Default folder rule: if `folder` starts with "scroll-sequences/", the tool auto-enables both `auto_optimize=true` (Sharp → WebP q75, max 1920px) and `preserve_filename=true` (so frame_0001.webp lands at frame_0001.webp). - Override with explicit flags if needed. Filtering: pass `pattern` as a simple glob (e.g. "frame_*.webp") to filter the dir; default is all allowed extensions. Allowed: webp, jpg, jpeg, png, gif, pdf, mp4, webm, mov. Sharp is an optional peer dep. If missing, auto_optimize silently falls back to uploading originals (which may then hit server hard ceilings).
| Name | Type | Req | Description |
|---|---|---|---|
| auto_optimize | boolean | — | Run Sharp locally before upload (WebP q75, max 1920px). Default: true for scroll-sequences/*, false otherwise. |
| folder | string | — | Target folder in the bucket. For scroll-sequences use 'scroll-sequences/<name>'. |
| local_dir | string | yes | Absolute or cwd-relative path to the directory on disk |
| max_width | number | — | When optimizing, max image width (default 1920) |
| pattern | string | — | Optional glob pattern (e.g. "frame_*.webp"). Matched against filename and relative path. |
| preserve_filename | boolean | — | Deterministic storage keys. Default: true for scroll-sequences/*, false otherwise. |
| project | string | — | Optional project — a website inside the workspace (proj_xxx) — to scope this call to. Sent as the X-Project-Id header. If omitted, the spideriq.json / SPIDERIQ_PROJECT_ID binding (or the workspace de… |
| quality | number | — | When optimizing, WebP quality 1-100 (default 75) |
| workspace | string | — | Workspace name (default: "default") |
No output schema declared.
No examples provided.
upload_local_file ~342
Upload a single local file to SpiderMedia. Reads the file from disk, sniffs content-type from the extension, and POSTs multipart to /dashboard/content/media/upload-batch. Server enforces weight policy (500 KB/file for scroll-sequences/*, 20 MB otherwise; video/* gets 500 MB). Returns {public_url, key, size, content_type}. Filenames: pass preserve_filename=true for deterministic storage keys (scroll-sequences that consume {base_url, pattern, count}). Default false keeps the legacy YYYYMMDD_HHMMSS_ prefix. Requires LLM11 SpiderMedia backend 2026-04-18+ when preserve_filename=true. Allowed extensions: webp, jpg, jpeg, png, gif, pdf, mp4, webm, mov.
| Name | Type | Req | Description |
|---|---|---|---|
| filename | string | — | Rename the file on upload (default: use the local basename) |
| folder | string | — | Target folder in the bucket, e.g. 'scroll-sequences/hero' or 'migrations/homepage' |
| local_path | string | yes | Absolute or cwd-relative path to the file on disk |
| preserve_filename | boolean | — | If true, storage key is {folder}/{filename} exactly (overwrites on collision). Default false. |
| project | string | — | Optional project — a website inside the workspace (proj_xxx) — to scope this call to. Sent as the X-Project-Id header. If omitted, the spideriq.json / SPIDERIQ_PROJECT_ID binding (or the workspace de… |
| workspace | string | — | Workspace name (default: "default") |
No output schema declared.
No examples provided.
video_to_scroll_sequence ~826
Build a scroll-linked image-sequence hero from a video URL, end-to-end. One call replaces the 5-step recipe: upload video -> submit extract_frames -> poll -> build block -> update page. Extracts numbered WebP frames from the source video (ffmpeg, ~7x smaller than raw), uploads them to the client's SpiderMedia bucket with a deterministic pattern (frame_{0001..NNNN}.webp), then injects a 'sys-scroll-sequence' component block into the target page AS A DRAFT. **Never auto-publishes.** After this tool returns, call: 1. content_deploy_site_preview (review at preview-{hash}.sites.spideriq.ai) 2. content_deploy_site_production (with confirm_token) When to use: - Agent received "add a scroll-sequence hero from this video" request - Video is at a public URL (SpiderMedia, di-atomic, or public http/https) - Target page already exists (use content_create_page first if not) Frame-count strategies (pick one): - strategy='target_frames' + target_frames=N — exact N frames spread across full duration (most common) - strategy='fps' + fps=N — sample at N frames/second - strategy='duration_fps' + fps + duration_seconds — clip + sample Returns: manifest {base_url, pattern, count}, the inserted block JSON, and the new draft page version ID.
| Name | Type | Req | Description |
|---|---|---|---|
| background_color | string | — | Hex color painted before frames load (default: #ffffff) |
| canvas_height | number | — | Canvas render height, 240-1080 (default: 720) |
| canvas_width | number | — | Canvas render width, 320-1920 (default: 1280) |
| dry_run | boolean | — | If true, returns block JSON without touching the page (default: false) |
| duration_seconds | number | — | Clip duration in seconds (1-120). Required if strategy=duration_fps |
| fps | number | — | Sample FPS (1-60). Required if strategy=fps or duration_fps |
| output_format | string | — | Frame format (default: webp — half the bytes of jpeg at same quality) |
| output_quality | number | — | Encoder quality 50-95 (default: 80) |
| output_width | number | — | Output frame width 320-1920 (default: 1280) |
| page_slug | string | yes | Target page slug — MUST already exist. Use content_create_page first if not. |
| poll_interval_seconds | number | — | Poll interval in seconds (0.5-10, default: 2) |
| poll_timeout_seconds | number | — | Max seconds to wait for extract_frames (30-900, default: 300) |
| position | — | — | Where to insert: "append" (default), "prepend", {index: N}, {before: slug}, or {after: slug} |
| preload_strategy | string | — | progressive (default) loads ±15 frame window; all pre-loads everything |
| priority | number | — | Job priority 0-10 (default: 5) |
| project | string | — | Optional project — a website inside the workspace (proj_xxx) — to scope this call to. Sent as the X-Project-Id header. If omitted, the spideriq.json / SPIDERIQ_PROJECT_ID binding (or the workspace de… |
| scroll_distance_vh | number | — | Viewport heights to scroll through full sequence, 200-800 (default: 400) |
| strategy | string | — | Frame-count strategy (default: target_frames) |
| target_frames | number | — | Exact frame count (10-600). Required if strategy=target_frames. Default: 120 |
| video_url | string | yes | Source video URL (SpiderMedia, di-atomic, or public http/https) |
| workspace | string | — | Workspace name (default: "default") |
No output schema declared.
No examples provided.