remarkable — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited remarkable (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Access your reMarkable tablet as a second brain. Browse, search, read, and extract content from all documents including handwritten notes via OCR.
Add to openclaw.json:
{
"mcpServers": {
"remarkable": {
"command": "uvx",
"args": ["remarkable-mcp", "--usb"]
}
}
}USB mode is recommended — connect via USB and enable "USB web interface" in tablet Settings → Storage. No subscription or developer mode needed.
SSH (requires developer mode):
{
"mcpServers": {
"remarkable": {
"command": "uvx",
"args": ["remarkable-mcp", "--ssh"]
}
}
}Cloud (requires Connect subscription):
{
"mcpServers": {
"remarkable": {
"command": "uvx",
"args": ["remarkable-mcp"],
"env": {
"REMARKABLE_TOKEN": "your-token"
}
}
}
}For handwriting OCR, add a Google Vision API key:
{
"mcpServers": {
"remarkable": {
"command": "uvx",
"args": ["remarkable-mcp", "--usb"],
"env": {
"GOOGLE_VISION_API_KEY": "your-api-key"
}
}
}
}| Tool | Purpose |
|---|---|
remarkable_read | Read document content with text extraction, pagination, grep |
remarkable_browse | Browse folders, search by name, filter by tags |
remarkable_search | Multi-document content search with OCR |
remarkable_recent | List recently modified documents |
remarkable_image | Render pages as PNG or SVG |
remarkable_status | Check connection and device info |
remarkable_browse or remarkable_search to find documentsremarkable_read to extract text contentremarkable_image to render visual pagespage parameter to paginate through multi-page documents~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.