← Back to Skills Marketplace
Sidetracker
by
Membrane Dev
· GitHub ↗
· v1.0.3
· MIT-0
185
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install sidetracker
Description
Sidetracker integration. Manage Organizations, Projects, Pipelines, Users, Goals, Filters. Use when the user wants to interact with Sidetracker data.
Usage Guidance
This skill appears coherent: it uses the Membrane CLI to access Sidetracker and does not request unrelated credentials. Before installing or running it, verify the Membrane CLI package and source (review https://github.com/membranedev/application-skills and the @membranehq/cli repo), consider using npx or pinning a specific CLI version rather than @latest, and confirm the OAuth scopes shown during browser-based login. If you do not want the agent to call this skill autonomously, disable autonomous invocation for agents using it. Finally, remember that instruction-only skills rely on external tooling you must install — treat npm installs like any third-party binary and audit them when possible.
Capability Analysis
Type: OpenClaw Skill
Name: sidetracker
Version: 1.0.3
The skill requires the agent to perform high-risk operations, specifically installing a global NPM package (`@membranehq/cli`) and delegating authentication and command execution to the third-party Membrane platform. While these actions are consistent with the stated purpose of Sidetracker integration, the requirement for global installation and the use of an external CLI to manage credentials and execute dynamically created actions (via `membrane action create`) represent a significant security risk and broad permission set. File involved: SKILL.md.
Capability Assessment
Purpose & Capability
Name/description (Sidetracker integration) match the runtime instructions: the skill relies on the Membrane CLI to manage Sidetracker Organizations, Projects, Pipelines, etc. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md stays on-topic: it instructs discovery, creation, and running of Membrane actions, how to authenticate interactively or headless, how to list connections/actions, and how to run action commands. It does not direct the agent to read unrelated files, environment variables, or transmit data to unexpected endpoints.
Install Mechanism
There is no formal install spec in the package registry, but SKILL.md tells users/agents to install @membranehq/cli via npm -g or to use npx. Installing packages from npm is a common but moderate-risk action (packages are external code). Recommend pinning versions and reviewing the CLI's source (GitHub) before install.
Credentials
The skill declares no required environment variables or credentials and explicitly instructs not to ask users for API keys, instead using Membrane-managed connections and browser-based auth. This is proportionate to the task.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, and does not request system config or modify other skills. Normal autonomous invocation is allowed (disable-model-invocation is false), which is the platform default.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sidetracker - After installation, invoke the skill by name or use
/sidetracker - 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 Sidetracker?
Sidetracker integration. Manage Organizations, Projects, Pipelines, Users, Goals, Filters. Use when the user wants to interact with Sidetracker data. It is an AI Agent Skill for Claude Code / OpenClaw, with 185 downloads so far.
How do I install Sidetracker?
Run "/install sidetracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sidetracker free?
Yes, Sidetracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sidetracker support?
Sidetracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sidetracker?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.3.
More Skills