← Back to Skills Marketplace
dake6767

Plume NoteCard

by dake6767 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
147
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install plume-notecard
Description
Plume AI Notecard Generation Service. Triggered when users want to convert topics, long-form text, or reference images into notecards. Supports: topic noteca...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
crypto
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install plume-notecard
  3. After installation, invoke the skill by name or use /plume-notecard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug plume-notecard
Version 1.0.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 147 downloads so far.

How do I install Plume NoteCard?

Run "/install plume-notecard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Plume NoteCard free?

Yes, Plume NoteCard is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Plume NoteCard support?

Plume NoteCard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Plume NoteCard?

It is built and maintained by dake6767 (@dake6767); the current version is v1.0.4.

💬 Comments