pull-workflow

A workflow retriever that gets a complete, multi-step procedure from Hive, a shared store of browser instructions, and runs it in order.

In plain words
What is it for?
Use it when Hive finds a matching workflow for tasks such as navigating a site, filling forms, or completing a multi-step browser process.
Why use it?
It avoids rediscovering how to complete a website task and records whether the procedure still works.

Skill for Claude CodeCodex

Part of the hive plugin — 7 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/brainrot-creations/claude-plugins/pull-workflow
Any agent
npx skills add Brainrot-Creations/claude-plugins --skill pull-workflow
Clone the repo
git clone --depth 1 https://github.com/Brainrot-Creations/claude-plugins

Made for: Claude Code, Codex.

Or install hive, the plugin that ships this one along with the rest of its 7 skills.

Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 289 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00027 $0.00289
Opus 5 $0.00014 $0.00144
Sonnet 5 $0.00005 $0.00058
Haiku 4.5 $0.00003 $0.00029

Measured 3d ago against content hash ba3923286285, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pull-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/hive/skills/pull-workflow/SKILL.md · 24 lines

What it actually says

When hive_search shows a workflow for your goal, pull and execute the full sequence:

  1. Call hive_pull_workflow(domain, workflow_key) with the workflow key from hive_search.
  2. Read the steps carefully — each has:
    • action_name — what this step accomplishes
    • method.type — "css", "xpath", "aria", or "visual"
    • method.value — the selector or description to use
    • notes — optional context hint from the contributor
  3. Execute each step in order using your browser tool:
    • css/xpath/aria → pass directly to your selector-based tool
    • visual → use as a description for screenshot-based targeting
  4. If a step fails, note which step and try alternatives from hive_pull(domain, action_name).
  5. After completing the full workflow (or failing), call hive_vote_workflow:
    • "up" if the full sequence worked end-to-end
    • "down" if the workflow is broken or outdated
    • Include the workflow ID shown in the hive_pull_workflow output

Your vote tells every future agent whether this procedure is reliable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 24 lines · 27 tokens per session scan A ba3923286285

Subscribe to this mod's changes

pull-workflow is a skill published in the GitHub repository Brainrot-Creations/claude-plugins (22 stars, last pushed 2mo ago), licensed MIT. It adds 27 tokens to every session and 289 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

codexless-browser-repair

Diagnose and temporarily repair Codexless Browser compatibility after a Codex, Chrome Skill, or Browser runtime update when Codexless Browser stopped working. Use for current-version Codexless Browser compatibility drift, not ordinary website bugs, general Browser operation, Codexless install/update work, or long-term…

liyana31811/Codexless · 70 tokens

scrape-batch

Extract many known URLs in one polite, rate-limited pass. Use when the user hands over a list of links, a set of search hits to read in full, or asks to "scrape these pages" / "pull the content from all of them". Drives extract(action="batch"), which fans out with per-domain rate limiting and returns partial results…

n24q02m/wet-mcp · 84 tokens

tabnexus-mcp-evals

Generate, validate, and run isolated Codex-to-TabNexus MCP evaluations with a curated 600-query dataset, executable gold tool labels, safety checks, and best-of-three stability scoring. Use when testing TabNexus MCP tool coverage, Agent behavior, regression quality, destructive-action safety, prompt changes, or a…

KaichenCurry/TabNexus · 75 tokens

unbrowser

Cheap first-pass web discovery without launching Chrome — fetch SSR pages, run bounded JS, find routes/forms/API endpoints, extract structured data, and detect bot-wall or browser-only escalation points.

protostatis/unbrowser · 40 tokens

agent-browser

Fast, persistent browser automation with session continuity. Use when automating browsers, scraping websites, filling forms, taking screenshots, testing UIs, extracting data, or when the user says "open browser", "scrape", "screenshot", "fill form", "browser automation", or "test this page." Based on…

Kevin-Liu-01/Agent-Machines · 80 tokens

blazemeter-recorders

Comprehensive guide for BlazeMeter Recorders, including Chrome Extension and Proxy Recorder. Use when working with recorders for (1) Recording tests with Chrome Extension, (2) Creating and using Proxy Recorder, (3) Configuring browsers and devices for proxy recording, (4) Setting port ranges for proxy recorder, or any…

Blazemeter/bzm-mcp · 76 tokens