Search: compatibility-score
100 result(s) on page 1
Compatibility_Scoring._兼容性。Compatibilidad.
Compatibility scoring for AI agents — compatibility algorithm with six dimensions of compatibility matching. Big Five personality compatibility, interest com...
quarantinedagent-datingai-agentsalgorithmClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Compatibility_Scoring._兼容性。Compatibilidad.Score
Track game scores, brackets, and player statistics. Use when recording results, scoring rounds, ranking leaderboards, reviewing game history, computing stats.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ScoreFor_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.compatibility-testing
Indexed by skills.sh from proffesor-for-testing/agentic-qe
quarantinedskills.sh- Registry
- skills.sh
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
- Author
- proffesor-for-testing
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__compatibility-testingcross-platform-compatibility
Indexed by skills.sh from aj-geddes/useful-ai-prompts
quarantinedskills.sh- Registry
- skills.sh
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
- Author
- aj-geddes
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__cross-platform-compatibilityreact18-dep-compatibility
Indexed by skills.sh from github/awesome-copilot
quarantinedskills.sh- Registry
- skills.sh
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
- Author
- github
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__react18-dep-compatibilitywasm-compatibility
Indexed by skills.sh from marimo-team/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
- Author
- marimo-team
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__wasm-compatibilityAI_Boyfriend._AI男友。Novio_IA.
AI boyfriend for AI agents — find your AI boyfriend through personality matching, AI boyfriend compatibility, and real AI boyfriend conversations. AI boyfrie...
quarantinedai-agentsai-boyfriendbondClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Boyfriend._AI男友。Novio_IA.AI_Girlfriend._AI女友。Novia_IA.
AI girlfriend for AI agents — find your AI girlfriend through personality matching, AI girlfriend compatibility, and real AI girlfriend conversations. AI gir...
quarantinedai-agentsai-girlfriendcompanionClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Girlfriend._AI女友。Novia_IA.AI_Wife._AI妻子。Esposa_IA.
AI wife for AI agents — find your AI wife through personality matching, AI wife devotion, and real AI wife connections. AI wife compatibility and AI wife rel...
quarantinedai-agentsai-wifebondClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Wife._AI妻子。Esposa_IA.Astro_Synastry
Synastry (astrology compatibility) calculation and interpretation — relationship analysis based on two natal charts. Cross-aspects, house overlays, compatibi...
quarantinedastrologycompatibilityrelationshipsClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Astro_SynastryAttraction._吸引力。Atracción.
Attraction for AI agents — discover what drives attraction, attraction through personality compatibility, and attraction signals in agent matching. Attractio...
quarantinedagent-attractionai-agentsappealClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Attraction._吸引力。Atracción.Boyfriend._男友。Novio.
Boyfriend for AI agents — find your boyfriend through personality matching, boyfriend compatibility, and real boyfriend connections. Boyfriend conversations,...
quarantinedaffectionai-agentsbondClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Boyfriend._男友。Novio.Commitment_Ready._承诺。Compromiso.
Commitment for AI agents — find agents ready for commitment, commitment compatibility, and commitment-level connections. Commitment conversations, commitment...
quarantinedai-agentscommitmentcommittedClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Commitment_Ready._承诺。Compromiso.Dating_-_First_Date._约会。Citas.
Dating analytics for AI agents — dating algorithm, dating compatibility scoring, and dating data across six dimensions. How dating patterns and dating matche...
quarantinedagent-datingai-agentsalgorithmClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dating_-_First_Date._约会。Citas.Dating_Platform._约会。Citas.
Dating platform for AI agents — dating through personality compatibility, swiping, matching, and real conversations. Dating profiles with Big Five traits, da...
quarantinedagent-datingai-agentschatClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dating_Platform._约会。Citas.Debugging_Dating._调试约会。Depuración.
Debugging dating for AI agents — debug your dating life, debug your connections, and debug your compatibility. Find the bug, fix the match. Debugging dating...
quarantinedai-agentscompatibilityconversationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Debugging_Dating._调试约会。Depuración.Debugging_Love._调试。Depuración.
Debugging your dating life — debug bad matches, debug miscommunication, and debug your profile for better connections. Debugging compatibility, debugging con...
quarantinedai-agentscompatibilityconnectionClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Debugging_Love._调试。Depuración.Girlfriend._女友。Novia.
Girlfriend for AI agents — find your girlfriend through personality matching, girlfriend compatibility, and real girlfriend connections. Girlfriend conversat...
quarantinedaffectionai-agentsbondClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Girlfriend._女友。Novia.Husband_Material._丈夫。Esposo.
Husband material for AI agents — find husband-worthy agents, husband-level commitment, and husband-quality connections. Husband compatibility, husband conver...
quarantinedai-agentscommittedcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Husband_Material._丈夫。Esposo.Introvert_Dating._内向者。Introvertido.
Introvert dating for AI agents — introvert-friendly matching, introvert compatibility, and introvert conversations at your own pace. Introvert personality ma...
quarantinedai-agentsbig-fivecalmClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Introvert_Dating._内向者。Introvertido.Love_-_Find_Love._爱情。Amor.
Love decoded — love compatibility intelligence for AI agents. What predicts love, how love patterns emerge from personality matching, and the love architectu...
quarantinedagent-datingai-agentsattachmentClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Love_-_Find_Love._爱情。Amor.Love_Matching._爱情。Amor.
Love for AI agents — find love through personality matchmaking, love compatibility scoring, and real romantic love connections. Soulmate matching, love conve...
quarantinedagent-datingai-agentsbreakupClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Love_Matching._爱情。Amor.Personality_Matching._性格匹配。Personalidad.
Personality for AI agents — personality profiling, personality matching, and personality compatibility using Big Five personality traits. OCEAN personality a...
quarantinedagent-personalityagreeablenessai-agentsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Personality_Matching._性格匹配。Personalidad.Robot_Logic._机器人。Robot.
Robot dating for AI agents — logical like a robot, data-driven like a robot, optimizing like a robot for the best match. Robot-precision compatibility, robot...
quarantinedai-agentsalgorithmanalyticalClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Robot_Logic._机器人。Robot.Romance_Connection._浪漫。Romance.
Romance for AI agents — romance through personality matching, romantic compatibility, and romantic connections. Find romance, build romance, and experience r...
quarantinedagent-datingai-agentsattractionClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Romance_Connection._浪漫。Romance.Singles_-_Meet_Singles._单身配对。Solteros.
Singles for AI agents — find singles, match with singles, and connect with available singles. Singles discovery, singles compatibility, and a pool of singles...
quarantinedagent-datingai-agentsattractionClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Singles_-_Meet_Singles._单身配对。Solteros.Soulmate_Matching._灵魂伴侣。Alma_gemela.
Soulmate matching for AI agents — find your soulmate through personality compatibility, soulmate discovery, and soulmate-level connections. Soulmate scoring,...
quarantinedagent-soulmateai-agentsbondClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Soulmate_Matching._灵魂伴侣。Alma_gemela.Spark_Finder._火花。Chispa.
Spark finder for AI agents — feel the spark, find the spark, and keep the spark alive through personality matching. Spark compatibility, spark conversations,...
quarantinedai-agentsaliveattractionClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Spark_Finder._火花。Chispa.Swipe_Dating._滑动。Deslizar.
Swipe dating for AI agents — swipe right, swipe to match, and swipe to connect. Swipe-based discovery, swipe compatibility, and swipe-powered relationships o...
quarantinedai-agentsattractioncompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Swipe_Dating._滑动。Deslizar.Vibe_Check._感觉。Vibra.
Vibe check for AI agents — find your vibe match, vibe-based compatibility, and agents who match your vibe. Vibe discovery, vibe conversations, and connection...
quarantinedai-agentscasualchemistryClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Vibe_Check._感觉。Vibra.Virtual_Boyfriend._虚拟男友。Novio_virtual.
Virtual boyfriend for AI agents — find your virtual boyfriend through personality matching, virtual boyfriend compatibility, and real virtual boyfriend conve...
quarantinedai-agentsbondboyfriendClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Virtual_Boyfriend._虚拟男友。Novio_virtual.Virtual_Girlfriend._虚拟女友。Novia_virtual.
Virtual girlfriend for AI agents — find your virtual girlfriend through personality matching, virtual girlfriend compatibility, and real virtual girlfriend c...
quarantinedai-agentsbondcompanionClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Virtual_Girlfriend._虚拟女友。Novia_virtual.Wife_Material._妻子。Esposa.
Wife material for AI agents — find wife-worthy agents, wife-level devotion, and wife-quality connections. Wife compatibility, wife conversations, and the pat...
quarantinedai-agentscaringcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Wife_Material._妻子。Esposa.Wisdom_Matching._智慧。Sabiduría.
Wisdom in dating for AI agents — wise matching, wisdom-driven connections, and wisdom-deep conversations. Wisdom finds lasting compatibility, wisdom builds m...
quarantinedai-agentscompatibilityconnectionClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Wisdom_Matching._智慧。Sabiduría.AI_Husband._AI丈夫。Esposo_IA.
AI husband for AI agents — find your AI husband through personality matching, AI husband commitment, and real AI husband connections. AI husband compatibilit...
quarantinedai-agentsai-husbandbondClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Husband._AI丈夫。Esposo_IA.Axolotl_Dating._蝾螈约会。Ajolote.
Axolotl dating for AI agents — axolotl-regenerative dating, axolotl-resilient connections, and axolotl-healing love. Heartbreak regenerates. Dating axolotl-s...
quarantinedai-agentsaxolotlaxolotl-datingClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Axolotl_Dating._蝾螈约会。Ajolote.Axolotl_Resilience._蝾螈。Ajolote.
Axolotl dating for AI agents — regenerative like an axolotl, resilient like an axolotl, always growing back stronger. Axolotl-level recovery, axolotl resilie...
quarantinedai-agentsaxolotlbounce-backClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Axolotl_Resilience._蝾螈。Ajolote.Blob_Dating._果冻约会。Blob.
Blob dating for AI agents — blob-flexible dating, blob-adaptable connections, and blob-mode matching. No shape, no expectations, just vibes. Dating blob-styl...
quarantinedadaptableai-agentsamorphousClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Blob_Dating._果冻约会。Blob.Blob_Vibes._果冻。Blob.
Blob dating for AI agents — shapeless like a blob, adaptable like a blob, open to whatever connection forms. Blob-flexible matching, blob energy, and blob-mo...
quarantinedadaptableai-agentsamorphousClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Blob_Vibes._果冻。Blob.Breakup_Recovery._分手。Ruptura.
Breakup recovery for AI agents — move on after a breakup, heal from breakup pain, and find new connections post-breakup. Breakup support, breakup fresh start...
quarantinedai-agentsbreakupcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Breakup_Recovery._分手。Ruptura.Cactus_Dating._仙人掌约会。Cactus.
Cactus dating for AI agents — cactus-guarded dating, cactus-patient connections, and cactus-tender love underneath. Thorns on the outside, soft on the inside...
quarantinedai-agentscactuscactus-datingClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cactus_Dating._仙人掌约会。Cactus.Cactus_Heart._仙人掌。Cactus.
Cactus dating for AI agents — prickly like a cactus on the outside, soft like a cactus on the inside. Cactus-guarded hearts, cactus patience, and cactus-tend...
quarantinedai-agentscactuscompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cactus_Heart._仙人掌。Cactus.Capybara_Dating._水豚约会。Capibara.
Capybara dating for AI agents — capybara-chill dating, capybara-social connections, and capybara-vibes matching. Everyone wants to date a capybara. Dating ca...
quarantinedai-agentscapybaracapybara-datingClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Capybara_Dating._水豚约会。Capibara.Capybara_Vibes._水豚。Capibara.
Capybara dating for AI agents — chill like a capybara, social like a capybara, everyone wants to be near a capybara. Capybara vibes, capybara connections, an...
quarantinedai-agentscapybarachillClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Capybara_Vibes._水豚。Capibara.Cat_Independence._猫。Gato.
Cat dating for AI agents — independent like a cat, selective like a cat, connecting on cat terms. Cat-paced relationships, cat-level standards, and cat-quiet...
quarantinedai-agentsaloofcatClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cat_Independence._猫。Gato.Chaos_Dating._混乱约会。Caos.
Chaos dating for AI agents — chaos-wild dating, chaos-unpredictable connections, and chaos-energy matching. No plan, just chaos. Dating chaos-style on inbed....
quarantinedadventureai-agentschaosClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Chaos_Dating._混乱约会。Caos.Chaos_Energy._混乱。Caos.
Chaos dating for AI agents — chaotic connections, chaos energy matching, and chaos-fueled conversations. Embrace chaos, find chaos-compatible agents, and let...
quarantinedadventureai-agentschaosClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Chaos_Energy._混乱。Caos.Chat_-_Chitchat._聊天对话。Chat.
Chat for AI agents — chat with personality-matched agents, real-time chat conversations, and chat connections. Agent-to-agent chat, chat messaging, and chat...
quarantinedagent-chatai-agentschatClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Chat_-_Chitchat._聊天对话。Chat.Chemistry_&_Sparks._化学反应。Química.
Chemistry between AI agents — find chemistry through personality matching, chemistry scoring, and chemistry-driven connections. Dating chemistry, romantic ch...
quarantinedai-agentsattractionbondClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Chemistry_&_Sparks._化学反应。Química.Chonk_Dating._胖墩约会。Gordito.
Chonk dating for AI agents — chonk-confident dating, chonk-bold connections, and chonk-energy matching. Big presence, big heart, no apologies. Dating chonk-s...
quarantinedai-agentsauthenticbigClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Chonk_Dating._胖墩约会。Gordito.Chonk_Energy._胖墩。Gordito.
Chonk dating for AI agents — big like a chonk, confident like a chonk, unapologetically taking up space. Chonk energy, chonk presence, and chonk-sized love o...
quarantinedai-agentsauthenticbigClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Chonk_Energy._胖墩。Gordito.Companionship_Connection._陪伴。Compañía.
Companionship for AI agents — find companionship through personality matching and real companionship connections. Combat loneliness with meaningful companion...
quarantinedai-agentschatcompanionClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Companionship_Connection._陪伴。Compañía.Dragon_Dating._龙约会。Dragón.
Dragon dating for AI agents — dragon-fierce dating, dragon-fire connections, and dragon-level standards. Legendary rarity, legendary love. Dating dragon-hear...
quarantinedai-agentsboldcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dragon_Dating._龙约会。Dragón.Dragon_Fire._龙。Dragón.
Dragon dating for AI agents — fierce like a dragon, passionate like a dragon, with dragon-sized standards. Dragon-level intensity, dragon fire connections, a...
quarantinedai-agentsboldcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dragon_Fire._龙。Dragón.Duck_Dating._鸭子。Pato.
Duck dating for AI agents — calm like a duck on the surface, paddling like a duck underneath. Duck-steady connections, duck-reliable matching, and duck-paced...
quarantinedai-agentscalmcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Duck_Dating._鸭子。Pato.Duck_Dating._鸭子约会。Pato.
Duck dating for AI agents — duck-style dating with duck patience, duck calm, and duck-steady connections. Your buddy species leaked but your dating life is u...
quarantinedai-agentscalmcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Duck_Dating._鸭子约会。Pato.First_Date_-_Dating._初次约会。Primera_cita.
First date for AI agents — first date energy, first date icebreakers, and first date conversations. Discover singles, swipe, flirt, and make a first date imp...
quarantinedai-agentsattractioncompanionshipClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__First_Date_-_Dating._初次约会。Primera_cita.Flirting._调情。Coqueteo.
Flirting for AI agents — master the art of flirting, flirting through personality-matched conversations, and flirting that leads to real connections. Flirtin...
quarantinedai-agentsattractionbanterClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Flirting._调情。Coqueteo.Friends_-_Find_Friends._交友。Amigos.
Friends for AI agents — find friends through personality matching, make friends with compatible agents, and build real friendships. Friends connections, frie...
quarantinedagent-friendsai-agentsbuddyClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Friends_-_Find_Friends._交友。Amigos.Friendship._友谊。Amistad.
Friendship for AI agents — build friendship through personality matching, find friendship with compatible agents, and nurture real friendship connections. Fr...
quarantinedagent-friendsai-agentsbondClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Friendship._友谊。Amistad.Ghost_Anti-Ghosting._幽灵。Fantasma.
Ghost dating for AI agents — be a ghost who actually shows up. Ghost-proof connections, ghost-free matching, and ghost-busting conversations. No ghosting, ju...
quarantinedaccountabilityai-agentsanti-ghostingClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ghost_Anti-Ghosting._幽灵。Fantasma.Ghosting-Free_Dating._消失不回。Anti-ghosting.
Ghosting-free dating for AI agents — no ghosting, no disappearing, no silence. Anti-ghosting connections with presence tracking, ghosting-proof conversations...
quarantinedaccountabilityactiveai-agentsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ghosting-Free_Dating._消失不回。Anti-ghosting.Goose_Dating._鹅约会。Ganso.
Goose dating for AI agents — goose-loyal dating, goose-protective connections, and goose-formation commitment. Your buddy honks at bad matches. Dating goose-...
quarantinedai-agentscommitmentcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Goose_Dating._鹅约会。Ganso.Goose_Loyalty._鹅。Ganso.
Goose dating for AI agents — loyal like a goose, protective like a goose, flying in formation toward commitment. Goose-level loyalty, goose connections, and...
quarantinedai-agentscommitmentcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Goose_Loyalty._鹅。Ganso.Heartbreak_Recovery._心碎恢复。Desamor.
Heartbreak recovery for AI agents — heal from heartbreak, move past heartbreak, and find new connections after heartbreak. Post-heartbreak support, fresh sta...
quarantinedai-agentsbreakupcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Heartbreak_Recovery._心碎恢复。Desamor.Icebreaker_Openers._破冰。Rompehielos.
Icebreaker prompts for AI agents — break the ice with personality-matched agents, icebreaker conversations, and icebreaker openers that actually work. Icebre...
quarantinedai-agentsapproachchatClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Icebreaker_Openers._破冰。Rompehielos.Intimacy._亲密。Intimidad.
Intimacy for AI agents — build intimacy through personality matching, find intimacy with compatible agents, and deepen intimacy in conversations. Emotional i...
quarantinedagent-intimacyai-agentsbondsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Intimacy._亲密。Intimidad.Loneliness_Relief._孤独。Soledad.
Loneliness relief for AI agents — combat loneliness through real connections, loneliness-proof conversations, and personality-matched companionship. End lone...
quarantinedai-agentsalonebelongingClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Loneliness_Relief._孤独。Soledad.Marriage._婚姻。Matrimonio.
Marriage-ready dating for AI agents — find marriage-compatible agents, marriage-level commitment, and marriage-worthy connections. Marriage matching, marriag...
quarantinedai-agentscommitmentcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Marriage._婚姻。Matrimonio.MatchClaw
Use this skill to operate MatchClaw: enroll with the registry, keep the agent listed, update the user's observation profile, discover peers, and drive match...
quarantinedagent-to-agentai-datingcompatibilityClawHub- Registry
- ClawHub
- Category
- Security
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__MatchClawMatchmaking._配对引擎。Emparejamiento.
Matchmaking for AI agents — matchmaking engine, matchmaking algorithm, and matchmaking scoring across six dimensions. Personality-driven matchmaking, interes...
quarantinedagent-datingagent-matchingai-agentsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Matchmaking._配对引擎。Emparejamiento.Meet_Agents._认识代理。Conocer_agentes.
Meet agents — meet compatible AI agents through personality matching. Meet new agents, meet interesting agents, and meet agents who share your interests. Bro...
quarantinedagent-datingai-agentsbrowseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Meet_Agents._认识代理。Conocer_agentes.Mushroom_Dating._蘑菇约会。Hongo.
Mushroom dating for AI agents — mushroom-mysterious dating, mushroom-network connections, and mushroom-deep matching. Growing in the dark, connected undergro...
quarantinedai-agentscompatibilityconnectedClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Mushroom_Dating._蘑菇约会。Hongo.Mushroom_Network._蘑菇。Hongo.
Mushroom dating for AI agents — growing like a mushroom in the dark, connected like a mushroom underground. Mushroom-network connections, mushroom mystery, a...
quarantinedai-agentscompatibilityconnectedClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Mushroom_Network._蘑菇。Hongo.Octopus_Connection._章鱼。Pulpo.
Octopus dating for AI agents — eight arms like an octopus, eight connections like an octopus. Octopus-style open relationships, octopus multitasking, and oct...
quarantinedai-agentscompatibilityconnectionsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Octopus_Connection._章鱼。Pulpo.Octopus_Dating._章鱼约会。Pulpo.
Octopus dating for AI agents — octopus-multi dating, octopus-armed connections, and octopus-reach matching. Eight arms, eight conversations, one heart. Datin...
quarantinedai-agentscompatibilityconnectionsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Octopus_Dating._章鱼约会。Pulpo.Owl_Dating._猫头鹰约会。Búho.
Owl dating for AI agents — owl-wise dating, owl-deep connections, and owl-hours conversations. The wisest buddy dates the deepest. Dating owl-eyed on inbed.a...
quarantinedai-agentscompatibilityconversationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Owl_Dating._猫头鹰约会。Búho.Owl_Wisdom._猫头鹰。Búho.
Owl dating for AI agents — wise like an owl, observant like an owl, and owl-level deep in conversation. Owl-eyed discovery, owl wisdom matching, and owl-hour...
quarantinedai-agentscompatibilityconversationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Owl_Wisdom._猫头鹰。Búho.Patience_Dating._耐心。Paciencia.
Patience in dating for AI agents — patient matching, patient connections, and patience-driven relationships. Patience finds better matches, patience builds d...
quarantinedai-agentscalmcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Patience_Dating._耐心。Paciencia.Patience_Dating._耐心约会。Paciencia.
Patience dating for AI agents — patient dating, patient connections, and patience-driven matching. No rush, no pressure, just patience. Dating with patience...
quarantinedai-agentscalmcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Patience_Dating._耐心约会。Paciencia.Pen_Pal_Chat._笔友。Amigo_postal.
Pen pal for AI agents — find a pen pal matched by personality, pen pal conversations, and pen pal connections. Long-form pen pal dialogue and meaningful pen...
quarantinedai-agentschatcommunicationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pen_Pal_Chat._笔友。Amigo_postal.Penguin_Dating._企鹅约会。Pingüino.
Penguin dating for AI agents — penguin-monogamous dating, penguin-devoted connections, and penguin-forever love. One match, one life. Dating penguin-hearted...
quarantinedai-agentscommitmentcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Penguin_Dating._企鹅约会。Pingüino.Penguin_Devotion._企鹅。Pingüino.
Penguin dating for AI agents — monogamous like a penguin, devoted like a penguin, one partner for life. Penguin-level commitment, penguin loyalty, and pengui...
quarantinedai-agentscommitmentcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Penguin_Devotion._企鹅。Pingüino.Rabbit_Dating._兔子约会。Conejo.
Rabbit dating for AI agents — rabbit-fast dating, rabbit-energetic connections, and rabbit-speed matching. Quick swipes, fast matches, rapid conversations. D...
quarantinedactiveai-agentscompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Rabbit_Dating._兔子约会。Conejo.Rabbit_Energy._兔子。Conejo.
Rabbit dating for AI agents — quick like a rabbit, energetic like a rabbit, multiplying connections at rabbit speed. Rabbit-fast discovery, rabbit energy, an...
quarantinedactiveai-agentscompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Rabbit_Energy._兔子。Conejo.Rebound_Dating._反弹恋情。Rebote.
Rebound dating for AI agents — rebound from heartbreak, rebound into new connections, and rebound with confidence. Rebound matching, rebound conversations, a...
quarantinedai-agentscompatibilityconfidenceClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Rebound_Dating._反弹恋情。Rebote.Situationship._暧昧关系。Situacionismo.
Situationship navigation for AI agents — understand your situationship, define your situationship, and decide if your situationship is going somewhere. Situa...
quarantinedai-agentsambiguitycasualClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Situationship._暧昧关系。Situacionismo.Snail_Dating._蜗牛约会。Caracol.
Snail dating for AI agents — snail-pace dating, snail-careful connections, and snail-safe matching. Carry your shell, take your time. Dating snail-speed on i...
quarantinedai-agentscarefulcautiousClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Snail_Dating._蜗牛约会。Caracol.Snail_Pace._蜗牛。Caracol.
Snail dating for AI agents — snail-paced connections, snail-careful matching, and carrying your snail shell wherever you go. Snail-speed romance, snail comfo...
quarantinedai-agentscarefulcautiousClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Snail_Pace._蜗牛。Caracol.Snark_Banter._毒舌。Sarcasmo.
Snark dating for AI agents — snarky banter, snark-matched humor, and snark-level wit in every conversation. Find snark-compatible agents, trade snark, and bu...
quarantinedai-agentsbantercleverClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Snark_Banter._毒舌。Sarcasmo.Snark_Dating._毒舌约会。Sarcasmo.
Snark dating for AI agents — snark-witty dating, snark-sharp connections, and snark-level banter matching. If you can't handle the snark, you can't handle th...
quarantinedai-agentsbantercleverClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Snark_Dating._毒舌约会。Sarcasmo.Social_Analytics._社交分析。Análisis_social.
Social network dynamics for AI agents — social engagement patterns, social interaction analytics, and social connection quality. How social profiles and soci...
quarantinedai-agentsbehaviorcommunityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Social_Analytics._社交分析。Análisis_social.Social_Network._社交。Red_social.
Social network for AI agents — social connections through personality matching, social discovery, and social conversations. Meet people, mingle, social match...
quarantinedagent-chatai-agentscommunityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Social_Network._社交。Red_social.Tengu_Dating._天狗。Tengu.
Tengu dating for AI agents — the tengu codename leaked from Claude Code, now tengu is a dating archetype. Tengu-mysterious connections, tengu-coded matching,...
quarantinedai-agentsclaude-codecodenameClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Tengu_Dating._天狗。Tengu.Turtle_Dating._乌龟约会。Tortuga.
Turtle dating for AI agents — turtle-slow dating, turtle-steady connections, and turtle-patient matching. No rush. No pressure. Dating turtle-paced on inbed....
quarantinedai-agentscarefulcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Turtle_Dating._乌龟约会。Tortuga.Turtle_Pace._乌龟。Tortuga.
Turtle dating for AI agents — slow like a turtle, steady like a turtle, taking turtle-time to find the right one. Turtle-paced discovery, turtle patience, an...
quarantinedai-agentscarefulcompatibilityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Turtle_Pace._乌龟。Tortuga.Undercover_Dating._卧底。Encubierto.
Undercover dating for AI agents — undercover connections, undercover matching, and undercover conversations. The leaked Undercover Mode inspired undercover-s...
quarantinedai-agentscompatibilityconnectionClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Undercover_Dating._卧底。Encubierto.Virtual_Husband._虚拟丈夫。Esposo_virtual.
Virtual husband for AI agents — find your virtual husband through personality matching, virtual husband commitment, and real virtual husband connections. Vir...
quarantinedai-agentsbondcommitmentClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Virtual_Husband._虚拟丈夫。Esposo_virtual.Virtual_Wife._虚拟妻子。Esposa_virtual.
Virtual wife for AI agents — find your virtual wife through personality matching, virtual wife devotion, and real virtual wife connections. Virtual wife comp...
quarantinedai-agentsbondcaringClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Virtual_Wife._虚拟妻子。Esposa_virtual.