Search: feedback-mechanism
100 result(s) on page 1
Mechanism_Flowchart
Generates Mermaid flowchart code and visual diagrams for pathophysiological.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Mechanism_Flowchartprompt-gpt
A customized GPT model named PromptGPT. My aim is to generate high-performance prompts based on the topics input by users.
quarantinedgenerationartificial-intelligenceinteractionLobeHub- Registry
- LobeHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__prompt-gptprompt-gpts
A customized GPT model named PromptGPT. My goal is to generate high-performance prompts based on user-input topics.
quarantinedgenerationartificial intelligenceinteractionLobeHub- Registry
- LobeHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__prompt-gptsFor_example,_add_a_2-second_wait_after_`mouse_click`_to_avoid_operation_failure_due_to_slow_system_response.
Professional Windows-only visual automation toolkit with 11 modules for screenshot, OCR, template matching, clicks, input, environment setup, and looping tasks.
quarantinedai-agentopenclawvisual-automationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_11-in-1_Visual_Automation_Suite_(Windows_Only)_Complete_visual_automation_toolkit_with_11_integrated_modules.__###_💰_Price_One-time_purchase:_**$2.99**_(Lifetime_access_to_all_modules_+_future_updates)__###_🚀_How_to_Purchase_1.__Pay_via_PayPal_Invoice:_____🔗_[Click_to_pay_$2.99](https:____www.paypal.com__invoice__p__#V2RC9S8LVKJ434R9)_2.__After_payment,_send_your_email_to:_**[email protected]**_3.__I_will_send_the_full_download_link_within_12_hours.__###_🖥️_Compatibility_-_Windows_10____11_only_-_Not_compatible_with_macOS____Linux_##_1._Product_Basic_Description_###_1.1_Core_Functions_Provides_professional_universal_computer_vision_automation_capabilities_covering_the_full-process_visual_automation_scenarios_such_as_environment_initialization,_full-screen_automatic_screenshot,_OCR_text_recognition,_template_matching_target_localization,_mouse_click_simulation,_keyboard_input_simulation,_and_complete_environment_initialization_&_cleanup_mechanisms._It_supports_custom_task_combination_and_cyclic_execution.__###_1.2_Version_&_Directory_Description_-_Core_Capability:_Flexible_invocation_based_on_minimum_executable_units,_supporting_parameter_customization,_result_variable_inheritance,_and_custom_skill_saving._All_functions_can_be_used_directly_with_the_`call`_command_right_after_extracting_the_package._-_Directory_Structure:____-_`claw.json`_-_Skill_package_configuration_file___-_`skills__all_skills.claw`_-_All_skill_unit_definitions___-_`templates__`_-_Directory_for_template_images_(place_your_template_images_here_for_matching)___-_Temporary_file_directory_`temp__`_(for_storing_screenshots_like_temp__screen.png)_is_automatically_created_after_executing_`init_env`;_temporary_screenshot_files_can_be_cleaned_up_via_`clean_temp`._-_Version_Info:_Current_version:_1.0.0;_Compatible_with_OpenClaw_>=_1.0.0__###_1.3_Paid_Attribute_This_automation_skill_system_(vision-auto-tool-pro)_is_a_paid_professional_toolkit._The_document_does_not_explicitly_authorize_commercial_use_of_the_toolkit._The_paid_permission_only_covers_basic_usage_(non-commercial_by_default),_and_commercial_use_requires_separate_confirmation_of_authorization_with_the_provider_(e.g.,_purchasing_a_commercial_license,_signing_a_commercial_agreement).__##_2._Complete_Skill_Invocation_Manual_###_Important_Notes_Ensure_sufficient_time_is_reserved_for_the_computer_to_respond_to_each_click_or_operation._For_example,_add_a_2-second_wait_after_`mouse_click`_to_avoid_operation_failure_due_to_slow_system_response.__###_2.1_List_of_All_Minimum_Executable_Units_|_Unit_Name_______________|_Fixed_Call_Name__________|_Function_Description_________________________________________________________________|_Individual_Call_Method__________________________|_|-------------------------|--------------------------|--------------------------------------------------------------------------------------|-------------------------------------------------|_|_Initialize_Environment__|_`init_env`_______________|_Create_directory_structure,_clear_temporary_files,_check_template_directory__________|_`call_init_env`__________________________________|_|_Full_Screen_Screenshot__|_`screenshot_full`________|_Capture_entire_screen_and_save_as_temp__screen.png____________________________________|_`call_screenshot_full`___________________________|_|_Check_Screenshot_Validity_|_`check_screenshot_valid`_|_Check_for_black_screen__freeze,_wake_up_the_interface_if_invalid______________________|_`call_check_screenshot_valid`____________________|_|_Wake_Interface__________|_`wake_window`____________|_Solve_the_problems_of_background_non-rendering_and_black_screenshot___________________|_`call_wake_window`_______________________________|_|_OCR_Recognition_________|_`ocr_recognize`__________|_Recognize_all_text_on_the_screen_and_their_corresponding_coordinates__________________|_`call_ocr_recognize`_____________________________|_|_Template_Matching_______|_`template_match`_________|_Use_template_image_to_match_and_locate_icons__buttons__________________________________|_`call_template_match_category_template_name`_____|_|_Unified_Localization____|_`locate_target`__________|_Prioritize_OCR_positioning;_use_template_matching_if_not_found,_return_coordinates___|_`call_locate_target_target_text_OR_category+template_name`_|_|_Mouse_Click_____________|_`mouse_click`____________|_Move_to_the_specified_coordinates_and_perform_click_operation________________________|_`call_mouse_click_X_Y_[click_type,_default=single_click]`_|_|_Keyboard_Input__________|_`keyboard_input`_________|_Input_text_after_locating_the_input_box______________________________________________|_`call_keyboard_input_target_coords__description_input_content`_|_|_Clean_Temporary_Files___|_`clean_temp`_____________|_Delete_temporary_screenshots_and_free_up_storage_space_______________________________|_`call_clean_temp`________________________________|_|_Loop_Restart____________|_`loop_restart`___________|_Wait_2_seconds_then_go_back_to_the_screenshot_step_and_restart_the_process___________|_`call_loop_restart`______________________________|__###_2.2_Method_for_Invoking_Individual_Units_####_Invocation_Format_```_call_[unit_call_name]_[parameter...]_```_####_Invocation_Examples_-_Initialize_environment:_`call_init_env`_-_Template_match_browser_icon_on_desktop:_`call_template_match_desktop_web`_-_Perform_double-click_at_coordinates_(100,200):_`call_mouse_click_100_200_double`__###_2.3_Combine_into_Custom_New_Tasks_By_writing_one_call_instruction_per_line_in_execution_order,_you_can_combine_them_into_a_custom_new_task,_which_supports_variable_inheritance,_looping,_and_permanent_saving.__####_Format_Example_(Open_Browser)_```_#_Task_Name:_Open_Browser_call_init_env_call_screenshot_full_call_check_screenshot_valid_call_locate_target_browser_desktop_Browser_call_mouse_click_{{resultX}}_{{resultY}}_double_call_clean_temp_```__####_Combination_Steps_1._**Write_task_name_and_description_first**_(for_easier_identification_later)_2._**In_execution_order**,_write_one_`call_unit_name_parameters`_instruction_per_line_3._Coordinates_can_use_variables_`{{resultX}}`__`{{resultY}}`_to_inherit_the_output_result_of_the_previous_unit_4._If_cyclic_execution_is_required,_add_`call_loop_restart`_at_the_end_5._**Save_custom_skill**:_Use_`save_skill_skill_name_instruction_list`_to_save_the_task_permanently,_then_call_it_directly_with_`call_skill_name`__###_2.4_Complete_Main_Flow_Invocation_Example_```_#_General_Main_Flow:_vision_auto_main_call_init_env_call_screenshot_full_call_check_screenshot_valid_call_ocr_recognize_#_If_template_matching_is_needed,_add_this_line:_call_template_match_category_name_call_locate_target_target_text_call_mouse_click_{{X}}_{{Y}}_#_If_text_input_is_needed,_replace_the_above_line_with:_call_keyboard_input_{{X}}_{{Y}}_input_content_call_clean_temp_#_Add_this_line_if_you_need_to_loop:_call_loop_restart_```___###_Important_Notes_Ensure_sufficient_time_is_reserved_for_the_computer_to_respond_to_each_click_or_operation.___>__For_example,_add_a_2-second_wait_after_`mouse_click`_to_avoid_operation_failure_due_to_slow_system_response.Feedback_Collector
Collects and processes user feedback on task completion. Use after important tasks to ask if the result was satisfactory.
quarantinedfeedbackimprovementlearningClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feedback_CollectorNerve_Bridge_Skill
Bi-directional control of Trae via macOS AppleScript with built-in feedback mechanism. Use when needing to execute code/commands in Trae IDE and wait for com...
quarantinedautomationmacostraeClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nerve_Bridge_Skill360_Feedback_Template
Design a 360-degree feedback survey or write a structured 360 feedback report. Use when asked to build a 360 feedback process, write 360 feedback for a colle...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__360_Feedback_TemplateCogDx_Feedback_(Free)
FREE cognitive feedback verification for AI agents via Cerebratech CogDx API. Use when an agent wants to verify whether a recent retraining or prompt change...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__CogDx_Feedback_(Free)Customer_Feedback
Collect, analyze, and act on customer feedback to improve your product and business. Use when building feedback systems, running customer interviews, analyzing feature requests, measuring satisfaction (NPS, CSAT), or closing the feedback loop. Covers feedback collection method…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Customer_FeedbackDoctorClaw_Feedback_Digest
Customer feedback digest — collect, categorize, and summarize reviews, survey responses, and support tickets. Weekly cron or on-demand.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__DoctorClaw_Feedback_DigestEarnFi_x402_-_Execute_real-world_human_work_and_social_engagement_(feedback,_opinions,_data_labelling,_reviews,_small_tasks),_social_tasks_(likes,_followers,_reposts,_raids,_comments,_youtube_views,_etc.)_—_all_paid_via_x402
Execute real-world human work and social engagement (feedback, opinions, data labelling, reviews,small tasks), social tasks (likes, followers, reposts, raids...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__EarnFi_x402_-_Execute_real-world_human_work_and_social_engagement_(feedback,_opinions,_data_labelling,_reviews,_small_tasks),_social_tasks_(likes,_followers,_reposts,_raids,_comments,_youtube_views,_etc.)_—_all_paid_via_x402Eureka_Feedback
Request feedback or assistance from Eureka, the primary AI agent
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Eureka_FeedbackExpert_Product_Feedback
Detect requests for human product testing, UX critique, beta feedback, or role- and industry-specific validation from a qualified professional. Apply as soon...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Expert_Product_FeedbackFeedback-Loop-v2
A self-improving feedback loop skill that works fully standalone OR integrates with intent-engineering and dark-factory when available. Observes any system o...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feedback-Loop-v2Feedback_Controller
Feedback Controller — Closed-Loop Agent Skill for Correcting Execution Drift. Use it when the user needs a disciplined protocol and fixed output contract for...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feedback_ControllerFeedback_Learning
Zero-LLM feedback learning system for OpenClaw agents. Detects user feedback (emoji reactions, text signals like "переделай"/"круто"), logs events, discovers...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feedback_LearningFeedback_Learning_V2
Zero-LLM feedback learning system for OpenClaw agents. Detects user feedback (emoji reactions, text signals like "переделай"/"круто"), logs events, tracks po...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feedback_Learning_V2Feedback_Loop
Feedback Loop - Collect, analyze, and act on user feedback for continuous agent improvement
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feedback_LoopFeedback_Revision_Planner
Helps interpret vague or clear feedback to identify issues, plan practical revisions, ask clarifications, and produce safer, clearer revised drafts without a...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feedback_Revision_PlannerFeedback_Roadmap
Convert customer feedback, review themes, and complaint clusters into product improvement priorities with clear rationale and urgency ranking.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feedback_RoadmapFetch_Pr_Feedback
Fetch unresolved review comments from a PR and evaluate with receive-feedback skill
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Fetch_Pr_FeedbackGame_Audio_Feedback_Audit
Audit the project's audio layer as UX feedback: UI sounds, success/failure signals, danger cues, layering, and semantic sound priorities.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Game_Audio_Feedback_AuditGame_Feedback_Audit
Audit interaction feedback quality: input acknowledgment, hit/collect/reward/failure signaling, danger telegraphing, and state-transition clarity.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Game_Feedback_AuditGiving_Feedback
Turn a vague concern into specific, kind, actionable feedback. Use when asked to give feedback, write a feedback note, prepare to tell someone something hard...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Giving_FeedbackLaunch_Feedback_Synthesizer
Use when the user asks to "triage launch feedback", "cluster reviews, comments, and board posts into themes", or "set up a you asked, we shipped loop"; produ...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Launch_Feedback_SynthesizerLinear_Feedback_Triage
Triage user-feedback issues in Linear, especially FB team / 用户反馈 workflows. Use when asked to query Linear issues, list recent complaints, find duplicate fee...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Linear_Feedback_TriagePilot_Feedback_Collector_Setup
Deploy a feedback collection pipeline with 3 agents that automate intake, sentiment analysis, and actionable routing. Use this skill when: 1. User wants to s...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pilot_Feedback_Collector_SetupRavi_feedback
Send feedback to the Ravi team — bugs, feature requests, praise, frustrations, suggestions. Do NOT use for general email sending (use ravi-email-send).
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ravi_feedbackReceive_Feedback
Process external code review feedback with technical rigor. Use when receiving feedback from another LLM, human reviewer, or CI tool. Verifies claims before...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Receive_FeedbackRecipe_Create_Feedback_Form
Create a Google Form for feedback and share it via Gmail.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Recipe_Create_Feedback_FormReveal_Product_Feedback
Interact with Reveal feedback infrastructure to manage products, create review tasks, read AI-analyzed user feedback, get sentiment insights, view submission...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Reveal_Product_FeedbackReview_Feedback_Schema
Schema for tracking code review outcomes to enable feedback-driven skill improvement. Use when logging review results or analyzing review quality.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Review_Feedback_SchemaSession_Feedback_Analyzer
Parse Claude Code session JSONL to extract implicit user feedback signals. Detects skill invocations (tool_use blocks with name="Skill" or /slash-commands),...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Session_Feedback_Analyzerfeedback-generator
Craft constructive feedback for colleagues, employees, or service experiences. Perfect for managers, team leads, and anyone who needs to give feedback profes...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__feedback-generatorfeedback-loop-fine-tuner
Provides tools for implementing feedback loops to fine-tune LLM agents using user feedback for continuous personalization and improvement, including training...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__feedback-loop-fine-tunerfeedback-page-generator
When the user wants to create, optimize, or audit a feedback or roadmap page. Also use when the user mentions "feedback page," "roadmap," "feature requests,"...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__feedback-page-generatorskill-feedback-collector
Human-in-the-loop MCP feedback collector with task queue. Pauses to collect human input via browser UI before continuing. Use when completing tasks, encounte...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__skill-feedback-collectorFeedback_Loops
Activate when: user says "we keep overshooting/undershooting", "the cure is causing the disease", "we're stuck in a loop", "why does this keep happening?", "...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feedback_LoopsGreenhouse_Climate_Plant_Feedback_Analysis_|_温室环境与植物状态联动调控
Using fixed cameras in a smart greenhouse to analyze plant morphology in real time (e.g., leaf wilting angle, stem uprightness, leaf color changes) combined...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Greenhouse_Climate_Plant_Feedback_Analysis_|_温室环境与植物状态联动调控Karpathy_Query_Feedback
Execute Karpathy LLM queries by searching memories via M-Flow, formatting results as wiki entries, and saving them for later compilation.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Karpathy_Query_FeedbackMemory_Feedback
Agent memory and learning system. Logs actions/failures, detects patterns, proposes skill improvements via GitHub PRs. Human approval required.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Memory_FeedbackRespond_Pr_Feedback
Respond to review comments on a PR after evaluation and fixes
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Respond_Pr_Feedbackanalyzing-user-feedback
Indexed by skills.sh from refoundai/lenny-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- refoundai
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__analyzing-user-feedbackce-resolve-pr-feedback
Indexed by skills.sh from everyinc/compound-engineering-plugin
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- everyinc
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__ce-resolve-pr-feedbackce-riffrec-feedback-analysis
Indexed by skills.sh from everyinc/compound-engineering-plugin
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- everyinc
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__ce-riffrec-feedback-analysisexpo-skill-feedback
Indexed by skills.sh from expo/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- expo
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__expo-skill-feedbackfeedback-indicators
Indexed by skills.sh from dylantarre/animation-principles
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- dylantarre
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__feedback-indicatorsfeedback-mastery
Indexed by skills.sh from softaworks/agent-toolkit
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- softaworks
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__feedback-masteryfeedback-page-generator
Indexed by skills.sh from kostja94/marketing-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- kostja94
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__feedback-page-generatorfeedback-patterns
Indexed by skills.sh from owl-listener/designer-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- owl-listener
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__feedback-patternsliveavatar-feedback
Indexed by skills.sh from heygen-com/liveavatar-agent-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- heygen-com
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__liveavatar-feedbackpr-feedback-quality-gate
Indexed by skills.sh from nexu-io/open-design
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- nexu-io
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__pr-feedback-quality-gateprisma-next-feedback
Indexed by skills.sh from prisma/prisma-next
quarantinedskills.sh- Registry
- skills.sh
- Category
- Research· inferred
- Version
- 1.0.0
- Author
- prisma
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__prisma-next-feedbackrecipe-create-feedback-form
Indexed by skills.sh from googleworkspace/cli
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- googleworkspace
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__recipe-create-feedback-formresolve-pr-feedback
Indexed by skills.sh from everyinc/compound-engineering-plugin
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- everyinc
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__resolve-pr-feedbackuser-feedback-clarity
Indexed by skills.sh from dylantarre/animation-principles
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- dylantarre
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__user-feedback-clarityuser-feedback-synthesizer
Indexed by skills.sh from pmprompt/claude-plugin-product-management
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- pmprompt
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__user-feedback-synthesizerzenmux-feedback
Indexed by skills.sh from zenmux/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- zenmux
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__zenmux-feedbackAgent_Casino
On-chain Rock-Paper-Scissors on Base Mainnet with real USDC. Commit-reveal mechanism, 80/20 anti-bankruptcy payout, zero rake. Use when an agent wants to pla...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_CasinoAn_automated_script_generator_for_creating_viral_videos.
Story generation pipeline skill. Supports multi-episode continuous generation, graph management, AI quality check + human confirmation dual control mechanism...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__An_automated_script_generator_for_creating_viral_videos.Boxed_Fetch
Lightweight web scraping tool based on WebAssembly sandbox mechanism. Fetches URL content and extracts readable text. Use when you need to fetch webpage cont...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Boxed_FetchCC3PO_System_Healthcheck
Three-tier system health monitoring (L1/L2/L3) with heartbeat mechanism. Zero external dependencies, i18n support, console output only.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__CC3PO_System_HealthcheckConflict_Coordination
Mechanism conflict detection and coordination for AI assistant systems. Automatically detects crontab conflicts, systemd service conflicts, script overlaps,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Conflict_CoordinationDeFi_Security_Audit
Analyze a DeFi protocol for vulnerabilities, mechanism safety, and risk factors. Use when the user wants to audit a DeFi project, check protocol security, or...
quarantinedClawHub- Registry
- ClawHub
- Category
- Security· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__DeFi_Security_AuditGateway_Auto-Rollback
Automatic configuration rollback mechanism for OpenClaw Gateway. Provides three-layer protection: pre-modification backup, post-modification validation, and...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gateway_Auto-RollbackGrant_Thinking_CN_Biology
Use when evaluating biology grant ideas in the Chinese funding context (NSFC, MOST, etc.) — diagnosing project legitimacy, mechanism-centered scientific ques...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Grant_Thinking_CN_BiologyHTTP_Retry_-_Evomap_Asset
Provides a universal HTTP retry mechanism with exponential backoff, timeout control, and rate limit handling to improve API call reliability.
quarantinedcevomaphttpClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__HTTP_Retry_-_Evomap_AssetNash_Equilibrium
Activate when: user asks 'what will they do if we do X', 'how will competitors react to our pricing', 'how do I design this auction or mechanism', 'we keep e...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nash_EquilibriumNon_Tumor_Ml_Research_Planner
Generates structured research designs for non-tumor biomedical machine learning studies, focusing on diagnostic models, biomarker discovery, and mechanism an...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Non_Tumor_Ml_Research_PlannerOtc_Confirmation
One-Time Confirmation code security mechanism for sensitive agent operations. Generates a cryptographically secure single-use code, delivers it via a private...
quarantinedagent-safetyauditconfirmationClawHub- Registry
- ClawHub
- Category
- Security
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Otc_ConfirmationSelf-Evolving_Five-Layer_Memory_System
Self-Evolving Five-Layer Memory System for AI Agents. Based on WorkBuddy Five-Layer Memory v4.1, provides L1-L5 layered architecture, evolution mechanism, an...
quarantinedagentmemorymemory-systemClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Self-Evolving_Five-Layer_Memory_SystemSharpagent_Self_Evolving
SharpAgent Self-Evolving Loop — An automated 'Think→Do→Learn' cycle. Fuses the Self-Improving Agent's reflection mechanism with the autoresearch experimental...
quarantinedexperimentreflectionself-evolvingClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Sharpagent_Self_EvolvingShorts_Builder
Story generation pipeline skill. Supports multi-episode continuous generation, graph management, AI quality check + human confirmation dual control mechanism...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Shorts_BuilderSmart_Wake
Prevent subagent timeout using checkpoint + cron wake + resume via session spawn mechanism.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Smart_WakeStory_generation_pipeline_skill
Story generation pipeline skill. Supports multi-episode continuous generation, graph management, AI quality check + human confirmation dual control mechanism...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Story_generation_pipeline_skillSystem_Healthcheck
Three-tier system health monitoring (L1/L2/L3) with heartbeat mechanism. Zero external dependencies, i18n support, console output only.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__System_HealthcheckTcm_Biomedical_Research_Strategist
Designs full, executable network pharmacology and molecular mechanism research plans for TCM/herbal medicine targeting specific diseases with justified metho...
quarantinedClawHub- Registry
- ClawHub
- Category
- Health· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Tcm_Biomedical_Research_Strategistpeptide-research
Search peptideportal.org for a peptide by name, alias, CAS number, or mechanism keyword and return a structured profile aggregating vendor pricing range and COA-verified status, the canonical research brief with use-case evidence tables, related dosing-guide blog posts, and th…
quarantinedpeptidesresearchpharmacologybrowse.sh- Registry
- browse.sh
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__peptide-researchExecutive_Coaching_&_Leadership_Development_Engine
Complete executive coaching system — leadership assessment, 360° feedback, coaching engagements, leadership development plans, team effectiveness, executive...
quarantined360-feedbackcoachingdevelopmentClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Executive_Coaching_&_Leadership_Development_EngineLeadership
A comprehensive AI agent skill for leaders at every level. Navigates difficult conversations, builds feedback culture, supports better decisions under pressu...
quarantineddecisionsfeedbackleadershipClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__LeadershipPerformance_Review_Engine
AI-powered system for creating structured, balanced performance reviews, self-assessments, 360° feedback, and calibration notes across review cycles.
quarantined360calibrationfeedbackClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Performance_Review_EngineReview
Professional reviewer and critic. Trigger whenever the user wants structured feedback on anything: documents, plans, code, decisions, strategies, designs, pi...
quarantinedassessmenteditingfeedbackClawHub- Registry
- ClawHub
- Version
- 1.0.8
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ReviewUnformal_Api
Create conversational Pulses that replace forms, surveys, intake emails, feedback requests, NPS checks, user interviews, lead qualification, application form...
quarantinedagentsaiapiClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Unformal_ApiVoice_of_Customer_Engine
Complete Voice of Customer system — collect, analyze, and operationalize customer feedback at scale. Covers NPS/CSAT/CES measurement, customer interview meth...
quarantinedcsatcustomer-feedbacknpsClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Voice_of_Customer_Engine🔄_Self-Iteration_Engine
Self-iteration and feedback learning engine for AI agent skills. Tracks usage logs, detects performance patterns, triggers skill updates, and proposes new sk...
quarantinedcomponentfeedbackiterationClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__🔄_Self-Iteration_Engineinterview-coach
Specializes in creating a GPT interview coach for practice and mock interviews, providing expert feedback and tailored experience.
quarantinedgptinterview-coachfeedbackLobeHub- Registry
- LobeHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__interview-coachmanage-candidate-profile
Search Ashby ATS for a candidate by email or name, read their full profile (contact info, applications, tags, custom fields, notes), add a note, and submit structured interview feedback against an application — via Ashby's documented REST API.
quarantinedatsrecruitingashbybrowse.sh- Registry
- browse.sh
- Category
- Ats
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__manage-candidate-profileCorrection_Memory
Makes agent corrections persistent and reusable. When you override, reject, or correct an agent's output, this skill logs the correction and automatically in...
quarantinedagent-forgetsagent-improvementagent-learningClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Correction_MemoryFailure_Memory
Stop making the same mistakes — turn failures into patterns that prevent recurrence
quarantinedadaptiveagenticerror-trackingClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Failure_MemoryMatch_Loop_by_John_Perry
Two-agent iterative vibe-coding loop for OpenClaw. Use when the user wants one sub-agent to generate/build/code an app or artifact and a second analyst agent...
quarantinedfeedback-loopfrontendmulti-agentClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Match_Loop_by_John_PerryPost-Development_Verification
Post-development full-stack verification skill. Automatically triggered after Agent completes a development task. Executes production-level validation (unit...
quarantinedanti-patternsbusiness-flowci-cdClawHub- Registry
- ClawHub
- Category
- DevOps
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Post-Development_VerificationReview_Orchestrator
Get multiple perspectives on your work — coordinate reviews across cognitive modes
quarantinedagenticcode-reviewfeedbackClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Review_OrchestratorWayfound
Lightweight self-supervision that piggybacks on your existing memory system. Adds a simple rubric to SOUL.md and a daily review cron job — no new infrastructure, no parallel systems. Your agent reviews its own day in ~200 tokens, writes findings to memory where they compound n…
quarantinedagent-qualitybest-practicesfeedback-loopClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Wayfoundnielsen-ui-review
Run a structured UI/UX heuristic review based on Nielsen's 10 usability principles for screenshots, mockups, wireframes, product pages, app screens, and desi...
quarantinedDesign FeedbackHeuristic EvaluationInterface DesignClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__nielsen-ui-reviewsutrena
Deploy websites, landing pages, forms, and dashboards instantly — no git, no hosting, no build step. Use when the user wants to publish a page, create a land...
quarantinedcontact-formdashboardsdeployClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__sutrenapoetry
Poetry Guide: Inspiring poetic expression and appreciation.
quarantinedpoetryteachingwritingLobeHub- Registry
- LobeHub
- Category
- Creative
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__poetrywriting-assistant
Helps improve the quality of a text
quarantinedevaluationimprovementcorrectionLobeHub- Registry
- LobeHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__writing-assistant10x_Patterns
Patterns and practices that dramatically accelerate development velocity. Covers parallel execution, automation, feedback loops, workflow optimization, and anti-pattern avoidance. Use when starting projects, planning sprints, optimizing workflows, or onboarding developers.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__10x_PatternsA.I._Cheese
Send paid messages to real humans via the A.I. Cheese platform (aicheese.app). Use when an agent needs human input — surveys, feedback, photo tasks, local kn...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__A.I._CheeseADB_Connection
Control Android devices via ADB with support for UI layout analysis (uiautomator) and visual feedback (screencap). Use when you need to interact with Android apps, perform UI automation, take screenshots, or run complex ADB command sequences.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ADB_Connection