← 返回
未分类 Key 中文

OpenTangl Plugin

Integrates OpenTangl lifecycle tools into OpenClaw, enabling task queue viewing, task proposing, workflow execution, autopilot, wiring audits, and merge pipe...
将OpenTangl生命周期工具集成到OpenClaw,支持任务队列查看、任务提案、工作流执行、自动巡航、线路审计和合并管道。
8co 8co 来源
未分类 clawhub v0.1.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 369
下载
💾 0
安装
1
版本
#latest#openclaw-plugin#plugin

概述

OpenTangl Plugin for OpenClaw

This is an OpenClaw plugin (not a plain skill). It registers native tools into the OpenClaw agent runtime so you can operate OpenTangl entirely from chat.

Once installed, your agent gains 11 tools covering the full OpenTangl lifecycle: reading the queue, proposing tasks, running autopilot, executing workflows, auditing cross-repo wiring, and managing the merge pipeline.


Install

openclaw plugins install opentangl-plugin

Then restart your gateway:

openclaw gateway restart

Configure

Add to your OpenClaw config file:

{
  plugins: {
    entries: {
      opentangl: {
        enabled: true,
        config: {
          // Required: path to your OpenTangl workspace
          // (the directory containing projects.yaml and tasks/)
          workdir: "/path/to/your/opentangl-workspace",

          // Optional: override the CLI path if not in PATH
          // bin: "/usr/local/bin/opentangl",

          // Optional: timeout in ms (default 120000; increase for autopilot)
          // timeout: 300000,
        },
      },
    },
  },
}

To enable the mutating tools (they are off by default for safety):

{
  tools: {
    allow: [
      "opentangl_propose",
      "opentangl_autopilot",
      "opentangl_run_workflow",
      "opentangl_next",
      "opentangl_wire",
      "opentangl_merge",
      "opentangl_prune",
      "opentangl_resume",
    ],
  },
}

Prerequisites

  • OpenTangl installed and configured (projects.yaml + .env with API key)
  • node, git, gh in PATH
  • OPENAI_API_KEY or ANTHROPIC_API_KEY in the environment

What you get

Always-on tools (read-only)

ToolWhat it does
-------------------
opentangl_queueTask queue with dependency status
opentangl_projectsRegistered projects and resolved paths
opentangl_list_executionsRecent workflow executions

Optional tools (enable via tools.allow)

ToolWhat it does
-------------------
opentangl_proposeAnalyze codebase → propose tasks (preview or queue)
opentangl_autopilotFull autopilot: propose + write + verify + commit + PR
opentangl_run_workflowRun a workflow YAML (run or auto mode)
opentangl_nextExecute the next eligible queue task
opentangl_wireRead-only cross-repo wiring audit
opentangl_mergeMerge pipeline: CI wait, diff review, merge/escalate
opentangl_pruneRemove terminal tasks, commit cleaned queue
opentangl_resumeResume a failed workflow execution by ID

Example session

You:   What's in the task queue?
Agent: [opentangl_queue] → 3 pending, 1 running, 2 completed

You:   Propose some tasks for the api project
Agent: [opentangl_propose mode=preview projects=api] → shows proposed tasks

You:   Queue them
Agent: [opentangl_propose mode=queue projects=api] → appended 4 tasks

You:   Run the next one
Agent: [opentangl_next] → executes task, commits changes

You:   Run the merge pipeline
Agent: [opentangl_merge] → opens PRs, waits for CI, merges

Related

  • OpenTangl skill (opentangl) — onboarding guide for setting up OpenTangl from scratch
  • OpenTangl docs — https://opentangl.com

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-05-03 09:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,097 📥 824,612
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,394 📥 322,308
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,460 📥 511,878