技能详情(站内镜像,无评论)
作者:vx:17605205782 @52YuanChangXing
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 110 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:52yuanchangxing/browser-session-curator
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is internally coherent: it only needs python3, uses an auditable local script and resource file, and its declared behavior matches the files and runtime instructions.
目的
Name/description (curating tabs into digest/tasks/archive) match the included files and declared requirements. Requiring only python3 is proportional to the stated purpose; no unrelated credentials, binaries, or config paths are requested.
说明范围
SKILL.md instructs the agent to ask for tab lists and optional parameters, use the local script and resource file, and prefer preview/simulation before destructive actions. It does not direct reading of unrelated system files, nor transmission to external endpoints.
安装机制
No install spec is provided (instruction-only plus a bundled local script). That is the lowest-risk model; the included script is small, plain-text, and local.
证书
No environment variables, credentials, or special config paths are requested. The skill's I/O is explicit (it reads a user-supplied JSON file and writes a digest), which is appropriate for its function.
持久
always is false and the skill does not request persistent system privileges or modify other skills. It does not assert any background or autonomous persistence beyond normal agent invocation.
综合结论
This skill appears safe and coherent, but exercise normal caution: review the bundled script before running (it's short and local), and only provide tab dumps/JSON that don't include sensitive tokens, session cookies, or private content you don't want processed. The script uses simple title keyword heuristics and won’t contact the network—test it on a small sample first and confirm outputs before taking bulk or destructive actions.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「browser-session-curator」。简介:Turn an overwhelming set of tabs, bookmarks, and snippets into a structured ses…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/52yuanchangxing/browser-session-curator/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: browser-session-curator
description: Turn an overwhelming set of tabs, bookmarks, and snippets into a structured
session digest with tasks, reading queue, and archive plan.
version: 1.1.0
metadata:
openclaw:
requires:
bins:
- python3
emoji: 🧰
---
# Browser Session Curator
## Purpose
Turn an overwhelming set of tabs, bookmarks, and snippets into a structured session digest with tasks, reading queue, and archive plan.
## Trigger phrases
- 整理浏览器标签页
- tab dump
- session digest
- 书签归档
- 浏览器会话整理
## Ask for these inputs
- tab titles/URLs/notes
- session goal
- time budget
- archive rules
- project tags
## Workflow
1. Cluster tabs by task, reading, waiting, and archive.
2. Identify likely duplicates and stale tabs.
3. Produce a short execution plan for the next 30–60 minutes.
4. Export a digest with tags and follow-up actions.
5. Prefer lightweight action over cataloging everything forever.
## Output contract
- session digest
- reading queue
- archive list
- next-hour action plan
## Files in this skill
- Script: `{baseDir}/scripts/session_digest.py`
- Resource: `{baseDir}/resources/session_tags.yaml`
## Operating rules
- Be concrete and action-oriented.
- Prefer preview / draft / simulation mode before destructive changes.
- If information is missing, ask only for the minimum needed to proceed.
- Never fabricate metrics, legal certainty, receipts, credentials, or evidence.
- Keep assumptions explicit.
## Suggested prompts
- 整理浏览器标签页
- tab dump
- session digest
## Use of script and resources
Use the bundled script when it helps the user produce a structured file, manifest, CSV, or first-pass draft.
Use the resource file as the default schema, checklist, or preset when the user does not provide one.
## Boundaries
- This skill supports planning, structuring, and first-pass artifacts.
- It should not claim that files were modified, messages were sent, or legal/financial decisions were finalized unless the user actually performed those actions.
## Compatibility notes
- Directory-based AgentSkills/OpenClaw skill.
- Runtime dependency declared through `metadata.openclaw.requires`.
- Helper script is local and auditable: `scripts/session_digest.py`.
- Bundled resource is local and referenced by the instructions: `resources/session_tags.yaml`.