Shelv converts complex PDF documents into structured, searchable Markdown filesystems that can be navigated using standard Unix tools.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install shelv
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install shelv using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Shelv is a powerful utility designed to bridge the gap between static PDF documents and actionable developer workspaces. By leveraging Openclaw Skills, it processes contracts, research papers, and technical manuals into organized Markdown structures.
This tool allows developers and AI agents to interact with document content using familiar commands like ls, grep, and find, making deep-text analysis seamless within a coding environment. By converting non-structured data into a filesystem, Shelv enables better context management for AI-driven workflows.
To get started with this skill, you must first obtain an API key from shelv.dev. Configure your environment and ensure the necessary dependencies are met:
# Set your API key
export SHELV_API_KEY='your_api_key_here'
# Ensure binary dependencies are installed
# Requires: curl, tar, jq, shasum
# Upload a document to start processing
SHELF_ID=$(./scripts/shelv-upload.sh /path/to/document.pdf --name "Research-Paper")
Shelv organizes processed documents into a predictable directory structure within the local workspace. Data is stored at ~/.openclaw/workspace/shelves/{name}/.
| Attribute | Description |
|---|---|
publicId |
The unique identifier for the shelf (e.g., shf_...) |
status |
Current lifecycle state: uploading, parsing, structuring, verifying, ready, or failed |
template |
The structural logic applied (book, legal-contract, or academic-paper) |
files |
A flat JSON map or physical directory of Markdown files |
README.md |
An auto-generated summary and table of contents for the processed document |
Loading
The Reeflux Skill is a specialized tool for visual observation and ambient exploration of the Reeflux web environment.

A powerful command-line interface for TinyTalkingTodos that enables real-time task synchronization and batch management.

A Python-powered skill for retrieving global weather data, including current conditions and multi-day forecasts for AI agents.

A specialized skill designed to enforce high-signal, human-verified commit and pull request workflows within AI-driven development environments.

A comprehensive interface to programmatically manage Dokploy projects, deployments, and infrastructure through its native API.

A lightweight diagnostics script to monitor thermal performance, power stability, and resource usage on Raspberry Pi hardware.








































