Opentangl Plugin
Skill by 8co
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/8co/opentangl-pluginOpenTangl 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+.envwith API key) node,git,ghin PATHOPENAI_API_KEYorANTHROPIC_API_KEYin the environment
What you get
Always-on tools (read-only)
| Tool | What it does |
|---|---|
opentangl_queue | Task queue with dependency status |
opentangl_projects | Registered projects and resolved paths |
opentangl_list_executions | Recent workflow executions |
Optional tools (enable via tools.allow)
| Tool | What it does |
|---|---|
opentangl_propose | Analyze codebase → propose tasks (preview or queue) |
opentangl_autopilot | Full autopilot: propose + write + verify + commit + PR |
opentangl_run_workflow | Run a workflow YAML (run or auto mode) |
opentangl_next | Execute the next eligible queue task |
opentangl_wire | Read-only cross-repo wiring audit |
opentangl_merge | Merge pipeline: CI wait, diff review, merge/escalate |
opentangl_prune | Remove terminal tasks, commit cleaned queue |
opentangl_resume | Resume 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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-8co-opentangl-plugin": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
opentangl
Not a code generator — an entire dev team. You write the vision, it ships the code. Autonomous builds, PRs, reviews, and merges across multiple repos. Point it at any JS/TS project and a product vision. It plans features, writes code, verifies builds, creates PRs, reviews diffs, and merges — autonomously. Manages multiple repos as one product. Use when you want to ship code without writing it. AI code generation, autonomous development, workflow automation, multi-repo orchestration, TypeScript, JavaScript, GitHub, OpenAI, Anthropic, Claude, GPT, LLM, devtools, CI/CD, pull requests, code review.
review-evo
Self-improving code reviewer that learns your codebase over time. Analyzes git history, spots patterns, identifies risk — and gets smarter every run.
undertow
Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.