← 返回 Skills 市场
dake6767

Plume NoteCard

作者 dake6767 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
147
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install plume-notecard
功能描述
Plume AI Notecard Generation Service. Triggered when users want to convert topics, long-form text, or reference images into notecards. Supports: topic noteca...
安全使用建议
This skill looks coherent for generating notecards and only needs a PLUME_API_KEY. Before installing: verify you trust the Plume service (design.useplume.app) and that you want to provide that API key; inspect any EXTEND.md in your project or home because it can change the api_base_url (which could redirect uploads to a different server); confirm you are comfortable with the skill writing media files and action logs under your home or project media directories; prefer using a revocable or scoped API key and keep backups of any important local config (e.g., ~/.openclaw/openclaw.json) before granting access. If you want higher assurance, ask the author for a homepage/source repository or a signed maintainer identity before enabling the skill.
功能分析
Type: OpenClaw Skill Name: plume-notecard Version: 1.0.4 The plume-notecard skill bundle is a well-structured tool for generating infographics via the Plume AI service. It demonstrates security awareness by implementing credential stripping for logs in config.py, enforcing HTTPS-only downloads with redirect limits and Content-Type validation in create_notecard.py, and utilizing a circuit breaker mechanism to prevent excessive API calls. The scripts (plume_api.py, create_notecard.py) and documentation (SKILL.md) are consistently aligned with the stated purpose of generating and managing visual notecards without any evidence of malicious intent or unauthorized data exfiltration.
能力标签
crypto
能力评估
Purpose & Capability
Name/description match the implemented functionality: scripts implement upload, create task, poll, merge/zip outputs, and history logging. The single required credential (PLUME_API_KEY) is appropriate for calling the Plume API endpoints used in the code.
Instruction Scope
SKILL.md instructions are specific and bounded: run the provided Python scripts, run a pre-check for configuration, send a waiting message before synchronous create, and then call create/transfer/history. The scripts read/write a media directory and action_log files (expected for history/retry). The code also reads OpenClaw config (~/.openclaw/openclaw.json) as a secondary source for PLUME_API_KEY; it does not appear to access unrelated credentials or system files.
Install Mechanism
No install spec; this is instruction-only with bundled Python scripts. The skill uses only the standard library (urllib, ssl, etc.) and writes to local media and log paths. No remote download/install operations (no curl|bash, no external package installs) were found.
Credentials
Only PLUME_API_KEY is required and used as the Authorization bearer token for requests to the API. The config can also read an EXTEND.md setting and the OpenClaw config to locate the key. One notable configuration option: EXTEND.md can override the api_base_url, allowing the service endpoint to be changed from the default (https://design.useplume.app) — if an attacker or misconfigured EXTEND.md points api_base to a malicious host, uploaded images and task data could be sent elsewhere. The scripts themselves only try to read PLUME_API_KEY (no unrelated tokens).
Persistence & Privilege
always:false and no requests to modify other skills or system-wide settings. The skill writes its own logs and media files under user/project media directories (expected). There is no elevated or forced persistent presence requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install plume-notecard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /plume-notecard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
修复触发词:补充'信息卡片'以确保'生成xx信息卡片'能正确触发本 skill
v1.0.3
- Added optional PDF merge and ZIP packaging for batch/deck notecard generation. - Introduced new script commands: merge-pdf and create-zip for combining or bundling generated images. - Updated sample API key prompt and template gallery links to use /notecard route. - Expanded workflow examples in documentation to include PDF and ZIP output handling. - Clarified output structures for batch operations in SKILL.md and references/workflows.md.
v1.0.2
No changes detected in this version. - No file changes or feature updates since the previous release. - All workflow, security, and usage instructions remain the same.
v1.0.1
No changes in code or documentation. - Version bumped to 1.0.1 with no file or documentation updates. - No new features, bug fixes, or behavioral adjustments included in this release.
v1.0.0
Plume Notecard v1.0.0 — Initial release - Provides AI-powered notecard generation from topics, long-form text, or reference images. - Supports batch creation, image-based slide decks, style transfer, and content rewrite. - Includes scenario detection for user intent (article, reference image, retry, deck). - Enforces strict security, configuration, and mandatory pre-check workflows. - Details clear boundaries with related skills and provides template gallery integration. - Specifies environment compatibility and required tool permissions.
元数据
Slug plume-notecard
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Plume NoteCard 是什么?

Plume AI Notecard Generation Service. Triggered when users want to convert topics, long-form text, or reference images into notecards. Supports: topic noteca... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。

如何安装 Plume NoteCard?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install plume-notecard」即可一键安装,无需额外配置。

Plume NoteCard 是免费的吗?

是的,Plume NoteCard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Plume NoteCard 支持哪些平台?

Plume NoteCard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Plume NoteCard?

由 dake6767(@dake6767)开发并维护,当前版本 v1.0.4。

💬 留言讨论