← Back to Skills Marketplace
Workast
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
105
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install workast
Description
Workast integration. Manage data, records, and automate workflows. Use when the user wants to interact with Workast data.
Usage Guidance
This skill appears coherent: it uses the Membrane CLI to connect to Workast and run pre-built actions. Before installing or running it: (1) verify you trust the Membrane project and the npm package (@membranehq/cli) — inspect the package and the GitHub repo if concerned; (2) prefer using npx for single-run commands to avoid a global npm install; (3) perform the initial login/connect steps manually so you can confirm the authorization flow and the connection id returned; (4) be aware that if you allow the agent to invoke the skill autonomously, it can run actions against the connected Workast account — limit permission or monitor activity if you need stricter control. If any of these points worry you, do not proceed until you verify the package and Membrane’s documentation and source code.
Capability Analysis
Type: OpenClaw Skill
Name: workast
Version: 1.0.1
The skill is a standard integration for Workast using the Membrane CLI. It provides instructions for the agent to install the '@membranehq/cli' npm package, authenticate via 'membrane login', and manage Workast tasks through the Membrane platform. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found; the instructions focus on legitimate tool usage and follow security best practices by advising against manual API key handling.
Capability Assessment
Purpose & Capability
The skill is described as a Workast integration and all runtime instructions are about using the Membrane CLI to connect to Workast and run actions. Requesting a Membrane account / network access is consistent with that purpose. The registry metadata lists no required env vars or binaries even though the SKILL.md instructs installing the Membrane CLI; this is a small documentation mismatch but not a conceptual incoherence.
Instruction Scope
SKILL.md instructs only to install and use the Membrane CLI (login, connect, list/run actions). It does not instruct reading arbitrary files, accessing unrelated environment variables, or exfiltrating data to unexpected endpoints. The login flow is interactive/headless and the guidance to use --json for machine-readable output is reasonable.
Install Mechanism
Installation is via npm (npm install -g @membranehq/cli or npx usage shown). Using npm is a common and acceptable distribution method but carries the usual moderate risk of third-party packages — the skill does not download archives from unknown URLs or write arbitrary files. The SKILL.md also recommends npx in some examples (which avoids global install); consider using npx to reduce system-wide changes.
Credentials
No environment variables or credentials are requested by the skill. Authentication is delegated to Membrane (membrane login / connection flow), which is appropriate for an integration broker. The instructions explicitly advise not to ask users for API keys, which reduces risk.
Persistence & Privilege
The skill is not marked always:true and uses default autonomous-invocation semantics. That means the agent could invoke the skill when allowed, which is expected for integrations. The skill does not request system-wide config changes or access to other skills' credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install workast - After installation, invoke the skill by name or use
/workast - 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
Frequently Asked Questions
What is Workast?
Workast integration. Manage data, records, and automate workflows. Use when the user wants to interact with Workast data. It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.
How do I install Workast?
Run "/install workast" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Workast free?
Yes, Workast is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Workast support?
Workast is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Workast?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills