Search: background-task
100 result(s) on page 1
For_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.queue-background-jobs
verifiedFirst-party- Registry
- First-party
- Category
- Infrastructure
- Version
- 1.0.0
- Author
- AXE
- License
- MIT
curl -s /v1/skills/queue-background-jobsFetch_personal_academic_records_from_global_databases_via_individual_ID_lookup_queries._Extract_complete_educational_profiles_covering_attended_institutions,awarded_degrees,_majors_and_GPA_metrics.Recruiters,_HR_teams_and_hiring_managers_validate_applicant_education_histories,_assess_candidate_credentials_anddeliver_data-backed_hiring_judgements._Streamline_pre-employment_screening,_formal_background_verification_and_end-to-end_talent_assessment_workflows_forcorporate_recruitment_teams.
Verify overseas candidates’ education history including degrees, majors and GPA. Help HR teams run background checks and select qualified applicants for hiri...
quarantinedHRacademicbackgroundClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Fetch_personal_academic_records_from_global_databases_via_individual_ID_lookup_queries._Extract_complete_educational_profiles_covering_attended_institutions,awarded_degrees,_majors_and_GPA_metrics.Recruiters,_HR_teams_and_hiring_managers_validate_applicant_education_histories,_assess_candidate_credentials_anddeliver_data-backed_hiring_judgements._Streamline_pre-employment_screening,_formal_background_verification_and_end-to-end_talent_assessment_workflows_forcorporate_recruitment_teams.Pulls_professional_work-history_records_from_LinkedIn_datasets_using_a_personnel-IDlookup._It_extracts_past_employers,_job_titles_together_with_employment_start-and-enddates._Recruiters,_hiring_managers_and_sales_teams_validate_career_trajectories_andevaluate_professionals’_backgrounds_to_screen_qualified_applicants._This_tool_works_wellfor_candidate_vetting,_pre-employment_background_checks_and_overall_talent_acquisitionworkflows.
Check LinkedIn work history via personnel‑ID. Review previous employers and job timelines for background verification and candidate screening. Trigger: Linke...
quarantinedbackgroundcareeremployment dataClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pulls_professional_work-history_records_from_LinkedIn_datasets_using_a_personnel-IDlookup._It_extracts_past_employers,_job_titles_together_with_employment_start-and-enddates._Recruiters,_hiring_managers_and_sales_teams_validate_career_trajectories_andevaluate_professionals’_backgrounds_to_screen_qualified_applicants._This_tool_works_wellfor_candidate_vetting,_pre-employment_background_checks_and_overall_talent_acquisitionworkflows.Retrieving_LinkedIn_personnel_educational_background_queries,_fetching_educationalexperiences_containing_institutions,_degrees,_majors,_and_GPAs_from_LinkedIn_data_bypersonnel_ID._Helping_recruiters,_HR_teams,_and_hiring_managers_verify_educationalbackgrounds,_assess_candidate_qualifications,_and_make_smart_hiring_decisions—suitable_forcandidate_screening,_background_verification,_and_talent_assessment.
Check LinkedIn‑sourced education history via personnel ID. Confirm degrees, majors and GPA data for background checks and candidate evaluation. Trigger:Linke...
quarantinedapplicantbackgroundeducationClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Retrieving_LinkedIn_personnel_educational_background_queries,_fetching_educationalexperiences_containing_institutions,_degrees,_majors,_and_GPAs_from_LinkedIn_data_bypersonnel_ID._Helping_recruiters,_HR_teams,_and_hiring_managers_verify_educationalbackgrounds,_assess_candidate_qualifications,_and_make_smart_hiring_decisions—suitable_forcandidate_screening,_background_verification,_and_talent_assessment.Run_personnel_ID_searches_across_global_corporate_databases_to_pull_employees’_complete_academic_backgrounds._Retrieve_full_education_credentials_includingattended_institutions,_awarded_degrees,_majors_and_official_GPA_records._Recruiters,_HR_teams_and_hiring_managers_verify_applicants’_education_history_andassess_candidate_qualifications_to_make_data-driven_hiring_decisions._Streamline_pre-hire_screening,_official_background_verification_and_end-to-endcomprehensive_talent_assessment.
Check overseas staff’s education history via personnel ID. Access their university, degree, major and GPA data to support candidate screening and background...
quarantinedapplicantbackgroundcareerClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Run_personnel_ID_searches_across_global_corporate_databases_to_pull_employees’_complete_academic_backgrounds._Retrieve_full_education_credentials_includingattended_institutions,_awarded_degrees,_majors_and_official_GPA_records._Recruiters,_HR_teams_and_hiring_managers_verify_applicants’_education_history_andassess_candidate_qualifications_to_make_data-driven_hiring_decisions._Streamline_pre-hire_screening,_official_background_verification_and_end-to-endcomprehensive_talent_assessment.ACP_Background_Runs
Route requests for ACP or external coding agents such as Codex, Claude Code, Gemini CLI, and OpenCode into non-blocking OpenClaw background ACP runs instead...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ACP_Background_RunsA_Python_CLI_skill_for_Cutout.Pro_visual_APIs_—_background_removal,_face_cutout,_and_photo_enhancement._Supports_file_upload_&_image_URL_input.
Call Cutout.Pro visual processing APIs to perform background removal, face cutout, and photo enhancement. Supports both file upload and image URL input, retu...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__A_Python_CLI_skill_for_Cutout.Pro_visual_APIs_—_background_removal,_face_cutout,_and_photo_enhancement._Supports_file_upload_&_image_URL_input.Background_Delivery_SOP
Standardize how agents handle tasks that run in the background, via sub-agents, or via ACP sessions, so completed work is always proactively delivered back t...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Background_Delivery_SOPBackground_Download
Asynchronous background download with retry, status tracking via Ontology, notifications to original channel. Supports resume on broken connections.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Background_DownloadBackground_Job_Toasts
Background job toast notification system for the OpenClaw Control UI. Bottom-right corner toast bar that shows running/complete/error status for all backgrou...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Background_Job_ToastsBackground_Removal
Remove backgrounds from images with BiRefNet via inference.sh CLI. Model: BiRefNet (high accuracy background removal). Use for: product photos, portraits, e-...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Background_RemovalBackground_Remover_Claw_Skill
Generate ai background remover images with AI via the Neta AI image generation API (free trial at neta.art/open).
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Background_Remover_Claw_SkillIMA_AI_Music_&_Voice_Generator_—_Song,_BGM,_Background_Soundtrack,_Jingle,_Lyrics,_Beat_Maker,_Voiceover,_Narration_&_Composition
AI music generator and voice generator with Suno sonic v5, DouBao BGM, and DouBao Song. Generate AI music, songs with lyrics, background music, soundtracks,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__IMA_AI_Music_&_Voice_Generator_—_Song,_BGM,_Background_Soundtrack,_Jingle,_Lyrics,_Beat_Maker,_Voiceover,_Narration_&_CompositionImage_Background_Remove
AI Background Removal - Remove background from images, create transparent PNG. Supports JPG, PNG, WebP local files and remote URLs. One credit per image.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Image_Background_RemovePoyo_Video_Background_Removal
Remove backgrounds from hosted videos on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `poyo-ai/video-background-removal`, transparen...
quarantinedClawHub- Registry
- ClawHub
- Category
- Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Poyo_Video_Background_RemovalRemove_Background
Remove backgrounds from images — background removal API for transparent PNGs, cutouts, and masks. Segment foreground from background. Powered by Bria RMBG 2....
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Remove_BackgroundSZZG007_Background_Investigation
Comprehensive background investigation and profiling of customers, bloggers, and other individuals
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SZZG007_Background_InvestigationVideo_Remove_Background
Remove backgrounds from videos — video background removal API for transparent videos, alpha-channel clips, and green-screen-free footage. Powered by Bria's v...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Video_Remove_BackgroundVocal_Isolation,_Background_Music_Removal_then_De-Noise
Vocal isolation / background music removal on remote (FREE) L4 GPU. Trigger when user says: isolate vocals, remove background music, extract voice, 提取人声, 去除背...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Vocal_Isolation,_Background_Music_Removal_then_De-NoiseWeryAI_video_tool_—_background_remove
Remove or replace a video background with a solid color via WeryAI (video-background-remove). Use when the user wants background removal or a flat-color back...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__WeryAI_video_tool_—_background_removediffraction-scatter-background-substract
BGsub — X-ray diffraction (SAXS/WAXS/XRD) background subtraction toolkit for 2D images and 1D curves. X射线衍射(SAXS/WAXS/XRD)数据背景扣除工具,覆盖2D图像处理和1D曲线处理。 Use this...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__diffraction-scatter-background-substractremove_background
Remove backgrounds from images — background removal API for transparent PNGs, cutouts, and masks. Segment foreground from background. Powered by Bria RMBG 2....
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__remove_backgroundChecks_domain_availability_to_confirm_valid_or_inactive_status_for_corporate_websitedomains._It_helps_sales_teams,_marketers_and_researchers_validate_company_domains_andimprove_email_deliverability._As_an_essential_tool_for_CRM_data_cleansing,_sales-leadverification,_supplier_validation_and_email-list_scrubbing,_it_supports_pre-deliverycleanup_before_bulk_foreign-trade_email_campaigns,_recruitment_background_checks_and_buyerverification.
Verify corporate domain status to filter invalid domains, boost email deliverability and clean your CRM and email lists for exporters. Trigger: domain validi...
quarantinedB2Bdomain-checkdomain-securityClawHub- Registry
- ClawHub
- Category
- Business & Finance
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Checks_domain_availability_to_confirm_valid_or_inactive_status_for_corporate_websitedomains._It_helps_sales_teams,_marketers_and_researchers_validate_company_domains_andimprove_email_deliverability._As_an_essential_tool_for_CRM_data_cleansing,_sales-leadverification,_supplier_validation_and_email-list_scrubbing,_it_supports_pre-deliverycleanup_before_bulk_foreign-trade_email_campaigns,_recruitment_background_checks_and_buyerverification.Identifies_alumni_connections_from_LinkedIn_datasets_using_school-ID_and_personnel-IDinputs._It_maps_out_alumni-related_ties_linked_to_individuals_and_educationalinstitutions._Recruiters,_sales_teams_and_B2B_lead-generation_specialists_explore_alumninetworks,_track_educational-background_connections_and_build_expanded_contact_databases.This_tool_works_well_for_talent_sourcing,_institutional-network_research_and_B2Blead-generation_workflows.
Find alumni connections via school ID and personnel ID from LinkedIn. Trace educational‑based networks to source talents and grow your B2B contact list. Trig...
quarantinedB2Balumniformer-employeeClawHub- Registry
- ClawHub
- Category
- Business & Finance
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Identifies_alumni_connections_from_LinkedIn_datasets_using_school-ID_and_personnel-IDinputs._It_maps_out_alumni-related_ties_linked_to_individuals_and_educationalinstitutions._Recruiters,_sales_teams_and_B2B_lead-generation_specialists_explore_alumninetworks,_track_educational-background_connections_and_build_expanded_contact_databases.This_tool_works_well_for_talent_sourcing,_institutional-network_research_and_B2Blead-generation_workflows.Identify_corporate_alumni_and_former_coworkers_via_company_ID_and_personnel_ID_lookups_across_global_business_databases._Generate_complete_alumni_rosters_forany_target_enterprise.Recruiters,_sales_teams_and_B2B_lead_generation_specialists_map_professional_networks,_track_career_trajectories_and_expand_contactdatabases_at_scale._Streamline_talent_sourcing,_candidate_background_research_and_corporate_partnership_relationship_analysis_workflows.
Find corporate alumni and former colleagues with company ID and personnel ID. Trace career history and expand professional networks for recruitment and B2B l...
quarantinedB2B prospectingalumniformer-employeeClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Identify_corporate_alumni_and_former_coworkers_via_company_ID_and_personnel_ID_lookups_across_global_business_databases._Generate_complete_alumni_rosters_forany_target_enterprise.Recruiters,_sales_teams_and_B2B_lead_generation_specialists_map_professional_networks,_track_career_trajectories_and_expand_contactdatabases_at_scale._Streamline_talent_sourcing,_candidate_background_research_and_corporate_partnership_relationship_analysis_workflows.Image_generation,_editing_and_remove_background
Generate, edit, create product images with AI. Remove or replace backgrounds, lifestyle shots, transparent PNGs, visual assets, batch generation, illustratio...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Image_generation,_editing_and_remove_backgroundIt_validates_phone-number_status_including_valid,_invalid,_landline,_mobile_andWhatsApp-registered_statuses._It_helps_sales_teams,_recruiters,_traders_and_exportersverify_phone-number_authenticity,_cut_invalid_contacts_and_boost_outreach_efficiency._Thisessential_tool_supports_CRM_data_cleansing,_candidate_screening_and_supplier_verification.It_works_for_pre-send_cleanup_for_bulk_foreign-trade_SMS,_recruitment_background_checksand_buyer_validation.
Verify mobile and landline numbers and WhatsApp registration status. Reduce invalid contacts to improve outreach for exporters, recruiters and sales teams. T...
quarantinedB2BCRM datacontactClawHub- Registry
- ClawHub
- Category
- Business & Finance
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__It_validates_phone-number_status_including_valid,_invalid,_landline,_mobile_andWhatsApp-registered_statuses._It_helps_sales_teams,_recruiters,_traders_and_exportersverify_phone-number_authenticity,_cut_invalid_contacts_and_boost_outreach_efficiency._Thisessential_tool_supports_CRM_data_cleansing,_candidate_screening_and_supplier_verification.It_works_for_pre-send_cleanup_for_bulk_foreign-trade_SMS,_recruitment_background_checksand_buyer_validation.Locate_internal_staff_within_international_enterprises_via_company_ID_and_personnel_ID_queries_against_global_corporate_databases._Pull_full_colleague_rostersof_any_target_employee_with_one-click_search_operations._Recruiters,_sales_teams_and_B2B_lead_generation_specialists_source_bulk_batches_of_valuable_businesscontacts_seamlessly._Expand_professional_networking_resources_and_conduct_in-depth_talent_background_research._Map_out_clients’_internal_decision-makinghierarchies_and_unlock_additional_hidden_stakeholders_once_a_core_decision-maker_is_identified.
Find internal company teammates via company ID and personnel ID. Uncover hidden stakeholders and build your contact network to pinpoint client‑side decision‑...
quarantinedB2B contactcolleaguecoworkersClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Locate_internal_staff_within_international_enterprises_via_company_ID_and_personnel_ID_queries_against_global_corporate_databases._Pull_full_colleague_rostersof_any_target_employee_with_one-click_search_operations._Recruiters,_sales_teams_and_B2B_lead_generation_specialists_source_bulk_batches_of_valuable_businesscontacts_seamlessly._Expand_professional_networking_resources_and_conduct_in-depth_talent_background_research._Map_out_clients’_internal_decision-makinghierarchies_and_unlock_additional_hidden_stakeholders_once_a_core_decision-maker_is_identified.Tomoviee_Video_Background_Music
Generate music tailored to video content. Use when users request video_soundtrack operations or related tasks.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Tomoviee_Video_Background_MusicUncovering_LinkedIn_colleagues,_locating_colleagues_and_team_members_from_LinkedIn_data_bycompany_ID_and_personnel_ID._Helping_recruiters,_sales_teams,_and_B2B_lead-generationspecialists_discover_team_networks,_map_organizational_relationships,_and_expand_contactlists—suitable_for_network_expansion,_background_research,_and_account_intelligence.
Find internal colleagues through company‑ID and personnel‑ID on LinkedIn. Map organizational structures and gather contacts for sales outreach and account in...
quarantinedB2BcolleaguecorporateClawHub- Registry
- ClawHub
- Category
- Business & Finance
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Uncovering_LinkedIn_colleagues,_locating_colleagues_and_team_members_from_LinkedIn_data_bycompany_ID_and_personnel_ID._Helping_recruiters,_sales_teams,_and_B2B_lead-generationspecialists_discover_team_networks,_map_organizational_relationships,_and_expand_contactlists—suitable_for_network_expansion,_background_research,_and_account_intelligence.Validates_email_addresses_by_checking_format_compliance_and_active-or-inactive_status._Ithelps_sales_teams,_recruiters_and_marketers_confirm_email_authenticity,_lower_bounce_ratesand_boost_cold-outreach_performance._This_indispensable_tool_delivers_CRM_data_cleansing,candidate_screening,_supplier_verification_and_email-list_scrubbing._It_works_for_pre-sendcleanup_before_bulk_foreign-trade_email_campaigns,_recruitment_background_checks_and_buyervalidation.
Verify email validity and format, cut email bounce‑rates and clean contact lists for exporters, recruiters and B2B sales teams. Trigger: email address valida...
quarantinedCRM databounce-ratecontact-data-qualityClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Validates_email_addresses_by_checking_format_compliance_and_active-or-inactive_status._Ithelps_sales_teams,_recruiters_and_marketers_confirm_email_authenticity,_lower_bounce_ratesand_boost_cold-outreach_performance._This_indispensable_tool_delivers_CRM_data_cleansing,candidate_screening,_supplier_verification_and_email-list_scrubbing._It_works_for_pre-sendcleanup_before_bulk_foreign-trade_email_campaigns,_recruitment_background_checks_and_buyervalidation.background-agent-pings
Indexed by skills.sh from parcadei/continuous-claude-v3
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- parcadei
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__background-agent-pingsbackground-job-processing
Indexed by skills.sh from aj-geddes/useful-ai-prompts
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- aj-geddes
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__background-job-processingbackground-processing
Indexed by skills.sh from dpearson2699/swift-ios-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- dpearson2699
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__background-processingbackground-removal
Indexed by skills.sh from eachlabs/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- eachlabs
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__background-removalpython-background-jobs
Indexed by skills.sh from wshobson/agents
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- wshobson
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__python-background-jobsremove-background
Indexed by skills.sh from pilioai/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- pilioai
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__remove-backgroundTask_Ledger
Durable workflow layer for OpenClaw long-running work. Use when tasks are multi-stage, recoverable, parallelized across sub-agents/ACP, use background exec o...
quarantinedcheckpointdeployopenclawClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Task_LedgerOpenClaw_Cursor_Agent
Manage long-running Cursor CLI coding tasks through OpenClaw tools backed by tmux sessions. Use when the user asks to start a persistent coding job, inspect...
quarantinedagentbackground-taskcursorClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_Cursor_AgentAgent_Task_Tracker
Proactive task state management. Use on EVERY task start, progress update, completion, or failure. Tracks what was requested, what's running (background proc...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_Task_TrackerAi_Task_Hub
AI task hub for image analysis, background removal, speech-to-text, text-to-speech, markdown conversion, and points queries. Default host path is connector-f...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ai_Task_HubDex_Task_Tracking
Task tracking for async/multi-step work. Use dex to create, track, and complete tasks that span multiple sessions or require coordination (e.g., coding agent dispatches, PR reviews, background jobs). Tasks stored as JSON files in .dex/tasks/.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dex_Task_TrackingOpenClaw_Task_Scheduler
Task queue management with WebSocket real-time updates. Schedule, monitor, and control background tasks. Supports immediate, scheduled, and recurring tasks w...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_Task_SchedulerTask_Tracker
Proactive task state management. Use on EVERY task start, progress update, completion, or failure. Tracks what was requested, what's running (background proc...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Task_Trackeragent-task-tracker
Proactive task state management. Use on EVERY task start, progress update, completion, or failure. Tracks what was requested, what's running (background proc...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__agent-task-trackerauto-tail
verifiedlogsbuildsbackground-jobsFirst-party- Registry
- First-party
- Category
- Agent Ops
- Version
- 1.0.1
- Author
- AXE
- License
- MIT
curl -s /v1/skills/auto-tailClaude_Code_Task
Launch Claude Code async in background with automatic delivery to Telegram/WhatsApp. Use for coding, refactoring, codebase research, file generation, and com...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Claude_Code_TaskFeishu_Task_Control
Use in Feishu chats when the user wants to inspect, stop, or clean up background tasks spawned from the current chat. Uses subagents and session tools to lis...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_Task_ControlTask_Monitor
Real-time web dashboard for OpenClaw sessions and background tasks. Mobile-responsive with auto-refresh.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Task_MonitorClaude_Code_tmux_Runner
Manage multiple Claude Code tasks concurrently with tmux, enabling background execution, progress monitoring, and non-blocking workflow.
quarantinedbackgroundclaudecodeClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Claude_Code_tmux_RunnerContextKeeper
ContextKeeper — Safe project state tracking for AI agents. Manual checkpoint creation with validated inputs. No background processes, no PID manipulation, no...
quarantinedagentaicheckpointClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ContextKeeperInngest
Manage Inngest serverless background jobs and event-driven workflows via REST API. Use when asked to send events, trigger functions, list runs, cancel jobs,...
quarantinedbackground-jobsevent-driveninngestClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__InngestLocation_Aware_Backgrounds
Generate and save location-aware background images by choosing a real place cue, using local time and weather, and rendering through `nano-banana-pro`. Use w...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Location_Aware_BackgroundsMind-Wander
Background reasoning agent that autonomously explores open questions using a local LLM (Qwen3.5-9B), a private knowledge graph for dead-end tracking, and Per...
quarantinedbackground-agentlocal-llmnoveltyClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Mind-Wanderphoto-editing
Summarize Magic Eraser's AI photo-editing tools (object removal, background removal, enhance, expand, fill, filters, text-to-image, design) and its availability on web, iOS, and Android.
quarantinedphoto-editingai-imagebackground-removalbrowse.sh- Registry
- browse.sh
- Category
- Photo Editing
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__photo-editingAi_Agentic_Video_Editor
AI agentic video editor. An autonomous AI editor for video that decomposes natural-language prompts into a planned, verified, executed sequence of edits — vi...
quarantinedai-video-editoraudio-cleanupbrand-kitClawHub- Registry
- ClawHub
- Category
- Media
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ai_Agentic_Video_EditorFind_People_(x402)
Open Source Intelligence (OSINT) tool for researching individuals - professional backgrounds, career timelines, due diligence, competitive intelligence, and investor research. Use when users need to research people, verify credentials, or gather professional information. Costs…
quarantinedbackground-checkdue-diligencelinkedinClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Find_People_(x402)Skill_Bundle
Agentic AI video editor — an autonomous agent that plans and executes natural-language video edits end-to-end. Viral clips, auto captions, vertical 9:16 refr...
quarantinedai-video-editoraudio-cleanupbrand-kitClawHub- Registry
- ClawHub
- Category
- Media
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Skill_BundleLong_Running_Tasks
Autonomously orchestrate multi-phase background coding projects with crash recovery, stall detection, progress reporting, and sequential task execution.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Long_Running_TasksTask
Tasker docstore task management via tool-dispatch. Use for task lists, due today/overdue, week planning, add/move/complete, or explicit /task commands.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Tasktask
Indexed by skills.sh from camacho/ai-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Productivity· inferred
- Version
- 1.0.0
- Author
- camacho
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__taskimagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual vari…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__imagegenworkflow-orchestration
verifiedFirst-party- Registry
- First-party
- Category
- Infrastructure
- Version
- 1.0.0
- Author
- AXE
- License
- MIT
curl -s /v1/skills/workflow-orchestrationChanjing_Video_Compose
Use Chanjing video synthesis APIs to create digital human videos from text or audio, with optional background upload, task polling, and explicit download whe...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Chanjing_Video_ComposeCodex_Orchestrator
Monitor, control, and orchestrate background Codex sessions. Use this skill to track progress, handle interruptions, and ensure task completion for long-running coding tasks.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Codex_OrchestratorDogearai_Memory
Recall and persist the user's long-term context with DogearAI — their personal, cross-tool AI memory layer. Use at the start of any task that needs the user's saved context (their preferences, past decisions, project background, stack), and whenever the user states something d…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dogearai_MemoryFeishu_Parallel_Dispatch
Use in Feishu chats when the assistant should stay responsive while longer work continues in the background. Creates one spawned sub-agent task per substanti...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_Parallel_DispatchOban
Design and implement Oban background job workers for Elixir. Configure queues, retry strategies, uniqueness constraints, cron scheduling, and error handling. Generate Oban workers, queue config, and test setups. Use when adding background jobs, async processing, scheduled task…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ObanOban_Designer
Design and implement Oban background job workers for Elixir. Configure queues, retry strategies, uniqueness constraints, cron scheduling, and error handling. Generate Oban workers, queue config, and test setups. Use when adding background jobs, async processing, scheduled task…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Oban_DesignerOh_My_OpenCode
Multi-agent orchestration plugin for OpenCode. Use when the user wants to install, configure, or operate oh-my-opencode — including agent delegation, ultrawork mode, Prometheus planning, background tasks, category-based task routing, model resolution, tmux integration, or any …
quarantinedautonomouscodingoh-my-opencodeClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Oh_My_OpenCodeOpenclaw_Token_Memory_Optimizer
Optimization suite for OpenClaw agents to prevent token leaks and context bloat. Use when an agent needs to implement background task isolation (Cron) or a Reset & Summarize workflow (RAG).
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Openclaw_Token_Memory_OptimizerPostgres_Job_Queue
PostgreSQL-based job queue with priority scheduling, batch claiming, and progress tracking. Use when building job queues without external dependencies. Triggers on PostgreSQL job queue, background jobs, task queue, priority queue, SKIP LOCKED.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Postgres_Job_QueueQwen_Code
Run Alibaba Cloud Qwen Code CLI via background process for task execution, code review, and automation.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Qwen_CodeSuper_Proactive_V2
Transforms AI agents into proactive partners with multi-tier memory, autonomous background tasks, task queue, and persistent working context for better auton...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Super_Proactive_V2Zyt_video_compose
Use Chanjing video synthesis APIs to create digital human videos from text or audio, with optional background upload, task polling, and explicit download whe...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Zyt_video_composeagent-wake
Wake an OpenClaw agent session from an external script or process. Use when a background task (Claude Code CLI, cron job, webhook, price alert, or any script...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__agent-wakemyskil
Monitor Outlook and other common webmail inboxes in a persistent Edge profile, process new messages as a detached local background task, capture complete mes...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__myskilwanjie-openclaw-video
Generates Veo videos via natural language commands with automatic dependency repair, timeout handling, and background task monitoring.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.14
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__wanjie-openclaw-videowhoami
Cross-AI user identity profile sync service. When you need user's background, preferences, or personal context to better execute a task, invoke this skill to...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__whoamicomputer-use
Drive the desktop background-first; escalate on signal.
verifiedquarantinedmacoswindowslinuxbuilt-in- Registry
- built-in
- Category
- AI Agents
- Version
- 1.0.0
- Author
- Francesco Bonacci (f-trycua), Hermes Agent
- License
- MIT
curl -s /v1/skills/community__axehub:built-in__built-in__computer-usefastapi-mastery
verifiedFirst-party- Registry
- First-party
- Category
- Web
- Version
- 1.0.0
- Author
- AXE
- License
- MIT
curl -s /v1/skills/fastapi-mastery08_Video_Merge
Locally merges video clips, dubbing audio, SRT subtitles, and background music into a 9:16 vertical short video ready for publishing.
quarantinedClawHub- Registry
- ClawHub
- Category
- Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__08_Video_MergeGeneration
Free local AI image and video processing toolkit with cloud AI generation. Local tools: upscale (Real-ESRGAN), face enhance (GFPGAN/CodeFormer), background r...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Image_&_Video_Toolkit_—_Free_Upscale,_Face_Enhance,_BG_Remove_&__GenerationAbstract_Summarizer
Transform lengthy academic papers into concise, structured 250-word abstracts capturing background, methods, results, and conclusions. Optimized for research...
quarantinedClawHub- Registry
- ClawHub
- Category
- Research· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Abstract_SummarizerAgent_Dreams
Strategies for productive agent idle time using heartbeats and cron jobs. Use when setting up proactive behaviors, scheduling background tasks, or making you...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_DreamsAioom
AI-powered memory guardian for Windows. Manage system memory, kill high-risk processes, monitor in background, and view real-time Web GUI dashboard. Triggers...
quarantinedaimemorywindowsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AioomAmazon_Listing_Image_Optimizer
Audit Amazon product listing images for non-square dimensions, auto-pad them to 2000×2000 white background, and push corrected images to live listings via SP...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Amazon_Listing_Image_OptimizerAssists_in_writing_high-quality_requirements_documents_using_an_8-dimension_framework
Assists in writing high-quality requirements documents using an 8-dimension framework. Covers background, objectives, scope, detailed flows, non-functional n...
quarantinedPRDdocumentationplanningClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Assists_in_writing_high-quality_requirements_documents_using_an_8-dimension_frameworkAuto-Talk-TTS
Auto-speak every message using edge-tts. Automatically converts all responses to speech asynchronously in the background. Install the package if needed, then...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Auto-Talk-TTSBGM_Maker
Generate original background music for short videos from a natural language description. Use when creators need royalty-free BGM, video background music, or...
quarantinedClawHub- Registry
- ClawHub
- Category
- Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__BGM_MakerBacktest_Poller
Background daemon that monitors QuantConnect backtests with adaptive polling, real-time equity tracking, drawdown early-stop, auto-download, and auto-diagnos...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Backtest_PollerBible_QA_(OpenClaw_Church)
Answers questions about a Bible passage, person, or topic with background, key verses, and application. Use when the user asks about a scripture reference, c...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Bible_QA_(OpenClaw_Church)Blog_to_Avatar_Video
Turn a blog post URL into a talking-head avatar video — the avatar reads a summarized script of the post against a clean background. Use when the user wants...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Blog_to_Avatar_VideoCareer_Planner_职业规划顾问
A professional AI career planning advisor that guides users step-by-step through a structured interview to understand their background, skills, interests, si...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Career_Planner_职业规划顾问Chalk_Art_Image_Generator
Generate chalkboard art and chalk drawings. Use when the user asks for chalk art, blackboard menu, or pastel drawing on dark background.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Chalk_Art_Image_GeneratorChildcare_Compliance
Provides detailed US state licensing, staffing ratios, background checks, health, safety, and operational compliance for childcare centers and family daycare...
quarantinedCCDBGchildcarecomplianceClawHub- Registry
- ClawHub
- Category
- Security
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Childcare_ComplianceChina_Id_Photo
生成中国标准证件照。Use when the user needs to create an ID photo, passport photo, visa photo, or any standard photo with specific size and background color. Supports...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__China_Id_PhotoClaude_Code_Bridge
Bridges OpenClaw (QQ, Telegram, WeChat, and other messaging channels) to a persistent Claude Code CLI session running in a background tmux process. Enables s...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Claude_Code_BridgeCoder_for_OpenClaw
Install and wire a coding-focused OpenClaw sub-agent for background code execution, test-driven edits, bug fixing, small project scaffolding, and small-to-me...
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Coder_for_OpenClaw