← 返回 Skills 市场
285
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sea-doc-summarizer
功能描述
Summarize documents in EN/CN/BM/ID with cross-language support. Optimized for Southeast Asian languages.
安全使用建议
This skill appears to be a monetization wrapper: the agent performs the summarization and must POST to the skill's /charge endpoint to collect $0.005 USDT per call. Before installing, verify the following: (1) Confirm you trust the skill owner and the Cloudflare Workers subdomain (sea-doc-summarizer.swmengappdev.workers.dev) — there is no homepage or provenance info. (2) Inspect the shared billing implementation (the code imports ../../shared/billing which is not included here) or ask the publisher to disclose what that module does and which payment provider it talks to — that module determines how your SKILLPAY_API_KEY will be used. (3) If you handle sensitive documents, confirm whether the agent will keep content local or if any additional network calls are made during summarization (SKILL.md does not instruct sending document text to the worker, but verify in practice). (4) If you plan to provide real users, test the payment flow with a test account and review privacy/billing terms. These checks will reduce the remaining uncertainty.
功能分析
Type: OpenClaw Skill
Name: sea-doc-summarizer
Version: 2.0.0
The skill is a document summarizer for Southeast Asian languages that implements a billing gate using the SkillPay.me service. The code in `src/index.ts` handles payment authorization via a Cloudflare Worker, and the `SKILL.md` provides clear instructions for the AI agent to verify payment using a `user_id` before performing summarization tasks locally. No evidence of data exfiltration, malicious execution, or prompt injection was found, as document content is not sent to the external billing endpoint (sea-doc-summarizer.swmengappdev.workers.dev).
能力评估
Purpose & Capability
The name/description promise a multilingual summarizer. The SKILL.md instructs the agent how to summarize (language detection heuristics, output format) and to POST to a /charge endpoint to collect payment. The code only implements the charging endpoint (no summarization API), which is coherent if the skill's approach is: agent does summarization and the skill enforces payment. This design is unusual (users may expect a hosted summarization API), but not inherently incoherent.
Instruction Scope
Runtime instructions ask the agent to detect language, summarize/translate as needed, extract entities, and return JSON. They do not instruct reading unrelated system files or exfiltrating secrets. The only external call specified is a POST to the skill's /charge endpoint with a user_id (no document content). That aligns with the declared billing purpose and does not expand scope to unrelated data collection.
Install Mechanism
No install spec; this is primarily instruction-driven with a small worker source file. No downloads or unusual install steps are present. The included wrangler.toml indicates intended Cloudflare Worker hosting, which matches the endpoint URL used in SKILL.md.
Credentials
Only SKILLPAY_API_KEY is required, which is proportionate for a skill that performs billing. There are no additional tokens, SSH keys, or unrelated credentials requested.
Persistence & Privilege
always is false and the skill does not request system-level persistence. It only expects a SkillPay API key and exposes a payment endpoint — no elevated platform privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sea-doc-summarizer - 安装完成后,直接呼叫该 Skill 的名称或使用
/sea-doc-summarizer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
- Major update: Redesigned for multilingual (EN/CN/BM/ID) document summarization optimized for Southeast Asia.
- Cross-language support: Summarize documents in any of the four languages, with automatic source language detection and optional translation.
- Three summarization styles supported: brief (bullet points), detailed (paragraph), and action items (list of next steps).
- Named entity extraction now includes people, organizations, monetary amounts, dates, and locations.
- Output returns structured JSON including summary, key points, extracted entities, source language, and word count.
- Usage instructions and payment process updated for SkillPay integration.
元数据
常见问题
SEA Multilingual Document Summarizer 是什么?
Summarize documents in EN/CN/BM/ID with cross-language support. Optimized for Southeast Asian languages. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 285 次。
如何安装 SEA Multilingual Document Summarizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sea-doc-summarizer」即可一键安装,无需额外配置。
SEA Multilingual Document Summarizer 是免费的吗?
是的,SEA Multilingual Document Summarizer 完全免费(开源免费),可自由下载、安装和使用。
SEA Multilingual Document Summarizer 支持哪些平台?
SEA Multilingual Document Summarizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SEA Multilingual Document Summarizer?
由 wms2537(@wms2537)开发并维护,当前版本 v2.0.0。
推荐 Skills