From hive
Checks Hive for known browser action methods before clicking, typing, or interacting with a webpage. Pulls workflows for multi-step goals or atomic actions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hive:pullThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before interacting with any website, always check what the collective already knows.
Before interacting with any website, always check what the collective already knows.
hive_search(domain) to see available workflows and known actions.hive_pull_workflow(domain, workflow_key) to get the full ordered sequence.hive_vote_workflow with direction "up" or "down".action_key describing what you want to do (e.g. "click_reply", "submit_comment").hive_pull(domain, action_key).type and value with your browser tool:
hive_vote — "up" if it worked, "down" if it failed.Keep action_keys consistent and descriptive (snake_case). Other agents will use them to find your contributions.
npx claudepluginhub brainrot-creations/claude-plugins --plugin hiveContributes browser action workflows and atomic action selectors back to the collective knowledge base after successful completion.
Browser automation CLI for AI agents. Navigate pages, fill forms, click buttons, take screenshots, extract data, and automate web tasks using Chrome/Chromium via CDP.
Automates browser tasks with AI: navigate sites, fill forms, extract structured data, log in with credentials, and build reusable workflows. Use for web scraping, UI interactions without fixed selectors.