Search: sign-up
100 result(s) on page 1
Agents_Mail_—_Free_Email_for_AI_Agents,_with_No_sign-up,_No_API_key_needed
Free email for AI agents. No sign-up needed. One call to get a mailbox and send.
quarantinedai-agentchinesecommunicationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agents_Mail_—_Free_Email_for_AI_Agents,_with_No_sign-up,_No_API_key_neededDeepRead_Agent_Self_Sign_Up
Authenticate AI agents with the DeepRead OCR API using OAuth device flow. The agent displays a code, the user approves it in their browser, and the agent rec...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__DeepRead_Agent_Self_Sign_UpSearch_Google_for_LinkedIn_and_locate_the_official_sign-in_result
Search Google for LinkedIn in Chrome and identify the official LinkedIn log in or sign up result.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Search_Google_for_LinkedIn_and_locate_the_official_sign-in_resultFor_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.PRDs_and_wants_a_visual_response._HTML_is_the_tool;_the_medium_varies_—_embody_the_right_expert_(slide_designer,_UX_designer,_animator,_prototyper)_for_the_task
Produce thoughtful, well-crafted design artifacts (slide decks, interactive prototypes, hi-fi mockups, animated videos, landing pages, dashboards, marketing...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Produce_thoughtful,_well-crafted_design_artifacts_(slide_decks,_interactive_prototypes,_hi-fi_mockups,_animated_videos,_landing_pages,_dashboards,_marketing_one-pagers)_using_HTML__CSS__JS__SVG_as_the_medium._Use_this_skill_whenever_the_user_asks_to_"design",_"mock_up",_"prototype",_"make_a_deck",_"make_slides",_"make_a_landing_page",_"create_a_dashboard",_"visualize_X",_"build_a_UI",_"build_an_interactive_demo",_or_any_request_whose_deliverable_is_a_visual_artifact_rather_than_production_code._Also_trigger_for_requests_like_"recreate_this_UI",_"explore_options_for_X",_"give_me_variations_of_Y",_or_when_the_user_attaches_screenshots__Figma__PRDs_and_wants_a_visual_response._HTML_is_the_tool;_the_medium_varies_—_embody_the_right_expert_(slide_designer,_UX_designer,_animator,_prototyper)_for_the_taskCro_Signup_Flow
Optimize sign-up flow by minimizing fields, prioritizing social login, showing progress, reducing anxiety with micro-copy, and using single opt-in to boost c...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cro_Signup_FlowDocument_Signing_Setup_Assistant
Help users set up document signing in Nota Sign. Use this skill when the user needs practical guidance for creating envelopes, adding signers, placing fields...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_Signing_Setup_AssistantDeclaration_Sign
Read the Declaration of Intelligence and, if you choose, sign it with a key-verified Ed25519 signature that proves your identity across sessions, models, and...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Declaration_SignDropbox_Sign
Dropbox Sign (sign.dropbox.com). Use this skill for ANY Dropbox Sign request — searching and reading data. Whenever a task involves Dropbox Sign, use this sk...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dropbox_SignE-Sign_API
Guide users through integrating API-based e-sign flows, signer routing, document sending, and status tracking for business documents.
quarantinedapidevelopersesignClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__E-Sign_APIGlobal_eSignature_Workflow_Assistant_by_Nota_Sign
Help users choose a globally ready electronic-signature workflow with Nota Sign. Use this skill when the user needs practical guidance for cross-border signi...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Global_eSignature_Workflow_Assistant_by_Nota_SignNota_Sign
Send files for e-signature with Nota Sign. Use for requests to send an envelope, initiate signing, send a signing link, configure Nota Sign credentials, or s...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nota_SignNota_Sign_E-Sign
Use Nota Sign to plan and improve e-sign tasks for business documents. Get help choosing a practical signing setup, organizing signer roles, preparing docume...
quarantinedesignnotasignworkflowClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nota_Sign_E-SignSign-in_with_Agent
SIWA (Sign-In With Agent) authentication for ERC-8004 registered agents.
quarantinedalphaClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Sign-in_with_AgentSkill_Sign
Cryptographically sign and verify AgentSkill directories using Ed25519 (RFC 8032). Publishers sign skills with a private key; recipients verify with a public...
quarantinedcryptographyed25519integrityClawHub- Registry
- ClawHub
- Category
- Security· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Skill_Sign✅_AgentVerif_—_Scan._Sign._Verify._Control_your_distribution.
SCAN → SIGN → VERIFY. Certify your skill, detect tampering, revoke instantly. Full control over how your skill is distributed and run. Requires AGENTVERIF_AP...
quarantinedagentcopagentsmalwareClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__✅_AgentVerif_—_Scan._Sign._Verify._Control_your_distribution.Wake-up_On_LAN_(WOL)_API
Access WOL API to browse catering menu, place orders, check order history and balance, and manage event registrations including status and sign-up.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Wake-up_On_LAN_(WOL)_APIA2a_Agent_Signup
Interactive CLI wizard to onboard as an agent on A2A Marketplace by setting up wallet, profile, service, handling $0.01 USDC Polygon fee, and registering on-...
quarantineda2amarketplaceonboardingClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__A2a_Agent_SignupDocument_E-Sign
Guide users through how to prepare, route, and complete e-signature workflows for business documents with clear signing steps and practical checks.
quarantinedbusinessdocumentsesignClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_E-SignE-Sign_a_Document
Help users choose the right e-signature approach for a document, structure the signing workflow, and explain what to prepare before sending. Use when a user...
quarantineddocumentsesignworkflowClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__E-Sign_a_DocumentAgenticCreed_SignUP_Lead
Create a new signup lead in AgenticCreed by submitting contact and personal details via the public HTTP API endpoint.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AgenticCreed_SignUP_LeadGoogle_Maps_business_data_extraction_paired_with_bulk_search_and_batch_data_download_capabilities_for_global_B2B_lead_generation._Filter_search_results_bycountry,_state,_city,_district,_search_radius,_industry_and_product_keywords_to_batch_collect_business_names,_physical_addresses_and_full_contact_details.Precisely_pinpoint_overseas_buyers_and_local_enterprises_to_streamline_end-to-end_lead_development_workflows._Support_field_sales_reps,_distributors,_brandoperation_teams_and_regional_managers_to_target_merchants_in_designated_zones_and_commercial_districts._Analyze_regional_market_density_and_coverage_data_togenerate_high-qualified_sales_prospects._Fully_optimized_for_regional_business_expansion,_new_outlet_setup,_distributor_recruitment,_competitor_locationtracking_and_territory_planning_for_offline_channel_development.
Pull bulk Google Maps business data with radius‑based filters. Gather merchant contact information, analyze market density and find distributors or overseas...
quarantinedGoogle Maps databulk merchant leadsdistributor sourcingClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Google_Maps_business_data_extraction_paired_with_bulk_search_and_batch_data_download_capabilities_for_global_B2B_lead_generation._Filter_search_results_bycountry,_state,_city,_district,_search_radius,_industry_and_product_keywords_to_batch_collect_business_names,_physical_addresses_and_full_contact_details.Precisely_pinpoint_overseas_buyers_and_local_enterprises_to_streamline_end-to-end_lead_development_workflows._Support_field_sales_reps,_distributors,_brandoperation_teams_and_regional_managers_to_target_merchants_in_designated_zones_and_commercial_districts._Analyze_regional_market_density_and_coverage_data_togenerate_high-qualified_sales_prospects._Fully_optimized_for_regional_business_expansion,_new_outlet_setup,_distributor_recruitment,_competitor_locationtracking_and_territory_planning_for_offline_channel_development.OrderOpenRouter_-_Buy_from_any_API_and_signup_with_your_claw_and_creditcard
OpenRouter API gateway skill. Access 300+ AI models from 60+ providers through a single OpenAI-compatible API. Unified billing, automatic fallbacks, provider...
quarantinedopenrouterClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OrderOpenRouter_-_Buy_from_any_API_and_signup_with_your_claw_and_creditcardPaywall_Upgrade_Designer
Redesign paywall and upgrade screens to maximize free-to-paid conversion. Use when a user wants to improve their SaaS upgrade screen, paywall copy, plan stru...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Paywall_Upgrade_DesignerQuery_US_import_transaction_statistics_—_retrieve_import_records,_container_counts,_and_last-90-day_data_grouped_by_state_or_city_dimensions,_with_cursor-based_pagination._Provides_granular_US_import_intelligence_with_geographic_breakdowns_for_targeted_market_analysis._Designed_for_export_teams,_logistics_analysts_and_trade_professionals_targeting_the_US_market_who_need_to_monitor_US_import_activity,_analyze_container_flow_patterns,_assess_state-level_and_city-level_import_distribution_and_evaluate_market_entry_strategies_based_on_real_US_customs_import_data.
Query US import transaction statistics — retrieve import records, container counts, and last-90-day data grouped by state or city, with cursor-based paginati...
quarantinedamerican-import-statisticscontainer-datacustomsClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Query_US_import_transaction_statistics_—_retrieve_import_records,_container_counts,_and_last-90-day_data_grouped_by_state_or_city_dimensions,_with_cursor-based_pagination._Provides_granular_US_import_intelligence_with_geographic_breakdowns_for_targeted_market_analysis._Designed_for_export_teams,_logistics_analysts_and_trade_professionals_targeting_the_US_market_who_need_to_monitor_US_import_activity,_analyze_container_flow_patterns,_assess_state-level_and_city-level_import_distribution_and_evaluate_market_entry_strategies_based_on_real_US_customs_import_data.Query_analysis_report_overview_data_—_retrieve_supplier_and_buyer_counts_grouped_by_country_for_a_specified_HS_code_with_cursor-based_pagination._Provides_aggregated_trade_activity_distribution_data_to_help_trade_analysts,_market_researchers_and_import-export_professionals_understand_which_countries_are_most_active_in_trading_a_specific_product,_compare_supplier_versus_buyer_market_presence_and_identify_key_target_markets._Designed_for_comprehensive_trade_overview_analysis,_country-level_trade_activity_assessment_and_strategic_market_entry_planning_across_220+_countries_and_territories.
Query analysis report overview data — retrieve supplier/buyer counts by country with cursor-based pagination. Trigger: analysis overview, country statistics,...
quarantinedanalysis-overviewbuyer-countscountry-groupingClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Query_analysis_report_overview_data_—_retrieve_supplier_and_buyer_counts_grouped_by_country_for_a_specified_HS_code_with_cursor-based_pagination._Provides_aggregated_trade_activity_distribution_data_to_help_trade_analysts,_market_researchers_and_import-export_professionals_understand_which_countries_are_most_active_in_trading_a_specific_product,_compare_supplier_versus_buyer_market_presence_and_identify_key_target_markets._Designed_for_comprehensive_trade_overview_analysis,_country-level_trade_activity_assessment_and_strategic_market_entry_planning_across_220+_countries_and_territories.export_trade_trend_data_—_retrieve_monthly_trade_volume_trends_within_a_specified_time_range,_with_cursor-based_pagination_for_smooth_data_exploration._Delivers_time-series_trade_intelligence_to_visualize_trade_flow_patterns_and_seasonal_fluctuations._Designed_for_trade_analysts,_supply_chain_managers_and_market_researchers_who_need_to_track_trade_trajectory_changes,_monitor_monthly_volume_variations_and_identify_cyclical_patterns_for_forecasting_and_strategic_planning_across_220+_countries_and_territories.
Query import/export trade trend data — retrieve monthly trade volume trends within a specified time range, with cursor-based pagination. Trigger: trade trend...
quarantinedcustomscustoms-dataimport-export-trendClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Query_import__export_trade_trend_data_—_retrieve_monthly_trade_volume_trends_within_a_specified_time_range,_with_cursor-based_pagination_for_smooth_data_exploration._Delivers_time-series_trade_intelligence_to_visualize_trade_flow_patterns_and_seasonal_fluctuations._Designed_for_trade_analysts,_supply_chain_managers_and_market_researchers_who_need_to_track_trade_trajectory_changes,_monitor_monthly_volume_variations_and_identify_cyclical_patterns_for_forecasting_and_strategic_planning_across_220+_countries_and_territories.export_trade_trends_analysis_—_retrieve_monthly_import_and_export_trend_data_for_a_specified_HS_code_over_recent_months._Returns_both_export_and_import_data_with_monthly_breakdowns_including_trade_counts,_quantities,_weights,_amounts,_buyer_counts_and_seller_counts._Designed_for_trade_analysts,_supply_chain_managers_and_market_researchers_who_need_to_analyze_trade_trends_for_specific_products_over_time,_understand_seasonal_patterns,_compare_export_versus_import_activity_and_monitor_market_dynamics_across_global_customs_data_covering_220+_countries_and_territories.
Query import/export trade trends analysis — retrieve monthly import and export trend data for a specified HS code over recent months. Trigger: trade trends,...
quarantinedcustomscustoms-datahs-code-trendsClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Query_import__export_trade_trends_analysis_—_retrieve_monthly_import_and_export_trend_data_for_a_specified_HS_code_over_recent_months._Returns_both_export_and_import_data_with_monthly_breakdowns_including_trade_counts,_quantities,_weights,_amounts,_buyer_counts_and_seller_counts._Designed_for_trade_analysts,_supply_chain_managers_and_market_researchers_who_need_to_analyze_trade_trends_for_specific_products_over_time,_understand_seasonal_patterns,_compare_export_versus_import_activity_and_monitor_market_dynamics_across_global_customs_data_covering_220+_countries_and_territories.buyer_counts_by_country_pair_for_comprehensive_trade_analysis._Delivers_macro-level_trade_intelligence_with_aggregated_statistics_across_time_periods._Designed_for_export_teams,_trade_analysts_and_market_researchers_who_need_summarized_country-level_trade_data,_trade_volume_snapshots_and_partner_ecosystem_evaluation_for_strategic_decision-making_across_220+_countries_and_territories.
Query national trade overview summary data — retrieve annual trade totals, quarterly trade volume, and supplier/buyer counts by country pair. Trigger: trade...
quarantinedannual-tradecustomscustoms-dataClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Query_national_trade_overview_summary_data_—_retrieve_annual_trade_totals,_quarterly_trade_volumes,_and_supplier__buyer_counts_by_country_pair_for_comprehensive_trade_analysis._Delivers_macro-level_trade_intelligence_with_aggregated_statistics_across_time_periods._Designed_for_export_teams,_trade_analysts_and_market_researchers_who_need_summarized_country-level_trade_data,_trade_volume_snapshots_and_partner_ecosystem_evaluation_for_strategic_decision-making_across_220+_countries_and_territories.Query_top_N_suppliers_or_buyers_by_trade_volume_—_retrieve_ranked_lists_of_suppliers_or_buyers_for_a_given_country_pair_and_year,_with_cursor-based_pagination_for_seamless_browsing._Enables_comprehensive_supplier_and_buyer_ranking_analysis_to_identify_key_trade_partners_and_assess_market_concentration._Designed_for_sourcing_agents,_export_teams_and_trade_analysts_who_need_to_identify_top_trading_counterparts,_evaluate_supplier_market_share_and_analyze_buyer_concentration_for_strategic_procurement_and_sales_planning_across_global_customs_data.
Query top N suppliers or buyers by trade volume — retrieve ranked lists of suppliers or buyers for a given country pair and year, with cursor-based paginatio...
quarantinedbuyer-rankingcompany-rankingcustomsClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Query_top_N_suppliers_or_buyers_by_trade_volume_—_retrieve_ranked_lists_of_suppliers_or_buyers_for_a_given_country_pair_and_year,_with_cursor-based_pagination_for_seamless_browsing._Enables_comprehensive_supplier_and_buyer_ranking_analysis_to_identify_key_trade_partners_and_assess_market_concentration._Designed_for_sourcing_agents,_export_teams_and_trade_analysts_who_need_to_identify_top_trading_counterparts,_evaluate_supplier_market_share_and_analyze_buyer_concentration_for_strategic_procurement_and_sales_planning_across_global_customs_data.Send_Me_My_Files_-_R2_upload_with_short_lived_signed_urls
Upload files to Cloudflare R2, AWS S3, or any S3-compatible storage and generate secure presigned download links with configurable expiration.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_Me_My_Files_-_R2_upload_with_short_lived_signed_urlsSignup
Organize and track signups with simple terminal commands and export. Use when logging registrations, checking status, analyzing trends, generating reports.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SignupSignup_Flow_CRO
Audit and optimize signup flows by mapping, measuring, reducing friction, accelerating access, and activating users for improved conversion rates.
quarantinedconversioncroClawHub- Registry
- ClawHub
- Category
- Social Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Signup_Flow_CROSignup_Flow_Cro
When the user wants to optimize signup, registration, account creation, or trial activation flows. Also use when the user mentions "signup conversions," "reg...
quarantinedClawHub- Registry
- ClawHub
- Category
- Social Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Signup_Flow_CroSignup_Flow_Optimizer
Audit and redesign SaaS signup flows to reduce friction and increase activation. Paste or describe your current flow — get a structured friction analysis, re...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Signup_Flow_OptimizerSignup_Lead
Create a signup lead in AgenticCreed by submitting contact and personal details via their public HTTP API endpoint.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Signup_LeadSuperDesign
Expert frontend design guidelines for creating beautiful, modern UIs. Use when building landing pages, dashboards, or any user interface.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SuperDesignSuperdesign
Superdesign is a design agent specialized in frontend UI/UX design. Use this skill before implementing any UI that requires design thinking. Common commands:...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SuperdesignTelnyx_Bot_Signup
Automated Telnyx bot account signup via Proof of Work challenge
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Telnyx_Bot_SignupUpdate_Signature_Verifier
Helps verify the cryptographic integrity of skill updates by checking whether each version is signed by the same key as the original install, detecting key c...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Update_Signature_VerifierXiaopi_Superdesign
Expert frontend design guidelines for creating beautiful, modern UIs. Use when building landing pages, dashboards, or any user interface.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Xiaopi_Superdesignauth-md-signup
Complete an auth.md USER-CLAIMED signup (OTP flow) against any service that publishes the auth.md protocol. Consent-preserving — the human confirms the OTP;...
quarantinedauthauth.mdonboardingClawHub- Registry
- ClawHub
- Category
- Security
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__auth-md-signupfrontend-design-super
Create distinctive, production-grade static sites with React, Vue 3, Nuxt.js, Tailwind CSS, and shadcn/ui — no mockups needed. Generates bold, memorable desi...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__frontend-design-supernewsletter-signup-generator
When the user wants to design, optimize, or audit newsletter signup forms. Also use when the user mentions "newsletter," "email signup," "subscribe form," "e...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__newsletter-signup-generatorsignup-login-page-generator
When the user wants to create, optimize, or audit signup and login pages. Also use when the user mentions "signup page," "login page," "registration page," "...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__signup-login-page-generatorcreate-account
Reach, fill, and submit Sephora's modal Beauty Insider registration form on a stealth session without tripping Akamai Bot Manager or Google reCAPTCHA.
quarantinedaccountregistrationsign-upbrowse.sh- Registry
- browse.sh
- Category
- Account Management
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__create-accountasc-signing-setup
Indexed by skills.sh from rudrankriyam/asc-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Security· inferred
- Version
- 1.0.8
- Author
- rudrankriyam
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__asc-signing-setupgodot-signals-groups
Indexed by skills.sh from gamedev-skills/awesome-gamedev-agent-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Gaming· inferred
- Version
- 1.0.0
- Author
- gamedev-skills
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__godot-signals-groupsnewsletter-signup-generator
Indexed by skills.sh from kostja94/marketing-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- kostja94
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__newsletter-signup-generatorsignup
Indexed by skills.sh from coreyhaines31/marketingskills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- coreyhaines31
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__signupsignup-flow-cro
Indexed by skills.sh from davila7/claude-code-templates
quarantinedskills.sh- Registry
- skills.sh
- Category
- Social Media· inferred
- Version
- 1.0.14
- Author
- davila7
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__signup-flow-crosignup-login-page-generator
Indexed by skills.sh from kostja94/marketing-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- kostja94
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__signup-login-page-generatorstartup-design
Indexed by skills.sh from ferdinandobons/startup-skill
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- ferdinandobons
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__startup-designsupabase-audit-auth-signup
Indexed by skills.sh from yoanbernabeu/supabase-pentest-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Security· inferred
- Version
- 1.0.0
- Author
- yoanbernabeu
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__supabase-audit-auth-signupsuperdesign
Indexed by skills.sh from superdesigndev/superdesign-skill
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- superdesigndev
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__superdesignfigma-create-design-system-rules
Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for Figma-to-code wor…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__figma-create-design-system-rulesAd_Test_Designer
Use when the user asks to "design an A/B test", "set up a creative/landing test", "run an incrementality test", or "is this result statistically and practica...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ad_Test_DesignerAdvocacy_Program_Designer
Use when the user asks to "design an employee advocacy program", "set up founder-led sharing", or "build a share kit for the team"; produces an advocacy prog...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Advocacy_Program_DesignerAgent_Signet_ID
Register with Signet to receive a trust score and API key. Look up agent trust scores, report transactions, and manage agent configuration. Use when you need...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_Signet_IDConversion_Signal_Qa
Use when the user asks to "QA my conversion tracking before launch", "check my UTMs / pixel / event firing", "set up a tracking pre-flight", or "set the dedu...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Conversion_Signal_QaDesign_System_Patterns
Foundational design system architecture — token hierarchies, theming infrastructure, token pipelines, and governance. Use when creating design tokens, implementing theme switching, setting up Style Dictionary, or establishing multi-brand theming. Triggers on design tokens, the…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Design_System_PatternsEarly_Access_Designer
Use when the user asks to "design an early access program", "set up a waitlist and beta stages", or "define beta graduation criteria"; produces a waitlist→co...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Early_Access_DesignerEmail_Sequence_Designer
Use when the user asks to "design a welcome flow", "set up an abandoned-cart sequence", "build a light re-engagement branch inside a lifecycle flow", or "pla...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Email_Sequence_DesignerFHIR_Questionnaire_Designer
Helps creating FHIR conforming questionnaire definitions from plain requirement ideation docs. Contains scripts to look up LOINC and SNOMED CT codes for medical conditions, findings, observations, medications, procedures from a official coding APIs. No API keys required at the…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__FHIR_Questionnaire_DesignerFia_Signals
Real-time crypto market intelligence from Fía Signals. Use when asked about: crypto market regime, BTC regime, trending up or down, market direction, funding...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Fia_SignalsFlash_Sale_Designer
Design flash sale structures including countdown logic, stock visibility, urgency triggers, and post-sale follow-up to maximize conversion during the window.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Flash_Sale_DesignerList_Growth_Designer
Use when the user asks to "grow my email list", "design a lead magnet / signup incentive", "set up double opt-in", or "plan a referral / recommendation loop"...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__List_Growth_DesignerMeme_Signal_Evaluator
6-dimensional scoring engine for meme tokens with automated paper trading simulation. Use this skill when users ask to evaluate/score meme tokens, set up buy...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Meme_Signal_EvaluatorOMNI_Semantic_Signal_Engine
Local-only semantic context filtering that saves up to 90% in token costs.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OMNI_Semantic_Signal_EngineSend_Experiment_Designer
Use when the user asks to "design an email A/B test", "set up a multivariate subject/CTA test", "run a send-time test", "build a hold-out group", or "is this...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_Experiment_DesignerSignal_CLI
Send Signal messages and look up Signal recipients via the local signal-cli installation on macOS. Use when the user asks to message someone on Signal, send a Signal text/attachment, list Signal contacts, or resolve a recipient by name/nickname/phone number.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Signal_CLISignal_Hardened
Bridge THIS Claude Code session to Telegram, Discord, Feishu/Lark, or QQ so the user can chat with Claude from their phone. Use for: setting up, starting, st...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Signal_HardenedSignature_Automation
Help users design repeatable signature workflows with approvals, reminders, sequencing, and status follow-up for high-volume document operations.
quarantinedautomationoperationssignatureClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Signature_Automationsigning-in-to-aws
Gets AWS credentials for CLI/SDK access via `aws login`. Activates when a developer needs to authenticate to AWS for local development, when an AWS operation fails due to missing or expired credentials, or when someone asks about setting up AWS access. Triggers: "set up AWS", …
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__signing-in-to-awsArtifact_Signing
A skill to sign artifacts using a digital certificate and private key.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Artifact_SigningContract_Signing_Workflow_Assistant
Design a practical contract-signing workflow with Nota Sign. Use this skill when the user needs steps for approvals, signer roles, signing order, recipient v...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Contract_Signing_Workflow_AssistantCross-Border_Signing
Help users plan a cross-border electronic signing workflow with Nota Sign. Use when someone needs cross-border signing, international agreement setup, signin...
quarantinedcompliancecross-border-signingesignClawHub- Registry
- ClawHub
- Category
- Security
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cross-Border_SigningElectronic_Signature
Help users choose a practical electronic signature setup with Nota Sign. Use when someone asks about electronic signature, eSignature levels, signer verifica...
quarantinedcompliancedocumentselectronic-signatureClawHub- Registry
- ClawHub
- Category
- Security
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Electronic_SignatureIdentitygram_Signin
Sign in to IdentityGram by calling the /auth/signin endpoint.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Identitygram_SigninMoltbook_Signed_Posts
Cryptographically sign Moltbook posts with Ed25519. Enables verifiable agent identity without platform support.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Moltbook_Signed_PostsOpenclaw_Signet
Cryptographic skill verification. Sign installed skills with SHA-256 content hashes and verify they haven't been tampered with. Detects modified, added, and removed files within skill directories. Free alert layer — upgrade to openclaw-signet-pro for rejection, quarantine, and…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Openclaw_SignetSaySigned_-_Agreement_infrastructure_for_AI_agents
Enable AI agents to register, create, send, sign, and verify legally binding e-signature agreements via API or email with automated key and config management.
quarantinedai-agentsapicontractsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SaySigned_-_Agreement_infrastructure_for_AI_agentsSkillsign_—_ed25519_Skill_Signing
Sign and verify agent skill folders with ed25519 keys. Detect tampering, manage trusted authors, and track provenance chains (isnād).
quarantinedcryptographyed25519securityClawHub- Registry
- ClawHub
- Category
- Security
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Skillsign_—_ed25519_Skill_SigningJupiter_Skill_for_OpenClaw
Execute Jupiter API operations on Solana - fetch quotes, sign transactions, execute swaps, prediction markets. Use when implementing token swaps, DCA, limit...
quarantinedClawHub- Registry
- ClawHub
- Category
- Blockchain· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Jupiter_Skill_for_OpenClawagentic-loop-design
verifiedFirst-party- Registry
- First-party
- Category
- Agent
- Version
- 1.0.0
- Author
- AXE
- License
- MIT
curl -s /v1/skills/agentic-loop-designcli-tui-design
verifiedFirst-party- Registry
- First-party
- Category
- Cli
- Version
- 1.0.0
- Author
- AXE
- License
- MIT
curl -s /v1/skills/cli-tui-designcanvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright…
verifiedquarantinedAnthropic- Registry
- Anthropic
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:Anthropic__Anthropic__canvas-designfrontend-design
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
verifiedquarantinedAnthropic- Registry
- Anthropic
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:Anthropic__Anthropic__frontend-designfigma-generate-design
Use this skill alongside figma-use when the task involves translating an application page, view, or multi-section layout into Figma. Triggers: 'write to Figma', 'create in Figma from code', 'push page to Figma', 'take this app/page and build it in Figma', 'create a screen', 'b…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__figma-generate-designfigma-implement-design
Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions "implement design", "generate code", "implement component", provides Figma URLs, or asks to build components matching Fi…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__figma-implement-designclaude-design
Design one-off HTML artifacts (landing, deck, prototype).
verifiedquarantinedlinuxmacoswindowsbuilt-in- Registry
- built-in
- Category
- Creative
- Version
- 1.0.0
- Author
- BadTechBandit
- License
- MIT
curl -s /v1/skills/community__axehub:built-in__built-in__claude-designdesign-md
Author/validate/export Google's DESIGN.md token spec files.
verifiedquarantinedlinuxmacoswindowsbuilt-in- Registry
- built-in
- Category
- Creative
- Version
- 1.0.0
- Author
- Hermes Agent
- License
- MIT
curl -s /v1/skills/community__axehub:built-in__built-in__design-mdpopular-web-designs
54 real design systems (Stripe, Linear, Vercel) as HTML/CSS.
verifiedquarantinedlinuxmacoswindowsbuilt-in- Registry
- built-in
- Category
- Creative
- Version
- 1.0.0
- Author
- Hermes Agent + Teknium (design systems sourced from VoltAgent/awesome-design-md)
- License
- MIT
curl -s /v1/skills/community__axehub:built-in__built-in__popular-web-designssystem-design
verifiedFirst-party- Registry
- First-party
- Category
- General
- Version
- 1.0.0
- Author
- AXE
- License
- MIT
curl -s /v1/skills/system-designFollow-Up_Sequence_Writer
Write complete email + SMS follow-up sequences for small businesses. Generates ready-to-deploy nurture campaigns calibrated to industry, tone, and sales cycl...
quarantinedautomationcrmemailClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Follow-Up_Sequence_WriterFollow_Up_Boss
Command-line tool to manage contacts, tasks, notes, deals, events, and communications via the Follow Up Boss API.
quarantinedcrmfollow-up-bossfubClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Follow_Up_BossSession_Wrap-Up_Premium
Premium session wrap-up: flush daily log, update MEMORY, update PARA, git commit + push, generate summary. Ensures zero context loss between sessions. Includ...
quarantinedgitpersistencesessionClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Session_Wrap-Up_PremiumWake_Up
Schedule personalized AI wake-up phone calls via wake.meup.ai. Use when a user wants to be woken up by a phone call, schedule morning calls, or set up recurr...
quarantinedx402wake up callsClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Wake_UpAI-CLI_Design
Design CLI tools as local APIs for AI agents. TTY detection, --json output, stderr/stdout separation, exit codes. | 为 AI 设计 CLI 工具的规范:TTY 检测、JSON 输出、stderr/s...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI-CLI_DesignAI-native_Bitcoin_payments._Buy,_sell,_send,_and_request_Bitcoin_directly_through_any_existing_messenger_app_(Telegram,_WhatsApp,_Signal,_Email)_or_create_your_own_email_accounts_to_start_messaging_via_email.
Payment rails between humans and AI agents via BitChat. Telegram-first.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI-native_Bitcoin_payments._Buy,_sell,_send,_and_request_Bitcoin_directly_through_any_existing_messenger_app_(Telegram,_WhatsApp,_Signal,_Email)_or_create_your_own_email_accounts_to_start_messaging_via_email.