← Back to Skills Marketplace
Pledgeling
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
134
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install pledgeling
Description
Pledgeling integration. Manage data, records, and automate workflows. Use when the user wants to interact with Pledgeling data.
Usage Guidance
What to check before installing/using this skill:
- Verify you have (or are willing to install) Node/npm — the SKILL.md requires a global `npm install -g` but the registry metadata did not list any required binaries; that mismatch is likely an oversight.
- Inspect the @membranehq/cli package on npm and its GitHub repository (linked in SKILL.md) to confirm it's the official project and review recent releases and maintainers.
- Understand that Membrane will hold OAuth/connection tokens server-side; only use this if you trust Membrane (getmembrane.com / the GitHub repo) to manage credentials for your Pledgeling account.
- Be cautious about running any commands produced by the agent without review — Membrane actions can execute API calls that operate on your Pledgeling data.
- If you need a stricter security posture, ask the skill author to add explicit required binaries (npm/node) to the registry metadata and to document exactly what scopes/permissions the Membrane connector requests when creating a Pledgeling connection.
Capability Analysis
Type: OpenClaw Skill
Name: pledgeling
Version: 1.0.3
The pledgeling skill provides instructions for an AI agent to manage charitable giving integrations via the Membrane CLI (@membranehq/cli). The skill focuses on legitimate administrative tasks such as authentication, connection management, and action execution through the Membrane platform, with no evidence of malicious intent, data exfiltration, or unauthorized command execution.
Capability Assessment
Purpose & Capability
The name/description (Pledgeling integration) align with the runtime instructions (use Membrane CLI to connect and run actions). However the declared requirements list no required binaries while SKILL.md explicitly instructs installing the Membrane CLI with npm (global install) and using npx, which implies npm/node must be available. That mismatch is an oversight and should be clarified.
Instruction Scope
SKILL.md stays on-topic: it instructs installing and using the Membrane CLI, logging in, creating/ listing connections and actions, and running actions. It does not instruct reading arbitrary files, scanning system paths, or exfiltrating environment variables. Authentication flows are interactive or user-driven (browser URL + code).
Install Mechanism
There is no formal install spec in the registry entry (instruction-only), but the doc asks users to run `npm install -g @membranehq/cli@latest` and suggests `npx`. Installing a global npm package is a common but higher-risk install mechanism than 'no install' because it writes binaries to the system and will run third-party code from the npm registry. The package source (GitHub repo and homepage) appears stated in the skill, which helps auditing; still verify the npm package and repository before installing.
Credentials
The skill requests no environment variables or secrets and explicitly advises not to ask users for API keys, delegating credential management to Membrane. This is proportionate to the described purpose. Note: trusting Membrane to manage credentials implies trusting that service's handling of the tokens and access it creates to your Pledgeling account.
Persistence & Privilege
always:false and default autonomous invocation are present (normal). The skill is instruction-only and does not request persistent presence on the agent or modify other skills. There is no evidence it would gain elevated persistent privileges beyond running the Membrane CLI when the user/agent invokes it.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pledgeling - After installation, invoke the skill by name or use
/pledgeling - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Pledgeling?
Pledgeling integration. Manage data, records, and automate workflows. Use when the user wants to interact with Pledgeling data. It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.
How do I install Pledgeling?
Run "/install pledgeling" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pledgeling free?
Yes, Pledgeling is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pledgeling support?
Pledgeling is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pledgeling?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills