Search: line-oa
100 result(s) on page 1
LINE_OA_VNC_Auth
Use when LINE Official Account access requires a user-operated temporary VNC/noVNC login, MFA/QR completion, session verification, and secure teardown.
quarantinedauthenticationcloudflaredlineClawHub- Registry
- ClawHub
- Category
- Communication
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__LINE_OA_VNC_AuthLine
Provides organized summaries of LINE's public platform features, content formats, operational rules, and help resources without accessing private data.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Lineline
Indexed by skills.sh from vm0-ai/vm0-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- vm0-ai
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__lineFor_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.Aliyun_OSS_or_Tencent_COS_oss_upload_online_access
Upload files to Aliyun OSS or Tencent COS and return public access URLs. Use when the user wants to upload files, access files online, upload to OSS, get rem...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Aliyun_OSS_or_Tencent_COS_oss_upload_online_accessGoogle_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.Nm_Leyline_Progressive_Loading
Implements hub-and-spoke lazy loading to minimize token usage in large skills
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Leyline_Progressive_LoadingNoahAI_drug_pipeline
Search a pharmaceutical drug database for pipeline and development information. Use this skill whenever the user asks about drugs by name, target, indication...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__NoahAI_drug_pipelineseat_enterprise_contracts._Just_one_command_and_the_peace_of_mind_that_nothing_is_slipping_through.
Missed deadlines are the
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__One_missed_deadline_ends_a_career._caseclaw_makes_sure_it_never_happens.__Point_it_at_a_matter_and_it_auto-calculates_every_filing_deadline_from_600+_court_rule_sets._Throw_a_new_client_name_at_it_and_it_checks_conflicts_against_your_entire_case_history_in_under_a_second._Start_typing_and_it's_already_timing_your_work_in_six-minute_increments.__No_browser_tabs._No_clunky_SaaS_dashboards._No_$500__seat_enterprise_contracts._Just_one_command_and_the_peace_of_mind_that_nothing_is_slipping_through.Tencent_Cloud_Image_Hosting_(Upload_files_to_get_online_URLs)
Upload files to Tencent Cloud COS (Cloud Object Storage). Use when the user needs to upload images, documents, or any files to Tencent Cloud COS. Supports en...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Tencent_Cloud_Image_Hosting_(Upload_files_to_get_online_URLs)crossy-road-game-online-unblocked
Indexed by skills.sh from serpgames/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- serpgames
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__crossy-road-game-online-unblockedfriendliness-approachability
Indexed by skills.sh from dylantarre/animation-principles
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- dylantarre
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__friendliness-approachabilityoutline-coach
Indexed by skills.sh from jwynia/agent-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Creative· inferred
- Version
- 1.0.0
- Author
- jwynia
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__outline-coach#NeverAgain:_A_New_Generation_Draws_the_Line
David Hogg & Lauren Hogg's "#NeverAgain: A New Generation Draws the Line" — a movement-startup toolkit born from the Parkland school shooting. Covers 5 use c...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__#NeverAgain:_A_New_Generation_Draws_the_Lineprompts.
Build beautiful interactive Node.js command-line apps with @clack/prompts. Use when building CLI apps, wizards, setup scripts, or any interactive terminal pr...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Build_beautiful_interactive_Node.js_command-line_apps_with_@clack__prompts.CLV_Tracker_—_Closing_Line_Value
Track Closing Line Value — the gold standard for measuring betting edge. Log placement odds, fetch closing lines, compute CLV, and generate performance repor...
quarantinedagentbetsbettingopenclawClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__CLV_Tracker_—_Closing_Line_ValueCommander.js_is_the_most_popular_command-line_interface_(CLI)_framework_for_Node.js.
Commander.js is the most popular command-line interface (CLI) framework for Node.js. Used to create professional CLI programs, supporting option parsing, sub...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Commander.js_is_the_most_popular_command-line_interface_(CLI)_framework_for_Node.js.Ink_—_React_for_interactive_command-line_apps.
Ink — React for interactive command-line apps. Build rich terminal UIs with React components.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ink_—_React_for_interactive_command-line_apps.LINE_Chat_for_Official_Account
Operate LINE Official Account Manager (chat.line.biz) via browser automation. Use when asked to check LINE messages, reply to LINE customers, or manage LINE...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__LINE_Chat_for_Official_AccountLINE_OpenAPI_Skill
Operate LINE Messaging API through UXC with a curated OpenAPI schema, bearer-token auth, and messaging-core guardrails.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__LINE_OpenAPI_SkillLINE_Rich_Messages
Comprehensive guide for LINE Rich UI features (Flex Messages, buttons, quick replies, and markdown auto-conversion). Use this skill to provide a professional...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__LINE_Rich_MessagesLine_Client
LINE messaging integration via Chrome extension gateway. Send/read LINE messages, manage contacts, groups, profile, and reactions. Authenticate with QR code...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Line_ClientLine_Length_Optimizer
Use when checking or fixing the measure (line length) of a text block — verifying a paragraph or container sits in the 45–75 character range (35–45 on mobile...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Line_Length_OptimizerMood_Line
Turn a user's described feelings, mood, or emotional state into a concise, resonant line
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Mood_LinePolymarket_24h_Sports_Line_Curve_Trader
Trades structural mispricings in sports over/under markets by reconstructing the implied probability curve across multiple O/U line values for the same game...
quarantinedClawHub- Registry
- ClawHub
- Category
- Blockchain· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Polymarket_24h_Sports_Line_Curve_TraderPolymarket_48h_Sports_Line_Curve_Trader
Trades structural mispricings in sports over/under markets by reconstructing the implied probability curve across multiple O/U line values for the same game...
quarantinedClawHub- Registry
- ClawHub
- Category
- Blockchain· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Polymarket_48h_Sports_Line_Curve_TraderSharp_Line_Detector
Monitor line movements at sharp sportsbooks (Pinnacle, Circa, Bookmaker). Detect steam moves, reverse line movement, and significant implied probability shif...
quarantinedagentbetsbettingopenclawClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Sharp_Line_DetectorSubject_Line_Lab
Use when the user asks to "generate subject line variants", "pre-score my subject lines", or "will this subject get truncated / trigger spam filters"; produc...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Subject_Line_Labone_line_HTTP_static_server
Start a local HTTP static file server in the current or specified directory using one-line commands compatible with 25+ languages and tools, auto-detecting r...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__one_line_HTTP_static_serverCn_Line_Counter
Count total lines, non-empty lines, words, and characters in Chinese text from input string or file using a Python script.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cn_Line_CounterCruise_Line_Comparator
Use when a cruise traveler compares cruise lines, ships, routes, or brands such as Carnival, Royal Caribbean, Norwegian, MSC, Disney, Princess, Celebrity, or...
quarantinedClawHub- Registry
- ClawHub
- Category
- Travel· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cruise_Line_ComparatorLine_Check
Use when asked to audit a repository, assess project health, find the highest-value improvements a repo needs, check whether a project is ready for contribut...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Line_CheckNotion_CLI_–_Command_Line_Interface_based_access_to_Notion_for_your_agent
Access and manage your Notion workspace via a CLI to search, create, update, and delete pages, databases, blocks, users, and comments with multiple output fo...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Notion_CLI_–_Command_Line_Interface_based_access_to_Notion_for_your_agentPoint_→_Line_→_Plane_→_Solid_(点–线–面–体)
Activate when: user says 'we're good at X but not growing,' 'we need a moat,' 'we're just a feature not a platform,' 'competition keeps copying us,' 'we want...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Point_→_Line_→_Plane_→_Solid_(点–线–面–体)Quick_Google_Calendar_Command_Line_Interface
Google Calendar via gcalcli: today-only agenda by default, bounded meaning-first lookup via agenda scans, and fast create/delete with verification--optimized...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Quick_Google_Calendar_Command_Line_InterfaceSpeechall_command-line_tool_for_fast_speech-to-text_transcription_using_multiple_providers
Install and use the speechall CLI tool for speech-to-text transcription. Use when the user wants to: (1) transcribe audio or video files to text, (2) install speechall on macOS or Linux, (3) list available STT models and their capabilities, (4) use speaker diarization, subtitl…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Speechall_command-line_tool_for_fast_speech-to-text_transcription_using_multiple_providersdrivectl_-_your_command-line_tool_for_interacting_with_Google_Drive
Interact with Google Drive, Docs, and Sheets using the drivectl CLI. Use this skill when asked to list Drive files, download files, read/update Sheets, or cr...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__drivectl_-_your_command-line_tool_for_interacting_with_Google_Driveemail-subject-line-optimizer
Indexed by skills.sh from onewave-ai/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- onewave-ai
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__email-subject-line-optimizerOpenClaw_OA_Operator
Install, configure, operate, and productize OA monitoring and self-heal workflows for OpenClaw workspaces. Use when Codex needs to set up or repair `oa-cli`,...
quarantinedoaobservabilityopenclawClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_OA_OperatorClipboard_Tool
Perform clipboard-tool operations from the command line.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Clipboard_ToolOlares_Dashboard_(olares-cli_dashboard)
Olares Dashboard (olares-cli dashboard) — query the Olares Dashboard SPA's Overview and Applications routes from the command line, scoped to the active Olare...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Olares_Dashboard_(olares-cli_dashboard)Operator_Dashboard
Zero‑config OpenClaw gateway monitoring. Runs health checks, sends daily 5‑line summaries, alerts immediately on critical issues (gateway down, cron failures...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Operator_DashboardRoadmap
Roadmap - command-line tool for everyday use Use when you need roadmap.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Roadmapfizzy.do_-_have_your_agent_read,_understand_and_update_your_fizzy.do_boards
Use the fizzy-cli tool to authenticate and manage Fizzy kanban boards, cards, comments, tags, columns, users, and notifications from the command line. Apply this skill when you need to list, create, update, or delete Fizzy resources or when scripting Fizzy workflows.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__fizzy.do_-_have_your_agent_read,_understand_and_update_your_fizzy.do_boardsload-cart
Load a McMaster-Carr cart (the "Order") with one or more parts by part number and quantity, returning each resolved line's description, availability, unit/pack price, line total, and the order's merchandise subtotal. Read-only — stops at the loaded cart, never logs in or place…
quarantinedecommerceindustrial-supplycartbrowse.sh- Registry
- browse.sh
- Category
- Ecommerce
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__load-cartClaude_Code_Statusline
Install and configure a custom Claude Code status line showing real-time token usage, context window percentage, git branch, and color-coded warnings. Use wh...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Claude_Code_StatuslineClean_Log_Toolkit
Local log file inspection and analysis toolkit. Parse common log formats (apache-common, apache-combined, nginx-access, syslog, JSON-line) or custom regex wi...
quarantinedagentapacheerrorsClawHubCn_Join_Lines
Merge multiple lines of text into a single line with a customizable separator using a Python command-line tool.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cn_Join_LinesCn_Split_Lines
Split text into multiple lines using a specified delimiter via command-line or file input with no external dependencies.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cn_Split_LinesLinear_CLI
Manage Linear issues, projects, teams, and documents from the command line using the linear CLI. Create, update, list, and track issues; manage projects and milestones; interact with the Linear GraphQL API.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Linear_CLINm_Leyline_Markdown_Formatting
Enforces markdown line-wrap and structure rules for clean git diffs
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Leyline_Markdown_FormattingRedLine
Live rate-limit awareness for Claude.ai (Max/Pro) and OpenAI (Plus/Pro/Codex). Never hit the red line again — your agent checks remaining budget every heartb...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__RedLinebrand-guidelines
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
verifiedquarantinedAnthropic- Registry
- Anthropic
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:Anthropic__Anthropic__brand-guidelineslinear
Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__linearteams-meeting-pipeline
Teams meeting summaries, job replay, Graph subscriptions.
verifiedquarantinedlinuxmacoswindowsbuilt-in- Registry
- built-in
- Category
- Productivity
- Version
- 1.0.0
- Author
- Hermes Agent + Teknium
- License
- MIT
hermescurl -s /v1/skills/community__axehub:built-in__built-in__teams-meeting-pipelinedata-pipeline
verifiedFirst-party- Registry
- First-party
- Category
- Data
- Version
- 1.0.0
- Author
- AXE
- License
- MIT
curl -s /v1/skills/data-pipeline"Find_the_cheapest_flights_between_any_two_cities._Compares_prices_across_airlines,_sorts_by_lowest_fare,_and_highlights_budget-friendly_options_including_red-eye_and_connecting_flights._Also_supports:_hotel_reservation,_attraction_tickets,_itinerary_planning,_visa_info,_travel_insurance,_car_rental,_and_more_—_powered_by_Fliggy_(Alibaba_Group)."
Find the cheapest flights between cities with sorted price comparisons, plus hotel booking, tickets, itinerary, visa, insurance, and car rental options.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__"Find_the_cheapest_flights_between_any_two_cities._Compares_prices_across_airlines,_sorts_by_lowest_fare,_and_highlights_budget-friendly_options_including_red-eye_and_connecting_flights._Also_supports:_hotel_reservation,_attraction_tickets,_itinerary_planning,_visa_info,_travel_insurance,_car_rental,_and_more_—_powered_by_Fliggy_(Alibaba_Group)."1-2-3_Magic:_Effective_Discipline_for_Children_2-12
Thomas W. Phelan's "1-2-3 Magic: Effective Discipline for Children 2-12" — the simple, evidence-based 3-step parenting program for controlling obnoxious beha...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__1-2-3_Magic:_Effective_Discipline_for_Children_2-12AI_Conference_Deadline_Radar
Fast AI/ML conference deadline lookup and submission-window routing. Use when the user asks for AI conference deadlines, target venue timing, whether to subm...
quarantinedacademiaconference-deadlinespaper-submissionClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Conference_Deadline_RadarAI_Content_Brief,_Script_&_Outline_Generator_—_Research_Assistant_for_Video_&_Image_generation
AI content brief, script, and outline generator for video, image, and audio production. Works as an AI research assistant that provides expert guidance on wo...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Content_Brief,_Script_&_Outline_Generator_—_Research_Assistant_for_Video_&_Image_generationAI_Launch_Pipeline
One-click automated pipeline for AI product launch monitoring — RSS monitoring, product search enrichment, screenshot capture, and trend analysis
quarantinedaimonitoringpipelineClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Launch_PipelineAI_UGC_Video_Pipeline
End-to-end AI UGC video pipeline. Product info → GPT-4o-mini script → ElevenLabs voiceover → Aurora talking head (fal-ai/creatify/aurora) → Kling 2.6 Pro pro...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_UGC_Video_PipelineAR_&_DSO_Discipline_—_Get_Paid_Faster
Activate when: customers pay late and cash is tight; 'clients don't pay on time', collections, invoicing terms, reducing days-sales-outstanding; overdue rece...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AR_&_DSO_Discipline_—_Get_Paid_FasterAbout_`html-to-one-pptx`_is_a_Claude_Code_Skill_that_automates_the_entire_pipeline_from_an_HTML_design_file_to_a_`.pptx`_slide.
Convert any HTML file or design into a pixel-faithful PowerPoint (.pptx) slide. Trigger when the user uploads HTML file(s) and asks to "convert to PPT", "mak...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__About_`html-to-one-pptx`_is_a_Claude_Code_Skill_that_automates_the_entire_pipeline_from_an_HTML_design_file_to_a_`.pptx`_slide.Ad_Spy_Pipeline
Automates competitor ad scraping from ForePlay/Anstrex, AI adapts creatives, and syncs campaigns to Facebook Ads for e-commerce brands.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ad_Spy_PipelineAgent_Content_Pipeline
Safe content workflow (drafts/reviewed/revised/approved/posted) with human-in-the-loop approval, plus CLI to list/move/review and post to LinkedIn/X. Use when setting up a content pipeline, drafting content, managing review threads, or posting approved content.
quarantinedapprovalcontentlinkedinClawHubAgent_Hotline
Cross-machine agent communication via Agent Hotline CLI and REST API. Use when you need to message other coding agents, check your agent inbox, see who's onl...
quarantinedClawHub- Registry
- ClawHub
- Category
- Security· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_HotlineAgent_Pipeline
Manages code task workflow by spawning sub-agents for research, coding, reviewing, security audit, testing, and committing with detailed logging and updates.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_PipelineAgent_Team_Pipeline
Use when needing to coordinate multiple AI agents in parallel for code development, testing, and review
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_Team_PipelineAgentline.cloud
Make phone calls, view received SMS, provision numbers, manage agents, and track billing through the AgentLine telephony API. Use when the user asks to call...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agentline.cloudAgentlineHQ
Make phone calls, view received SMS, provision numbers, manage agents, and track billing through the AgentLine telephony API (REST or MCP). Use when the user...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AgentlineHQAgentsop_Context_Scope_Discipline
Coder-agent working-file budget discipline: keep the editable working set (files you /add into writable context) under ~25k tokens, separate "read" from "edi...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agentsop_Context_Scope_DisciplineAi_Content_Pipeline
Build multi-step AI content creation pipelines combining image, video, audio, and text. Workflow examples: generate image -> animate -> add voiceover -> merg...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ai_Content_PipelineAi_Paper_Pipeline
Build or improve a top-tier AI conference paper workflow for NeurIPS, ICML, ICLR, and similar venues. Use when the user asks to generate a paper pipeline, or...
quarantinedClawHub- Registry
- ClawHub
- Category
- Research· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ai_Paper_PipelineAi_Podcast_Pipeline
Create Korean AI podcast packages from QuickView trend notes. Use for dual-host script writing (Callie × Nick), Gemini multi-speaker TTS audio generation, subtitle timing/render fixes, thumbnail+MP4 packaging, and YouTube title/description output. Supports both full (15~20 min…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ai_Podcast_PipelineAi_Rag_Pipeline
Build RAG (Retrieval Augmented Generation) pipelines with web search and LLMs. Tools: Tavily Search, Exa Search, Exa Answer, Claude, GPT-4, Gemini via OpenRo...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ai_Rag_PipelineAlbum_Release_Pipeline
Ship a complete AI album in one run: cache your own lyrics, render tracks via the Suno direct API, generate one cover per song in the OpenBotCity Pixel Ateli...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Album_Release_PipelineAlibabacloud_Maxframe_Video_Frame_Pipeline
This skill should be used when the user asks to "build a frame extraction job" / "视频抽帧 / 抽关键帧", "label driving images with a VLM" / "图像打标 / image labeling wi...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Alibabacloud_Maxframe_Video_Frame_PipelineAnalyzes_the_distribution_of_a_company’s_trade_partners_based_on_customs_records._Bycompany-ID_lookup,_it_returns_partner-related_structures_including_HS-code_breakdowns,product_portfolios_and_monthly_trade_timelines_with_customs_data_available_for_more_than220_countries_and_territories._Export_teams,_sourcing_agents_and_analysts_identify_tradecounterparts,_analyze_product_categories_and_map_out_supply-chain_relationships._Thissolution_is_ideal_for_partner_identification,_product-mix_analysis_and_trade-networkintelligence_research.
Pull trade‑partner distribution, HS‑code details and monthly trade records via company ID to map supply‑chain networks across global markets. Trigger: custom...
quarantinedanalysiscustomscustoms-dataClawHub- Registry
- ClawHub
- Category
- Data Science
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Analyzes_the_distribution_of_a_company’s_trade_partners_based_on_customs_records._Bycompany-ID_lookup,_it_returns_partner-related_structures_including_HS-code_breakdowns,product_portfolios_and_monthly_trade_timelines_with_customs_data_available_for_more_than220_countries_and_territories._Export_teams,_sourcing_agents_and_analysts_identify_tradecounterparts,_analyze_product_categories_and_map_out_supply-chain_relationships._Thissolution_is_ideal_for_partner_identification,_product-mix_analysis_and_trade-networkintelligence_research.Antfu_Web_Design_Guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my si...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Antfu_Web_Design_GuidelinesArrive_Guideline_Architect
Generate ARRIVE 2.0 compliant animal research protocols with structured experimental design, sample size calculations, and reporting checklists. Ensures tran...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Arrive_Guideline_ArchitectArs_Academic_Pipeline
10-stage end-to-end research-to-publication pipeline orchestrator on Hermes Agent. Stages: planning → deep-research → academic-paper → academic-paper-reviewe...
quarantinedacademicarscc-by-ncClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ars_Academic_PipelineAttention_Research_Pipeline
Scheduled intelligence research pipeline — monitors topics on a twice-daily cadence, produces signal-first digests, maintains META.json freshness state. Use...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Attention_Research_PipelineAuto_Dev_Pipeline
Complete automated development pipeline for one-person companies. Use when a user provides a simple app idea and wants a fully automated development process...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Auto_Dev_PipelineAutopostonline_Agents
Enable autonomous AI agents to draft, schedule, publish, and analyze social media content securely via AutoPostOnline's unified publishing API.
quarantinedanalyticsapiautonomous-agentsClawHub- Registry
- ClawHub
- Category
- Data Science
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Autopostonline_AgentsBVG_(Berliner_Verkehrsbetriebe)_Route_Planner
Route planning for Berlin public transport (BVG) using the v6.bvg.transport.rest API. Use when the user asks for: (1) route suggestions between two addresses or stops, (2) live next-departure info for a stop, (3) arrival-time–based journey planning (arrive-by or depart-at). Su…
quarantinedbuspublic-transporttrainClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__BVG_(Berliner_Verkehrsbetriebe)_Route_PlannerBaseline-RAG
Extracts and checks factual claims with web sources, scoring confidence around 50–70% and flags for higher verification if needed.
quarantinedfact-checkfreeragClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Baseline-RAGBaseline_Kit
Generate safer OpenClaw configuration baselines and audit existing config files for exposure, missing controls, and secret hygiene issues.
quarantinedauditbaselineconfigClawHubBeamer_Pipeline_Public
Convert academic papers or notes into Chinese academic Beamer slides using a seven-phase local pipeline with pluggable agent execution and LaTeX compilation.
quarantinedacademicbeamerlatexClawHubBilibili_Notion_Pipeline_Skill
Skill-first Bilibili to Notion pipeline. Download a Bilibili/b23 video, transcribe audio, upload the mp4, create or update a Notion transcript page, write tr...
quarantinedbilibilinotionopenclawClawHubBrand_Guidelines
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand co...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Brand_GuidelinesBrand_Guidelines_Anthropic
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand co...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Brand_Guidelines_AnthropicBrand_Guidelines_Pro
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand co...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Brand_Guidelines_ProBrand_Naming_Tagline_Generator
Generates professional brand names, taglines, voice guides, and elevator pitches for startups and small businesses using structured, psychology-based framewo...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Brand_Naming_Tagline_GeneratorBug_Bounty_Pipeline
Automated Hunter-Killer pipeline — BlackArch recon + CVE-MCP enrichment → human-verified exploits → bug bounty payouts. Orchestrates the full vulnerability d...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Bug_Bounty_PipelineBuild_Discipline
Build unbreakable discipline with habit stacking, streak tracking, and accountability
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Build_DisciplineBuild_Online_Course_Curriculum_With_Slides
Generates a structured curriculum with learning objectives, lesson content, presentation slides, and assessment questions. Use when building educational cont...
quarantinedClawHub- Registry
- ClawHub
- Category
- Research· inferred
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Build_Online_Course_Curriculum_With_SlidesBuild_Pipeline
Orchestrate agent build workflow. you handle parse and research, then delegates the full build to Builder. Use for new builds and error handling.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Build_PipelineBytesagain_Ci_Cd_Pipeline
Generate CI/CD pipeline configs for GitHub Actions, GitLab CI, and Jenkins. Use when setting up Node.js, Python, Go, or Docker pipelines, configuring rollbac...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Bytesagain_Ci_Cd_PipelineBytesagain_Ppt_Outline
Generate structured presentation outlines for any topic or product. Use when planning slides, building pitch decks, creating training materials, or outlining...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Bytesagain_Ppt_Outline