← 返回 Skills 市场
8co

OpenTangl Plugin

作者 8co · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ⚠ suspicious
146
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install opentangl-plugin
功能描述
Integrates OpenTangl lifecycle tools into OpenClaw, enabling task queue viewing, task proposing, workflow execution, autopilot, wiring audits, and merge pipe...
安全使用建议
This plugin legitimately wraps an OpenTangl CLI, but it will execute code from the workspace you point it at and run that code with the agent's environment. Before installing or enabling mutating tools: (1) only point workdir to repositories you trust (a malicious workspace file could run arbitrary code); (2) ensure credentials in the agent environment (OPENAI_API_KEY, ANTHROPIC_API_KEY, GitHub auth used by 'gh', etc.) have minimal scope and are not overly privileged; (3) enable mutating tools (propose/autopilot/merge) only if you understand and accept automated commits and merges; (4) prefer installing plugins from a verifiable homepage or repository — this package has no homepage listed in the registry; (5) if you need stronger isolation, run OpenClaw with restricted environment or in an isolated runner/container so workspace-executed CLIs cannot access sensitive network endpoints or secrets.
功能分析
Type: OpenClaw Skill Name: opentangl-plugin Version: 0.1.1 The OpenTangl plugin provides a bridge between OpenClaw and the OpenTangl CLI for autonomous development tasks. The implementation in `index.ts` (and its compiled version `dist/index.js`) follows security best practices by using `spawnSync` without a shell to prevent command injection and implementing regex-based input validation for project IDs and variables. It also includes specific checks against path traversal in the `assertWorkflowPath` function. While the plugin facilitates high-privilege actions like code modification and PR management, these behaviors are explicitly documented and aligned with the tool's stated purpose, with no evidence of malicious intent, hidden backdoors, or unauthorized data exfiltration.
能力评估
Purpose & Capability
Name/description align with the implementation: the plugin invokes an OpenTangl CLI to list queues, propose tasks, run workflows, and perform merges. Requiring node/git/gh and OpenTangl in the environment (documented in SKILL.md) is coherent with this purpose.
Instruction Scope
The SKILL.md and the code instruct the agent to run the OpenTangl CLI inside a user-specified workdir. The plugin will (a) prefer to run a 'src/cli.ts' or 'dist/cli.js' found in that workdir (via 'npx tsx' or 'node'), and (b) passes the plugin process environment to the CLI (env: { ...process.env }). That means arbitrary code present in the workspace will be executed with the agent's environment available. This is expected for a workspace-integrating tool but is a high-scope operation and should only be used with trusted workspaces.
Install Mechanism
No external download/install spec is included in the registry entry — the skill is instruction/code-only and uses standard Node module files. There is no fetch-from-arbitrary-URL or archive extraction in the provided files.
Credentials
The plugin itself declares no required env vars in registry metadata, but SKILL.md requires OPENAI_API_KEY or ANTHROPIC_API_KEY and the workspace may include a .env with API keys. The plugin forwards process.env to the invoked CLI, so secrets available to the agent (OpenAI/Anthropic keys, GitHub/gh auth, other tokens) will be visible to whatever CLI code runs. That is proportionate to running a local CLI but should be considered a sensitive capability and is not explicitly declared in the registry metadata.
Persistence & Privilege
The plugin is not always-on and requires the user to add mutating tools to the OpenClaw tools.allow list to enable writes/merges. It does not request unusual platform privileges or modify unrelated skill configs. Autonomous invocation is allowed by default for skills on this platform, and the mutating features are gated behind an allowlist—this is safer than automatic mutation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install opentangl-plugin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /opentangl-plugin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Fix shell injection vulnerability: replace execSync(string) with spawnSync(file, argsArray) to bypass the shell entirely. Add input validation for all user-controlled string parameters (project IDs, workflow paths, var keys).
v0.1.0
Initial release — OpenClaw plugin for OpenTangl. Registers 11 tools: queue status, project listing, task proposal, autopilot, workflow execution, wiring audit, merge pipeline, and more.
元数据
Slug opentangl-plugin
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

OpenTangl Plugin 是什么?

Integrates OpenTangl lifecycle tools into OpenClaw, enabling task queue viewing, task proposing, workflow execution, autopilot, wiring audits, and merge pipe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。

如何安装 OpenTangl Plugin?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install opentangl-plugin」即可一键安装,无需额外配置。

OpenTangl Plugin 是免费的吗?

是的,OpenTangl Plugin 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenTangl Plugin 支持哪些平台?

OpenTangl Plugin 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenTangl Plugin?

由 8co(@8co)开发并维护,当前版本 v0.1.1。

💬 留言讨论