← Back to Skills Marketplace
Travis Ci
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
238
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install travis-ci
Description
Travis CI integration. Manage Repositories, Users. Use when the user wants to interact with Travis CI data.
Usage Guidance
This skill is coherent: it expects you to install and use the Membrane CLI and create a Membrane↔Travis connection so Membrane manages auth. Before installing or using it: (1) verify you trust getmembrane.com and the @membranehq/cli npm package (review the package and publisher), (2) use least-privilege credentials or a service account for the Travis connection since actions can create/update/delete environment variables and trigger builds, (3) be aware a global npm install affects your system PATH and review the package contents if you have concerns, and (4) review Membrane's privacy/security docs because the service will handle your CI credentials server-side.
Capability Analysis
Type: OpenClaw Skill
Name: travis-ci
Version: 1.0.3
The skill provides integration with Travis CI via the Membrane CLI, which involves high-risk capabilities such as shell command execution and network access. While these are aligned with the stated purpose of managing CI/CD pipelines, the instructions in SKILL.md for running actions with JSON inputs (e.g., using the --input flag) present a potential shell injection vulnerability if the agent does not properly sanitize user-provided data. The skill also requires the global installation of a third-party npm package (@membranehq/cli).
Capability Assessment
Purpose & Capability
The name/description (Travis CI integration) matches the instructions: using the Membrane CLI to connect to Travis, list builds/repos, manage env vars, trigger builds, etc. No unrelated credentials, binaries, or paths are requested.
Instruction Scope
SKILL.md confines runtime actions to calling the Membrane CLI (connection, action list/run, create env vars, trigger builds). It does not instruct reading arbitrary system files, environment variables, or sending data to unexpected endpoints. The only external interaction is with Membrane and Travis CI, which is consistent with the skill.
Install Mechanism
There is no automatic install spec in the registry; the docs recommend a user-run global npm install of @membranehq/cli. That is a common, reasonable approach but does require trusting the npm package and its publisher.
Credentials
The skill declares no required env vars or credentials and explicitly directs users to let Membrane handle credentials (do not ask users for API keys). The capability to manage repository environment variables is expected for a CI integration.
Persistence & Privilege
The skill is not always-on and does not request elevated platform privileges. It is instruction-only and does not modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install travis-ci - After installation, invoke the skill by name or use
/travis-ci - 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 Travis Ci?
Travis CI integration. Manage Repositories, Users. Use when the user wants to interact with Travis CI data. It is an AI Agent Skill for Claude Code / OpenClaw, with 238 downloads so far.
How do I install Travis Ci?
Run "/install travis-ci" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Travis Ci free?
Yes, Travis Ci is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Travis Ci support?
Travis Ci is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Travis Ci?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills