← Back to Skills Marketplace
Tastyigniter
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
162
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install tastyigniter
Description
TastyIgniter integration. Manage data, records, and automate workflows. Use when the user wants to interact with TastyIgniter data.
Usage Guidance
This skill appears to do what it claims: it uses the Membrane CLI to talk to TastyIgniter. Before installing or running it: 1) Confirm @membranehq/cli and getmembrane.com are legitimate and review the CLI's npm page and repository (look at package.json and any postinstall scripts). 2) Prefer running commands with npx or inside a disposable container/VM to avoid globally installing binaries. 3) Don't share other credentials—this skill delegates auth to Membrane via a browser code flow. 4) If you must install globally, inspect the package source first and consider limiting network access or running in a sandbox. 5) If you want higher assurance, ask the publisher for the exact connector implementation or a pinned CLI release URL rather than installing the floating @latest tag.
Capability Analysis
Type: OpenClaw Skill
Name: tastyigniter
Version: 1.0.3
The skill provides standard instructions for integrating TastyIgniter using the Membrane CLI. It guides the agent through installing the `@membranehq/cli` package, authenticating via OAuth-style flows, and managing API actions through the Membrane platform. The instructions prioritize security by advising against manual credential handling and instead using Membrane's managed connection system. No indicators of malicious intent, data exfiltration, or harmful prompt injection were found in SKILL.md or _meta.json.
Capability Tags
Capability Assessment
Purpose & Capability
The skill name and description match the SKILL.md: it uses Membrane to interact with TastyIgniter. Small inconsistency: the registry metadata lists no required binaries, but the instructions assume npm/node (npm install -g and npx). Requiring the Membrane CLI is reasonable for this integration.
Instruction Scope
Runtime instructions are narrowly scoped to installing and using the Membrane CLI (login, connect, list/create/run actions). They do not instruct reading arbitrary files, asking for unrelated credentials, or sending data to unexpected endpoints. The skill explicitly recommends not asking users for API keys.
Install Mechanism
There is no platform install spec, but SKILL.md tells the user to run `npm install -g @membranehq/cli@latest` (and uses npx). Installing an npm package globally or running npx will fetch and execute code from the npm registry and may run package lifecycle scripts. This is a moderate risk and should be done from a trusted source or in a sandboxed environment. Prefer npx or inspect the package before global install.
Credentials
The skill requests a Membrane account and network access only; it does not ask for unrelated environment variables or secrets. Authentication is delegated to Membrane via browser/OpenID-style flow, which is proportionate for this use.
Persistence & Privilege
The skill itself is instruction-only and does not request 'always' or modify other skills. However, following the instructions will install a CLI binary on the system (persistent). Consider this before installing globally — use npx or a container if you want to avoid persistent changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tastyigniter - After installation, invoke the skill by name or use
/tastyigniter - 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 Tastyigniter?
TastyIgniter integration. Manage data, records, and automate workflows. Use when the user wants to interact with TastyIgniter data. It is an AI Agent Skill for Claude Code / OpenClaw, with 162 downloads so far.
How do I install Tastyigniter?
Run "/install tastyigniter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tastyigniter free?
Yes, Tastyigniter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tastyigniter support?
Tastyigniter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tastyigniter?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills