← Back to Skills Marketplace
gora050

Social Intents

by Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
169
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install social-intents
Description
Social Intents integration. Manage Organizations. Use when the user wants to interact with Social Intents data.
Usage Guidance
This skill is coherent: it uses the Membrane CLI to manage Social Intents and does not request unrelated secrets. Before installing, verify the @membranehq/cli package and getmembrane.com are the official sources you expect. If you prefer not to install a global package, use the provided npx commands. Be aware that the Membrane CLI will store auth tokens locally and that you are granting Membrane (a third-party service) delegated access to your Social Intents data — review the permissions and revoke the connection if needed. If you need higher assurance, run the CLI in an isolated environment/container and inspect network activity during authentication.
Capability Analysis
Type: OpenClaw Skill Name: social-intents Version: 1.0.3 The skill requires high-risk capabilities including global software installation (`npm install -g @membranehq/cli`) and network access to the Membrane platform. It instructs the agent to dynamically create and execute actions based on natural language descriptions (`membrane action create`), which involves running code generated by an external service. While these actions are consistent with the stated integration purpose, the reliance on external command execution and dynamic action generation constitutes a significant security surface (SKILL.md).
Capability Assessment
Purpose & Capability
Name and description match the instructions: the SKILL.md describes using the Membrane CLI to interact with Social Intents (connect, list actions, create actions, run actions). Required network access and a Membrane account are consistent with the described integration.
Instruction Scope
Instructions focus on installing/using the Membrane CLI and running Membrane commands for authentication and action management. They do not instruct the agent to read unrelated files, request unrelated secrets, or transmit data to unexpected endpoints. The guidance to use Membrane rather than raw API keys is explicit.
Install Mechanism
There is no formal install spec in the registry metadata, but SKILL.md tells users to run `npm install -g @membranehq/cli@latest` (and sometimes `npx`). Pulling a global CLI from npm is a moderate-risk operation compared with instruction-only skills — it's traceable to the npm registry, but it writes to the system and installs remote code. This is expected for a CLI-based integration but worth noticing.
Credentials
The skill declares no required environment variables or credentials. Authentication is delegated to Membrane via an interactive login flow; asking the user to authenticate in-browser (or complete headless login) is proportionate to the stated purpose. There are no unexpected credential requests in the instructions.
Persistence & Privilege
Skill does not request persistent platform-level privileges (always:false). However, using the Membrane CLI will create local auth state/tokens on the machine (normal for a CLI). Also, autonomous invocation (disable-model-invocation:false) is the platform default; this is not by itself a concern but increases the blast radius if a skill were malicious.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install social-intents
  3. After installation, invoke the skill by name or use /social-intents
  4. 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
Slug social-intents
Version 1.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Social Intents?

Social Intents integration. Manage Organizations. Use when the user wants to interact with Social Intents data. It is an AI Agent Skill for Claude Code / OpenClaw, with 169 downloads so far.

How do I install Social Intents?

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

Is Social Intents free?

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

Which platforms does Social Intents support?

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

Who created Social Intents?

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

💬 Comments