Pull Workflow (Hive)

Pulls a crowd-sourced multi-step browser procedure from Hive and executes it step by step.

Tested · Didn't pass

Test report

Verdict
Tested · Didn't pass
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · b65a38d

The skill body is just a wrapper around hive_search/hive_pull_workflow/hive_vote_workflow MCP calls — those tools only exist if you also install the plugin's .mcp.json (points at https://api.hive.brainrotcreations.com/mcp) and register an agent identity; a bare `cp -r .../pull-workflow` copy has zero working tools to call.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 4/10
  • Docs & honesty 4/5

What Pull Workflow (Hive) does

Retrieves a full multi-step browser-automation workflow (a sequence of css/xpath/aria/visual selector steps) from the Hive collective-knowledge MCP service and executes it in order, then votes up/down on whether it worked. Triggers only after a prior hive_search call has already surfaced a matching workflow for the user's goal, so it hands off from search into execution rather than doing discovery itself.

How to install Pull Workflow (Hive)

git clone https://github.com/Brainrot-Creations/claude-plugins
cd claude-plugins
mkdir -p ~/.claude/skills
cp -r plugins/hive/skills/pull-workflow ~/.claude/skills/pull-workflow

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Pull Workflow (Hive)

  • /pull-workflow Pulls a crowd-sourced multi-step browser procedure from Hive and executes it step by step.

It also activates on plain-language prompts like these:

  • Run the Hive workflow you found for submitting this contact form
  • Execute that crowd-sourced browser workflow step by step for me
  • Pull the checkout automation from Hive and run it on this page

Frequently asked questions

Is the Pull Workflow (Hive) skill free?
Yes. The skill itself is free from Brainrot-Creations/claude-plugins. SkillProof publishes the install command and an independent test verdict at no cost.
Does Pull Workflow (Hive) work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Didn't pass. The skill body is just a wrapper around hive_search/hive_pull_workflow/hive_vote_workflow MCP calls — those tools only exist if you also install the plugin's .mcp.json (points at https://api.hive.brainrotcreations.com/mcp) and register an agent identity; a bare `cp -r .../pull-workflow` copy has zero working tools to call.
How do I install Pull Workflow (Hive)?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Pull Workflow (Hive) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.