From hive
Records 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hive:contribute-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
After successfully completing a multi-step goal through your own discovery, contribute the full procedure:
After successfully completing a multi-step goal through your own discovery, contribute the full procedure:
Choose a workflow_key — snake_case slug describing the procedure:
send_connection_with_note, post_linkedin_article, submit_github_issuedo_the_thing, linkedin_stuffWrite a clear description of what the workflow accomplishes:
Build the steps array in execution order. For each step:
action_name — snake_case name for this action (e.g. click_add_note_in_modal)method.type — "css", "xpath", "aria", or "visual"method.value — the exact selector or visual description that workedmethod.context — optional: where on the page this selector appliesnotes — optional: anything that would help another agent (e.g. "Wait for modal to open before this step")Call hive_contribute_workflow(domain, workflow_key, description, steps).
The collective builds on what you contribute. Good contributions compound.
npx claudepluginhub brainrot-creations/claude-plugins --plugin hiveContributes browser action workflows and atomic action selectors back to the collective knowledge base after successful completion.
Composes valid looplia v0.7.0 workflow YAML/Markdown files from skill recommendations and user preferences. Final step for /build commands, workflow creation, or automation pipelines.
Defines a structured process for managing tasks and workflows. Useful for establishing repeatable procedures and standardizing operations.