
Research
/Security News
CanisterWorm: npm Publisher Compromise Deploys Backdoor Across 29+ Packages
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.
@howaboua/opencode-workflows-tool
Advanced tools
Enhanced skill tool plugin for OpenCode - 1:1 clone of built-in skill tool with extensibility
An addition to OpenCode’s skill tool that helps agents capture repeatable SOPs and reuse them across sessions, including a workflow-create tool with YAML frontmatter protection.
Why? Agents tend to dislike the word “skill". They think they've already got all the skills necessary to perform the task. This plugin reframes that behavior around workflows/SOPs and enables agents to create and refine repo-standard-workflows during long-running sessions. Given it's hot-reload, it also works across subagents. If your subagent defines a workflow, it will appear as reusable across all the running sessions/subsessions.
Why not global? A bit opinionated, but I believe skills should be global, and carefully selected to be used only by specific agents to avoid context rot. And not every skill will apply to every project you're working on.
/workflow to automatically document a session as an SOP and associate it with a directory via AGENTS.mdworkflows and workflows_create for listing, loading, and creating SOPs.opencode/workflows/**/WORKFLOW.md in the current repoworkflows_create writes new workflows from structured name/body input<available_workflows> to the main agent and subagentsAGENTS.md filesAdd to your repo opencode.json or .opencode/opencode.jsonc (preferred):
{
"plugin": ["@howaboua/opencode-workflows-tool@latest"],
}
Or reference a local plugin file:
{
"plugin": ["file:///absolute/path/to/your/plugin/src/index.ts"],
}
The /workflow command is the fastest way to capture work. It instructs the model to analyze the current session, document it using workflows_create, and suggest the new workflow to future agents by adding a rule to a nested AGENTS.md.
/workflow
List available workflows:
Use the workflows tool with no arguments to list available workflows.
Load a workflow:
Use the workflows tool with workflow: "release-checklist".
Create a new workflow manually:
Use workflows_create with name: "release-checklist" and body containing the SOP steps.
# Install dependencies
bun install
# Build
bun run build
# Watch mode
bun run dev
MIT
FAQs
Enhanced skill tool plugin for OpenCode - 1:1 clone of built-in skill tool with extensibility
The npm package @howaboua/opencode-workflows-tool receives a total of 0 weekly downloads. As such, @howaboua/opencode-workflows-tool popularity was classified as not popular.
We found that @howaboua/opencode-workflows-tool demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.