Textline
v1.0.2Textline integration. Manage data, records, and automate workflows. Use when the user wants to interact with Textline data.
⭐ 0· 77·0 current·0 all-time
byMembrane Dev@membranedev
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Textline integration) match the instructions, which consistently show how to use the Membrane CLI to connect to and call Textline. It does not ask for unrelated resources or credentials.
Instruction Scope
SKILL.md instructs installing and using the Membrane CLI, logging in, creating connections, running actions, and proxying requests to the Textline API via Membrane. These steps are within the stated integration scope. Note: the proxy feature will send arbitrary paths to Textline through Membrane and will add authentication headers — which is expected for an integration but is the mechanism that grants access to Textline data.
Install Mechanism
No install spec included in the skill bundle; the doc recommends installing @membranehq/cli via npm (-g). Installing a global npm package is a standard but moderately privileged action (writes to disk, adds a binary). This is expected for a CLI-based integration but users should verify the npm package and the author before installing.
Credentials
The skill declares no required environment variables or secrets. Authentication is delegated to Membrane's login flow, which is appropriate for this purpose. There are no requests for unrelated credentials or config paths.
Persistence & Privilege
Skill is instruction-only and not always-enabled (always:false). The only persistence comes from the user installing the Membrane CLI (a normal user action). Autonomous agent invocation is allowed by default (disable-model-invocation:false) — this is standard, but combined with the ability to call external APIs it increases operational impact if the agent is given broad autonomy.
Assessment
This skill is coherent and appears to do what it says: use Membrane to talk to Textline. Before installing/using it, (1) verify the @membranehq/cli npm package and the Membrane service (author, package integrity, and homepage), (2) use a least-privilege Membrane/Textline account or sandbox rather than a production account, (3) be aware the CLI will open a browser/login flow and store tokens via Membrane, and (4) remember that if you let the agent invoke the skill autonomously it can call Textline APIs through Membrane — restrict autonomous use or monitor audit logs if that is a concern.Like a lobster shell, security has layers — review code before you run it.
latestvk9756h3hb46spczbbhvp7s66398436mn
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
