OpenClaw Skill

Use your OpenClaw agent to save, search, and manage bookmarks in Runa from WhatsApp, Telegram, Slack, or any other messaging platform.

Runa OpenClaw skill in action on WhatsApp

Installation

Install the Runa skill from Clawhub. Just tell your OpenClaw agent:

Install the runa skill from clawhub.ai/imprakharshukla/runa

Or install it directly via the CLI:

clawhub install imprakharshukla/runa

Configuration

Add your Runa API key to OpenClaw's secrets. Generate one from Settings → API Keys in your dashboard.

# Create secrets file
echo '{"api_key": "runa_sk_..."}' > ~/.openclaw/secrets/runa.json

Alternatively, set the RUNA_API_KEY environment variable.

Usage

Once installed, just talk to your agent naturally. The skill triggers automatically on phrases like:

Save this link: https://example.com/article
Search my bookmarks for React Server Components
Show me my inbox
Archive the last link I saved
Delete bookmark k57abc...
What metadata does this URL have? https://...

Available operations

Save a bookmark

Save any URL. Runa automatically fetches metadata, generates an AI summary, and applies tags.

List bookmarks

View bookmarks by status: inbox, archived, or trash.

Search bookmarks

Full-text + semantic search across titles, content, and summaries. Filter by status, type, tags, date, and more.

Update a bookmark

Change title, description, status, or NSFW flag.

Delete a bookmark

Permanently remove a bookmark.

Enrich a URL

Preview metadata for a URL without saving it.

Upload a file

Upload PDFs or images (JPEG, PNG, WebP, GIF, HEIC) up to 50MB.

Skill structure

~/.openclaw/skills/runa/
  SKILL.md              # Agent instructions + trigger phrases
  references/
    api.md              # Full API reference

Verify it works

Send your agent search my bookmarks and it should respond with your recent saves.