Skip to content
    ↑↓ select↵ openesc close
    English中文
    ugur-murat-alt

    2 Extra Tool

    v0.1.0Other
    @vaur94/opencode2-extra-tool

    Extra todowrite tool plugin for OpenCode V2.

    GitHub stars

    0

    Monthly installs

    80

    80 in 7 days

    Composite scoreSCORE

    31.7

    Multi-signal model

    Last commit

    4 days ago

    2026-08-15

    Install and configure

    opencode.json

    Writes to this project's opencode.json — applies to this repository only.

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["@vaur94/opencode2-extra-tool@0.1.0"]
    }

    opencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.

    An OpenCode V2 plugin that provides the todowrite tool.

    Install

    {
      "plugins": ["@vaur94/opencode2-extra-tool@0.1.0"]
    }
    

    todowrite replaces the current session's full structured task list. Its input is { todos: [{ content, status, priority }] }; an empty list clears it.