← Back to Skills Marketplace
Trueconf
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
101
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install trueconf
Description
TrueConf integration. Manage data, records, and automate workflows. Use when the user wants to interact with TrueConf data.
Usage Guidance
This skill is coherent with its TrueConf purpose, but it relies on the Membrane service and its CLI. Before installing: (1) confirm you trust Membrane (privacy, data handling, and the ability to access your TrueConf account); (2) prefer running the CLI via npx rather than a global npm install if you want less persistent system changes; (3) review the Membrane CLI package source or README if you need to verify what the tool will do on your machine; (4) be aware that using this skill hands the service the ability to act on your TrueConf data (OAuth/connection grants) — only proceed if that trust is acceptable.
Capability Analysis
Type: OpenClaw Skill
Name: trueconf
Version: 1.0.1
The skill requires the agent to install a global NPM package (@membranehq/cli) and routes all TrueConf interactions through the Membrane third-party platform. While these actions are aligned with the stated purpose of the integration, the requirement for global software installation and the redirection of data through an external intermediary introduces significant supply chain risks and external dependencies. The instructions also include directives to the agent to prioritize the Membrane platform over other methods, which functions as a behavioral constraint.
Capability Assessment
Purpose & Capability
The name/description (TrueConf integration) matches the runtime instructions, which instruct the agent/user to create a Membrane connection using connectorKey 'trueconf' and discover/run actions. No unrelated services, binaries, or env vars are requested.
Instruction Scope
SKILL.md is scoped to installing/using the Membrane CLI, authenticating via Membrane, creating a TrueConf connection, discovering and running actions. It does not instruct reading unrelated files, harvesting environment variables, or sending data to endpoints other than Membrane.
Install Mechanism
There is no built-in install spec, but the docs tell users to install @membranehq/cli from npm (global install or npx). Installing a CLI from npm is a common pattern but does execute third-party code on the host; consider preferring npx or reviewing the package if you do not trust the publisher.
Credentials
The skill declares no required env vars or credentials and explicitly advises not to ask the user for API keys. Authentication is delegated to Membrane, which is proportional to the stated purpose. Note: delegating auth means you must trust Membrane with access to your TrueConf account.
Persistence & Privilege
The skill is not always-enabled, does not request persistent system-level presence, and does not modify other skills' configurations. Autonomous invocation (disable-model-invocation=false) is the platform default and is not, by itself, a concern.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trueconf - After installation, invoke the skill by name or use
/trueconf - 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 Trueconf?
TrueConf integration. Manage data, records, and automate workflows. Use when the user wants to interact with TrueConf data. It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install Trueconf?
Run "/install trueconf" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trueconf free?
Yes, Trueconf is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trueconf support?
Trueconf is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trueconf?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills