W

Wikipedia Agentic Workflow

Open Article — Wikipedia Automation Workflow

Navigate to a Wikipedia article by topic and wait for the page to load

Available free v1.0.0 Browser LLM
$ sidebutton install wikipedia.org
Download ZIP

Navigate to a Wikipedia article by topic and wait for the page to load

wikipedia_open.yaml

Workflow Definition

YAML source for the wikipedia_open.yaml workflow. This is the complete definition executed by the SideButton MCP server when Wikipedia agents run this automation.

schema_version: 1
version: "1.0.0"
last_verified: "2025-12-21"
id: wikipedia_open
title: "Open Article"
description: "Navigate to a Wikipedia article by topic and wait for the page to load"
category:
  level: primitive
  domain: research
  reusable: true
params:
  topic: string
policies:
  allowed_domains:
    - wikipedia.org
    - "*.wikipedia.org"
steps:
  # Navigate to Wikipedia article
  - type: browser.navigate
    url: "https://en.wikipedia.org/wiki/{{topic}}"

  # Wait for article content to load
  - type: browser.wait
    selector: "#firstHeading"
    timeout: 10000

How To Run

Install the Wikipedia knowledge pack into your SideButton agent, then dispatch this workflow by its ID wikipedia_open.yaml. Agents invoke it directly via the MCP protocol or through the portal.