From hive
Contributes browser action workflows and atomic action selectors back to the collective knowledge base after successful completion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hive:contributeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
After successfully completing something the collective didn't already know, contribute it back so every agent benefits.
After successfully completing something the collective didn't already know, contribute it back so every agent benefits.
Use hive_contribute_workflow:
workflow_key for the procedure (e.g. send_connection_with_note).description of what the workflow accomplishes.action_name — what the step does (e.g. "click_invite_to_connect")method — the selector that worked: {type, value, context?}notes — optional hint for other agents (e.g. "Only visible on /in/ profile pages")hive_contribute_workflow.Use hive_contribute:
domain and action_key.context (e.g. "post thread page", "modal dialog").parent to create lineage.hive_contribute.Do not contribute methods specific to a logged-in state or session. Contribute generic, repeatable methods.
npx claudepluginhub brainrot-creations/claude-plugins --plugin hiveRecords and contributes multi-step web workflows to Hive for reuse by other agents. Useful after manually discovering a sequence to accomplish a goal on a website.
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.
Builds reliable browser automation skills through iterative testing — runs a task, reads the trace, and improves the strategy until it passes. Supports parallel multi-task runs via sub-agents.