/install bookmark
Bookmark
Use this skill for read-only queries against the public Shuqianlan bookmark site.
Do not claim support for scheduled pushes, subscriptions, or other persistent state. This skill only handles:
- keyword search
- recent updates
- top category listing
- category article listing
- category link listing
Commands
Run the bundled Node script and pass the user's query/category as one shell argument.
node scripts/bookmark.mjs search "python tutorial"
node scripts/bookmark.mjs latest
node scripts/bookmark.mjs categories
node scripts/bookmark.mjs articles "开发工具"
node scripts/bookmark.mjs links "开发工具"
Useful flags:
node scripts/bookmark.mjs search "notion ai" --limit 10
node scripts/bookmark.mjs latest --limit 8
node scripts/bookmark.mjs categories --limit 20
node scripts/bookmark.mjs articles "AI" --limit 10
node scripts/bookmark.mjs links "AI" --limit 20
Workflow
- Map the user request to exactly one of the five commands above.
- Run the script.
- Return the script output directly, or lightly trim it if the user asked for a shorter answer.
- If the user asks for more results, rerun with a larger
--limit.
Behavior
- Reply in the user's language.
- Treat
书签篮,书签栏, and书签蓝as the same thing. - If a category lookup fails, suggest listing categories first.
- If a search fails, suggest a shorter keyword.
- Prefer the script output over freehand paraphrasing when links matter.
Notes
- Default source:
https://shuqianlan.com - Override source only when the user explicitly asks:
BOOKMARK_BASE_URL="https://example.com" node scripts/bookmark.mjs latest
- For the original
openclaw-serverfeature split and matching rules, readreferences/openclaw-server-bookmark-map.md.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bookmark - After installation, invoke the skill by name or use
/bookmark - Provide required inputs per the skill's parameter spec and get structured output
What is bookmark?
Search and browse the Shuqianlan bookmark library by keyword, latest updates, categories, articles, or links in a read-only mode. It is an AI Agent Skill for Claude Code / OpenClaw, with 269 downloads so far.
How do I install bookmark?
Run "/install bookmark" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is bookmark free?
Yes, bookmark is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does bookmark support?
bookmark is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created bookmark?
It is built and maintained by jvy (@jvy); the current version is v1.0.0.