← 返回
未分类

Web Clipper

Save any web page as a clean Markdown note with metadata, organized in Obsidian format, using Jina Reader API without browser extensions.
使用 Jina Reader API 将任意网页保存为干净的 Markdown 笔记(含元数据),以 Obsidian 格式组织,无需浏览器扩展。
chatgptnexus chatgptnexus 来源
未分类 clawhub v1.0.3 1 版本 100000 Key: 无需
★ 1
Stars
📥 583
下载
💾 0
安装
1
版本
#latest

概述

Web Clipper

Save any web page as a clean, readable Markdown note in your Obsidian vault. Powered by Jina Reader API for content extraction — no browser extension required. Works from inside Claude.

When to Use This Skill

  • You want to save an article for later reading in Obsidian
  • You found a useful page and want it archived as Markdown
  • You want to add tags and organize clips into subfolders
  • You need to clip technical docs, blog posts, or news articles
  • You want to avoid browser extension bloat — just tell Claude to save it

What This Skill Does

  1. Fetches the page via Jina Reader API — strips ads, nav, and noise
  2. Converts to Markdown — clean readable format with frontmatter
  3. Saves to your vault — default: ~/.openclaw/obsidian-cache/clippings/
  4. Adds metadata — title, source URL, date saved, and your tags
  5. Confirms the filename — Claude tells you exactly where it was saved

Requirements

  • Python 3.7+
  • requests library: pip install requests
  • JINA_API_KEY — optional. Works without a key (free tier). Set for higher rate limits:
echo 'JINA_API_KEY=jina_xxxxxxxxxxxx' >> ~/.openclaw/.env

Get a free key at jina.ai

> Note: The script only accepts http:// and https:// URLs. Local file paths are not supported.

How to Use

Basic — Save a URL

save https://example.com/article
保存这个 https://v2ex.com/t/123456

With Tags

save https://example.com/article --tags "ai,research"

Save to a Subfolder

save https://example.com/article --folder clippings/tech

Full Options

python3 ~/.openclaw/skills/web-clipper/scripts/save_web_page.py \
  --url "https://example.com/article" \
  --folder "clippings/tech" \
  --tags "ai,tools" \
  --vault "/path/to/your/obsidian/vault"

Example

User: save https://www.v2ex.com/t/1197958

Claude executes:

python3 ~/.openclaw/skills/web-clipper/scripts/save_web_page.py --url "https://www.v2ex.com/t/1197958"

Output file (~/.openclaw/obsidian-cache/clippings/2026-01-15 V2EX Thread Title.md):

---
title: "V2EX Thread Title"
source: "https://www.v2ex.com/t/1197958"
saved: "2026-01-15 14:32"
tags: []
---

# V2EX Thread Title

> Source: https://www.v2ex.com/t/1197958
> Saved: 2026-01-15 14:32

---

[Clean article content in Markdown...]

Claude confirms: "已保存为 2026-01-15 V2EX Thread Title.md ✅"

Supported Content

Content TypeSupport
------
Blog posts / articles
Technical documentation
News articles
V2EX / Reddit threads
GitHub READMEs
PDF files (remote)
JS-heavy SPAs⚠️ Jina handles most; complex apps may need PinchTab
Login-required pages

File Structure

web-clipper/
├── SKILL.md                    ← This file (Claude reads this)
└── scripts/
    └── save_web_page.py        ← Main clipping script

Output Format

Saved files include YAML frontmatter for Obsidian compatibility:

---
title: "Article Title"
source: "https://original-url.com"
saved: "2026-01-15 14:32"
tags: [ai, research]
---

Notes

  • Filenames are auto-sanitized and dated: YYYY-MM-DD Title.md
  • Duplicate filenames get a counter suffix: 2026-01-15 Title (2).md
  • Default vault: ~/.openclaw/obsidian-cache/clippings/
  • The JINA_API_KEY free tier supports ~1000 requests/month

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-05-03 10:36 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Baidu web search

ide-rea
使用百度AI搜索引擎(BDSE)进行网络搜索。适用于获取实时信息、文档资料或研究课题。
★ 246 📥 108,765
knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 86 📥 167,701
knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 449 📥 105,711