← Back to Skills Marketplace
gora050

Wildapricot

by Vlad Ursul · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
121
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wildapricot
Description
WildApricot integration. Manage data, records, and automate workflows. Use when the user wants to interact with WildApricot data.
Usage Guidance
This skill delegates WildApricot access to the Membrane platform via their CLI. Before installing: (1) understand that you'll create a Membrane account and authorize it to access your WildApricot data — review Membrane's privacy/security and the connector's permissions; (2) prefer 'npx' for one-off commands to avoid a global npm install, or review the @membranehq/cli package on npm/GitHub for supply-chain concerns; (3) know the CLI will likely store tokens/config locally (check ~/.config, ~/.membrane, or similar) and decide if that's acceptable; (4) avoid pasting or sharing WildApricot API keys directly unless you intend to manage them yourself; and (5) if you need higher assurance, verify the connector implementation on the referenced GitHub repository and the Membrane service's trustworthiness before using it in production.
Capability Analysis
Type: OpenClaw Skill Name: wildapricot Version: 1.0.1 The skill bundle provides instructions for an AI agent to manage WildApricot data using the Membrane CLI (@membranehq/cli). It outlines standard procedures for authentication, connection management, and action execution via the Membrane platform. There is no evidence of malicious intent, data exfiltration, or unauthorized execution; the logic is consistent with the stated purpose of providing a managed integration layer.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The name/description (WildApricot integration) align with the instructions: the skill tells the agent to use the Membrane CLI to connect to WildApricot, discover actions, and run them. Requiring network access and a Membrane account is consistent with a connector-style integration.
Instruction Scope
SKILL.md tells the user/agent to install and run the Membrane CLI, perform an interactive login, create a connection, discover and run actions. The instructions do not ask the agent to read unrelated system files or environment variables. However, the document does not specify where the CLI stores credentials/config locally (it likely writes files under the user's home directory), so the skill will cause local state to be created.
Install Mechanism
There is no built-in install spec in the skill bundle, but the instructions advise running 'npm install -g @membranehq/cli@latest' or using npx. Installing a global npm package is a reasonable way to obtain the CLI but carries the usual npm risks (package scripts, supply chain). The instruction to use npx mitigates global install but both pull code from the npm registry.
Credentials
The skill declares no required env vars or credentials in the bundle. Functionality requires a Membrane account and interactive authentication to grant access to WildApricot; that means credentials and API access will be managed by Membrane (server-side) and the CLI. Users must trust Membrane with access to their WildApricot data — the SKILL.md explicitly states Membrane handles auth server-side, which is coherent but a non-trivial privacy/trust decision.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It will not force inclusion in every agent run. Installing/using the Membrane CLI will add a local binary and likely create local config/tokens, but the skill does not claim or request elevated system privileges or modification of other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wildapricot
  3. After installation, invoke the skill by name or use /wildapricot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Slug wildapricot
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Wildapricot?

WildApricot integration. Manage data, records, and automate workflows. Use when the user wants to interact with WildApricot data. It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.

How do I install Wildapricot?

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

Is Wildapricot free?

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

Which platforms does Wildapricot support?

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

Who created Wildapricot?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.

💬 Comments