storage-list
List stored files in Crawlbase via storage enumeration.
Install
mkdir -p .claude/skills/storage-list && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16994" && unzip -o skill.zip -d .claude/skills/storage-list && rm skill.zipInstalls to .claude/skills/storage-list
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
List rids currently in Crawlbase Cloud Storage, with scroll-based pagination (up to 1000 rids per call). Useful for enumerating everything stored under a token.Key capabilities
- →Enumerate stored rids
- →Iterate over every stored item
- →Find rids by criteria
- →List rids from a JS-token silo
- →Control the maximum number of rids returned
How it works
The skill calls the `storage_list` tool with parameters like limit, scroll, scroll_id, scroll_order, and use_js_token to retrieve rids from Crawlbase Cloud Storage.
Inputs & outputs
When to use storage-list
- →Listing stored pages
- →Managing storage
- →Auditing stored items
About this skill
Use the storage_list tool from the Crawlbase MCP server to enumerate stored rids.
When to use
Use this skill when the user wants to see what's in their storage, iterate over every stored item, or find rids they don't remember.
Usage
Call storage_list with:
limit: max rids to return (≤1000)scroll: true on follow-up calls to continue an open scroll sessionscroll_id: opaque continuation token from the previous response — pass it back withscroll: truescroll_order: "asc" or "desc" (default desc)use_js_token: true to list the JS-token silo instead of the normal one. Storage is per-token; each silo is enumerated separately.
Scroll sessions expire after ~15s of inactivity — loop tightly, don't pause between pages.
Example prompts
- "List all stored pages in Crawlbase"
- "Show me the 500 most recent rids in storage"
- "Enumerate everything in my JS-token storage"
When not to use it
- →When the user needs to store new data
- →When the user needs to retrieve specific data by content
- →When the user needs to modify existing rids
Limitations
- →The maximum rids returned per call is 1000
- →Scroll sessions expire after approximately 15 seconds of inactivity
- →Storage is enumerated separately for each silo
How it compares
This skill provides a programmatic way to paginate through stored rids, unlike manually browsing storage.
Compared to similar skills
storage-list side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| storage-list (this skill) | 0 | 4mo | No flags | Beginner |
| crawl4ai | 21 | 9mo | Review | Intermediate |
| apify | 9 | 4mo | Review | Intermediate |
| parsehub-automation | 0 | 5mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
crawl4ai
basher83
This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.
apify
vm0-ai
Web scraping and automation platform with pre-built Actors for common tasks
parsehub-automation
diegosouzapw
Automate Parsehub tasks via Rube MCP (Composio). Always search tools first for current schemas.
web-scraper
KevanPatira
Web scraping inteligente multi-estrategia. Extrai dados estruturados de paginas web (tabelas, listas, precos). Paginacao, monitoramento e export CSV/JSON.
apify-ultimate-scraper
Anhvu1107
ALWAYS use this when the request matches Apify Ultimate Scraper: AI-driven data extraction from 55+ Actors across all major platforms.
wechat-batch-crawl
JourneytoNewland
| Intent | Supported Phrases | |--------|-------------------| | 爬取今天 | "爬取今天的微信文章" / "获取今天的文章" / "抓今天的公众号" | | 爬取昨天 | "爬取昨天的微信文章" / "获取昨天的文章" | | 爬取指定日期 | "爬取1月20号的文章" / "获取上周一的文章" | | 仅列出 | "今天有哪些文章" / "列出今天的文章" / "看看有啥新文章" | | 增量爬取 | "继续爬取" / "爬取新增的文章" |