Search: all-files-verified
100 result(s) on page 1
Files
Skill to call Cloud API for Tencent Cloud (腾讯云). Used for cloud automation or resource management.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__FilesFor_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.Browse_website_-_Crawls_sites_automatically_and_mounts_pages_as_markdown_files_you_can_grep,_diff,_cat,_and_explore_with_standard_Unix_commands_—_over_SSH_or_HTTP
Turn any website into a filesystem. Crawls sites automatically and mounts pages as markdown files you can grep, diff, cat, and explore with standard Unix com...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Browse_website_-_Crawls_sites_automatically_and_mounts_pages_as_markdown_files_you_can_grep,_diff,_cat,_and_explore_with_standard_Unix_commands_—_over_SSH_or_HTTPExtracts_durable_workflow_preferences_and_project_conventions_from_a_session,_then_proposes_the_smallest_valid_update_to_global_or_project_CLAUDE.md_files._Trigger_when_the_user_asks_to_remember_rules,_when_repeated_preference_patterns_appear,_or_at_session_end_for_non-trivial_sessions.
Extracts durable workflow preferences and project conventions from a session, then proposes the smallest valid update to global or project CLAUDE.md files. T...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Extracts_durable_workflow_preferences_and_project_conventions_from_a_session,_then_proposes_the_smallest_valid_update_to_global_or_project_CLAUDE.md_files._Trigger_when_the_user_asks_to_remember_rules,_when_repeated_preference_patterns_appear,_or_at_session_end_for_non-trivial_sessions.List_Files
List all files uploaded by this API key. Returns URL and creation timestamp, ordered newest first.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__List_FilesSync_Claude_Context_-_ensure_agent_files_are_up_to_date
Sync all Claude Code project context at the start of a new session or after significant changes. Use this whenever: starting fresh on a project after a gap,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Sync_Claude_Context_-_ensure_agent_files_are_up_to_dateSsh_Batch_Manager
Batch SSH key management. Distribute/remove SSH keys to/from multiple servers with intelligent connectivity pre-check and source tracking.
quarantinedall-files-verifiedauditedauto-startClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ssh_Batch_ManagerAll_Documents_QA
Answers questions based on the content of uploaded documents (PDF, DOCX, TXT), supporting individual files or entire folders.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__All_Documents_QALMFiles
Upload files to lmfiles.com and return public download links via API. Use when a user wants CLI-based file hosting, quick share links, bot-accessible file up...
quarantinedapifilesopenclawClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__LMFilesLMfiles.com_file_hosting
Upload files to lmfiles.com and return public download links via API. Use when a user wants CLI-based file hosting, quick share links, bot-accessible file up...
quarantinedapifilesopenclawClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__LMfiles.com_file_hostingPinpointing_LinkedIn_personnel,_locating_individuals_from_LinkedIn_data_by_name,_company,job_title,_and_industry._Helping_recruiters,_sales_teams,_and_B2B_lead-generationspecialists_discover_LinkedIn_profiles,_source_candidates,_and_enrich_contactdata—suitable_for_talent_acquisition,_headhunting,_candidate_screening,_and_internationallead_generation.
Search LinkedIn professionals with name, company and job‑title filters. Fetch profile information to support head‑hunting and global sales‑lead development....
quarantinedB2B leadacquisitiondecision-makerClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pinpointing_LinkedIn_personnel,_locating_individuals_from_LinkedIn_data_by_name,_company,job_title,_and_industry._Helping_recruiters,_sales_teams,_and_B2B_lead-generationspecialists_discover_LinkedIn_profiles,_source_candidates,_and_enrich_contactdata—suitable_for_talent_acquisition,_headhunting,_candidate_screening,_and_internationallead_generation.analyzing-cobaltstrike-malleable-c2-profiles
Indexed by skills.sh from mukul975/anthropic-cybersecurity-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
- Author
- mukul975
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__analyzing-cobaltstrike-malleable-c2-profilesCore_Files_Management
Core Files Management for OpenClaw workspace agents. Use when: (1) managing or updating core Markdown files (identity.md, soul.md, agents.md, user.md, memory...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Core_Files_ManagementDeepvista_Recipe_Import_Files
Recipe: Import files from the current directory (recursively) as context cards in DeepVista. TRIGGER when: user wants to import files as cards, "index this f...
quarantinedClawHub- Registry
- ClawHub
- Category
- Research· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Deepvista_Recipe_Import_FilesDrop_Files
Upload generated HTML/Markdown files to DropFiles and get a shareable public link. Invoke when the user wants to share, publish, or generate a public link for any HTML or Markdown content they produced.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Drop_FilesDurable_Files_Weekly_Review_(Public)
Run a weekly token-optimization audit for durable instruction files in any OpenClaw workspace, generate a markdown report, and propose approval-gated cleanup...
quarantineddocumentationopenclawopsClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Durable_Files_Weekly_Review_(Public)Epstein_Files_Search
Search 44,886+ DOJ-released Jeffrey Epstein documents (Jan 2026 release). Free, no payment required. Search by name, topic, location, or keyword across the full DugganUSA index of declassified Epstein files. Returns document previews, people mentioned, locations, aircraft, evi…
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Epstein_Files_SearchFiles.com
Files.com (files.com). Use this skill for ANY Files.com request — reading, creating, updating, and deleting data. Whenever a task involves Files.com, use thi...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Files.comGiggle_Files_Management
Upload files to Giggle asset service and get public/download URLs.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Giggle_Files_ManagementGoogle_Drive_Search_Files
Atomic node skill to search for files in Google Drive using the gog CLI.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Google_Drive_Search_FilesKleo_Static_files
Host static files on subdomains with optional authentication. Use when you need to serve HTML, images, CSS, JS, or any static content on a dedicated subdomain. Supports file upload, basic auth, quota management, and automatic SSL via Caddy. Commands include sf sites (create/li…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Kleo_Static_filesOlares_Files_(olares-cli_files)
Olares Files (olares-cli files) — manage files on an Olares system from the command line, scoped to the active Olares ID. Covers list (ls), upload, download,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Olares_Files_(olares-cli_files)OneDrive_Files
Browse, search, download, and share OneDrive files, create folders, upload files, and manage file actions via Microsoft Graph. Use this skill when users want...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OneDrive_FilesTOML_front-matter_from_strings_or_files_using_the_gray-matter_library
Parse YAML/JSON/TOML front-matter from strings or files using the gray-matter library.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Parse_YAML__JSON__TOML_front-matter_from_strings_or_files_using_the_gray-matter_libraryPermanently_Clear_Files_from_Git_History
Guide users to permanently remove files from Git repository history. Use this skill when users mention any of the following scenarios: - "git filter-repo", "...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Permanently_Clear_Files_from_Git_HistoryPlanning_With_Files
File-based planning for complex tasks. Use persistent markdown files as working memory to survive context resets. Creates task_plan.md, findings.md, and progress.md. Use for any task requiring >5 tool calls, research projects, or multi-step implementations.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Planning_With_FilesRecipe_Find_Large_Files
Identify large Google Drive files consuming storage quota.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Recipe_Find_Large_FilesSend_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_urlsSmart_Files
Content-aware file management for OpenClaw agents. Search files by content (not just names), find duplicates by hash, auto-categorize by type, detect file ty...
quarantinedsecurity-fixClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Smart_FilesTencent_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)Transcribe_audio_files_via_OpenRouter_using_audio-capable_models
Transcribe audio files via OpenRouter using audio-capable models (Gemini, GPT-4o-audio, etc).
quarantinedClawHub- Registry
- ClawHub
- Category
- Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Transcribe_audio_files_via_OpenRouter_using_audio-capable_modelsUpload_files_to_catbox.moe_(permanent)_or_litterbox.catbox.moe_(temporary).
Upload files to catbox.moe (permanent, max 200 MB) or litterbox.catbox.moe (temporary, 1h–72h, max 1 GB) and receive the file URL.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Upload_files_to_catbox.moe_(permanent)_or_litterbox.catbox.moe_(temporary).Use_Soulseek_to_Chat_and_Share_Files
Use Soulseek to search, download, and share files, chat in rooms or privately with users via its GUI or CLI tools.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Use_Soulseek_to_Chat_and_Share_FilesWorkspace_Files
Work safely with files inside the OpenClaw workspace sandbox. Use for listing directories, reading text files, writing text files, and searching files by nam...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Workspace_FilesWorkspace_Files_Organization
Use before creating or moving any durable workspace files, folders, scripts, project state, monitor state, cron-backed artifacts, outputs, or project-specifi...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Workspace_Files_Organizationfeishu-files
A simple skill send files to feishu.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__feishu-filestelegram_send_files
Send files quickly via Telegram using the tsend CLI tool with optional captions, profiles, and simple token/chat ID configuration.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__telegram_send_files🎤_Transcribe_audio_files_using_Qwen_ASR._千问STT
Transcribe audio files using Qwen ASR (千问STT). Use when the user sends voice messages and wants them converted to text.
quarantinedClawHub- Registry
- ClawHub
- Category
- Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__🎤_Transcribe_audio_files_using_Qwen_ASR._千问STTpi-planning-with-files
Indexed by skills.sh from othmanadi/planning-with-files
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- othmanadi
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__pi-planning-with-filesplanning-with-files-ar
Indexed by skills.sh from othmanadi/planning-with-files
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- othmanadi
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__planning-with-files-arplanning-with-files-de
Indexed by skills.sh from othmanadi/planning-with-files
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- othmanadi
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__planning-with-files-deplanning-with-files-es
Indexed by skills.sh from othmanadi/planning-with-files
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- othmanadi
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__planning-with-files-esplanning-with-files-zh
Indexed by skills.sh from othmanadi/planning-with-files
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- othmanadi
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__planning-with-files-zhplanning-with-files-zht
Indexed by skills.sh from othmanadi/planning-with-files
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- othmanadi
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__planning-with-files-zhtFile_Compress_Optimizer
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URL...
quarantinedcompressionfilesoptimizationClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__File_Compress_OptimizerAI-powered_Automated_Concentrated_Liquidity_Manager_for_Uniswap_v4._Manage_liquidity_positions,_auto-rebalance_out-of-range_positions,_optimize_LP_fees_dynamically,_execute_limit_orders_(stop-loss,_take-profit),_and_monitor_oracle_signals_—_all_from_chat._Deployed_on_Ethereum_Sepolia_with_verified_contracts._Use_this_skill_when_users_ask_about_DeFi_liquidity_provision,_Uniswap_v4_hooks,_pool_management,_LP_positions,_impermanent_loss,_or_automated_market_making.
GhostBot ACLM — AI-powered Automated Concentrated Liquidity Manager for Uniswap v4. Manage liquidity positions, auto-rebalance out-of-range positions, optimize LP fees dynamically, execute limit orders (stop-loss, take-profit), and monitor oracle signals — all from chat. Deplo…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI-powered_Automated_Concentrated_Liquidity_Manager_for_Uniswap_v4._Manage_liquidity_positions,_auto-rebalance_out-of-range_positions,_optimize_LP_fees_dynamically,_execute_limit_orders_(stop-loss,_take-profit),_and_monitor_oracle_signals_—_all_from_chat._Deployed_on_Ethereum_Sepolia_with_verified_contracts._Use_this_skill_when_users_ask_about_DeFi_liquidity_provision,_Uniswap_v4_hooks,_pool_management,_LP_positions,_impermanent_loss,_or_automated_market_making.1._The_input_is_a_Word_template_document;_2._Analyze_the_structure_of_this_template,_including:_1)_Font_styles,_sizes,_etc.,_for_headings,_body_text,_etc.;_2)_Content:_the_general_structure_of_each_paragraph;_3)_Multimedia_elements:_images,_text,_tables_(including_metric_data,_etc.)_3._Generate_documents_that_conform_to_the_template_structure_based_on_the_given_data_1)_A_knowledge_base,_or_multiple_documents;_2)_Relationship_tables_(or_CSV_files),_SQL_query_results,_etc.
Automatically analyze Word templates and data inputs to generate formal documents matching the template's styles and structure.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__1._The_input_is_a_Word_template_document;_2._Analyze_the_structure_of_this_template,_including:_1)_Font_styles,_sizes,_etc.,_for_headings,_body_text,_etc.;_2)_Content:_the_general_structure_of_each_paragraph;_3)_Multimedia_elements:_images,_text,_tables_(including_metric_data,_etc.)_3._Generate_documents_that_conform_to_the_template_structure_based_on_the_given_data_1)_A_knowledge_base,_or_multiple_documents;_2)_Relationship_tables_(or_CSV_files),_SQL_query_results,_etc.Batch_Files
Expert-level Windows batch file (.bat/.cmd) skill for writing, debugging, and maintaining CMD scripts. Use when asked to "create a batch file", "write a .bat...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Batch_FilesBlank_Files_Gateway
Use blankfiles.com as a binary test-file gateway: discover formats, filter by type/category, and return direct download URLs from the public API.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Blank_Files_GatewayJmail_World_-_Search_Epstein_Files,_E-Mails_&_Messages
Search and analyze the Jeffrey Epstein email archive (1.78M emails, 4,500+ iMessages, 18K photos, 1.4M documents, 473 identified people) via jmail.world's of...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Jmail_World_-_Search_Epstein_Files,_E-Mails_&_MessagesPlanning_with_files
Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when aske...
quarantinedagentagent-skillsagentsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Planning_with_filesSkill_Files
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__Skill_FilesSuperpower_with_Files
Unified AI workflow with persistent memory, TDD execution, and 15 productivity skills. Use when starting any coding project or when you need planning, execut...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Superpower_with_FilesUnzip_Files_with_WinRAR
cross-platform rar and winrar command-line archive handling for windows and linux. use when chatgpt needs to compress or extract archives with rar or winrar,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Unzip_Files_with_WinRARfiles-memory-system
Multi-context memory management system for OpenClaw agents with group-isolated storage, global shared memory, workspace organization, and group-specific skil...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__files-memory-systemplanning-with-files
This skill should be used when the user asks to start a complex task, research project, multi-step implementation, or any task expected to require more than...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__planning-with-files类Manus任务规划Planning_With_Files_2.26.1
Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when aske...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__类Manus任务规划Planning_With_Files_2.26.1download-ufo-files
Download the U.S. Department of War's UAP/UFO document bundles (Release 01 ~1.2GB and Release 02 ~70MB) from war.gov/UFO/ through a Browserbase browser session with CDP download syncing, then verify the ZIP archives.
quarantinedgovernmentuapufobrowse.sh- Registry
- browse.sh
- Category
- Government Records
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__download-ufo-filesclaude-code-history-files-finder
Indexed by skills.sh from daymade/claude-code-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- daymade
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__claude-code-history-files-finderincluding-generated-files
Indexed by skills.sh from dotnet/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- dotnet
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__including-generated-filespara-memory-files
Indexed by skills.sh from paperclipai/paperclip
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- paperclipai
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__para-memory-filesplanning-with-files
Indexed by skills.sh from guanyang/antigravity-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.14
- Author
- guanyang
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__planning-with-filesprocessing-excel-files
Indexed by skills.sh from zgldh/xlsx-populate-skill
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- zgldh
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__processing-excel-filesrecipe-batch-rename-files
Indexed by skills.sh from googleworkspace/cli
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- googleworkspace
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__recipe-batch-rename-filesrecipe-find-large-files
Indexed by skills.sh from googleworkspace/cli
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- googleworkspace
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__recipe-find-large-filestroubleshooting-s3-files
Indexed by skills.sh from aws/agent-toolkit-for-aws
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- aws
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__troubleshooting-s3-filesupload-insecure-files
Indexed by skills.sh from yaklang/hack-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- yaklang
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__upload-insecure-filesRecall_Local
Local memory search for OpenClaw agents. Runs a lightweight Node.js server that indexes all files in ~/clawd/memory/ plus MEMORY.md and WORKING.md, then expo...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Recall_Localairoom-ltd-global-finance-data-platform
Automatically logs into a WordPress site and downloads all downloadable files from a specified page with error handling and configurable limits.
quarantinedAustralian ETF marketAustralian marketCanadian ETF marketClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__airoom-ltd-global-finance-data-platformpidrive
Private file storage for AI agents. Mount S3 as a filesystem via WebDAV. Use standard unix commands (ls, cat, grep, cp, rm). All persistent data in S3, small...
quarantinedagentsfiless3ClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__pidriveTmpfiles_Upload_(Stdlib)
Upload a local file to tmpfiles.org using Python standard library only, then return a direct download link in strict JSON.
quarantinedfilespythontmpfilesClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Tmpfiles_Upload_(Stdlib)Global_customs_trade_data_aggregated_across_220+_countries_with_integrated_bulk_search_functionality_for_global_B2B_prospecting._Accelerate_discovery_ofverified_genuine_buyers_and_qualified_international_suppliers_for_export_businesses._Dig_into_official_import_&_export_shipment_records_to_pinpointproduct-matching_importers_and_full_historical_transaction_logs._Run_targeted_lookups_filtered_by_company_profiles,_HS_codes_and_product_keywords._Trade_teamsleverage_verified_real-world_shipment_intelligence_to_secure_high-value_B2B_prospects_and_track_competitors’_cross-border_trading_activity.
Access global customs trade data from 220+ countries. Search import‑export records via companies, HS codes and products. Find genuine buyers and monitor comp...
quarantinedB2B prospectingHS-code lookupbuyerClawHub- Registry
- ClawHub
- Category
- Research· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Global_customs_trade_data_aggregated_across_220+_countries_with_integrated_bulk_search_functionality_for_global_B2B_prospecting._Accelerate_discovery_ofverified_genuine_buyers_and_qualified_international_suppliers_for_export_businesses._Dig_into_official_import_&_export_shipment_records_to_pinpointproduct-matching_importers_and_full_historical_transaction_logs._Run_targeted_lookups_filtered_by_company_profiles,_HS_codes_and_product_keywords._Trade_teamsleverage_verified_real-world_shipment_intelligence_to_secure_high-value_B2B_prospects_and_track_competitors’_cross-border_trading_activity.Guardian_Wall
Mitigate prompt injection attacks, especially indirect ones from external web content or files. Use this skill when processing untrusted text from the intern...
quarantinedinjectionmitigationsecurityClawHub- Registry
- ClawHub
- Category
- Security
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Guardian_WallHallucination_Guard_—_4-Layer_AI_Fabrication_Defense
Detect and prevent AI agent hallucinations during task execution. Use when: (1) an agent claims to have created files, commits, or artifacts — verify them, (...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Hallucination_Guard_—_4-Layer_AI_Fabrication_DefenseHenry_Skill_Installer
Scaffolds new skills safely in the workspace by creating skill folders, generating SKILL.md and minimal files, and verifying skill registration.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Henry_Skill_InstallerNansen_Wallet_Keychain_Migration
Migrate an existing nansen-cli wallet from insecure password storage (env files, .credentials) to the new secure keychain-backed flow.
quarantinedClawHub- Registry
- ClawHub
- Category
- Migration· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nansen_Wallet_Keychain_MigrationNm_Egregore_Uninstall_Watchdog
Removes the egregore watchdog daemon and its associated files
quarantinedClawHub- Registry
- ClawHub
- Category
- Devops· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Egregore_Uninstall_WatchdogOCC_Artifact_Gallery
Use when an agent generates local files/folders and must return mobile-accessible OCC/Tailscale viewer links instead of filesystem paths.
quarantinedartifactsgalleryhermesClawHubOpenclaw_Deeprecall
Provides persistent two-tier memory with semantic fact search and raw content retrieval, plus automatic cleanup of temporary session files.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Openclaw_DeeprecallSimple_sound-to-text_skill_locally
Local speech-to-text using OpenAI Whisper. Use when the user needs to: (1) transcribe audio files to text, (2) convert voice messages to written content, (3)...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Simple_sound-to-text_skill_locallySpeechall_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_providerspaddleocr-vl-locally
Complex document parsing with PaddleOCR. Intelligently converts complex PDFs and document images into Markdown and JSON files that preserve the original stru...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__paddleocr-vl-locallyreinstall-openclaw
Safely uninstall and reinstall OpenClaw while preserving user configurations, credentials, memory files, skills, and custom settings. Includes backup and res...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__reinstall-openclawskill_install
Install OpenClaw skills from clawhub.ai ZIP files with automatic detection, validation, and Gateway updates. Supports file search, duplicate checking, and in...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__skill_install1-SEC:_All-in-One_Cybersecurity_for_AI_Agent_Hosts
Install, configure, and manage 1-SEC — an open-source, all-in-one cybersecurity platform (16 modules, single binary) on Linux servers and VPS instances. Use...
quarantinedai-agentcybersecurityendpoint-defenseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__1-SEC:_All-in-One_Cybersecurity_for_AI_Agent_HostsAll_Weather_Strategy
Calculate asset allocation weights for a portfolio of ETFs based on Risk Parity (All Weather) principles. Includes annualized return and risk metrics. Fully...
quarantinedAllWeatherInvestmentStrategyRiskParityClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__All_Weather_StrategyClaude_Code_All-in-One_for_arkclaw
ArkClaw / OpenClaw 沙箱里一键安装并配置 Anthropic Claude Code CLI 的 all-in-one skill。当用户提到 claude code、claude-code、想在 ArkClaw 里用 Anthropic 官方 Coding CLI、提到 ark-code-la...
quarantinedagentplananthropicarkClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Claude_Code_All-in-One_for_arkclawGmail_All_Email_Actions
Gmail - All Email Actions: Gmail integration: send, read, search, reply, forward emails. Manage labels, drafts, trash. Supports attachments and custom from a...
quarantinedagentpmtcreate-draftdelete-draftClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gmail_All_Email_ActionsGougoubi_Claim_All_Rewards
Claim all Gougoubi rewards for one or more addresses, including winner rewards, governance rewards, and LP rewards. Use when users want one-click claiming wi...
quarantinedautomationevmgougoubiClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gougoubi_Claim_All_RewardsGws_Gmail_Reply_All
Gmail: Reply-all to a message (handles threading automatically).
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gws_Gmail_Reply_AllIMA_Studio_All-in-One_—_Image,_Video,_Music,_SeeDream,_Veo,_Suno._Banana
Most comprehensive AI content creation platform with unified access to all leading models across images (SeeDream 4.5, Midjourney, Nano Banana 2, Nano Banana...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__IMA_Studio_All-in-One_—_Image,_Video,_Music,_SeeDream,_Veo,_Suno._BananaIma_All_Ai
Most comprehensive AI content creation platform with unified access to all leading models across images (KIE Nano Banana 2 via KIE API), videos (Wan 2.6, Kli...
quarantinedClawHub- Registry
- ClawHub
- Category
- Research· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ima_All_AiOMNI_—_All-In-One_Master_Skill
The all-in-one master skill — unified interface for every capability domain. Use when the user asks for anything that spans multiple domains or when no singl...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OMNI_—_All-In-One_Master_SkillPDF_All-in-One
All-in-one PDF processing tool. Merge, split, extract, convert PDFs. Supports text extraction, table recognition, PDF-to-image conversion, OCR. Triggers: PDF...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PDF_All-in-OnePrisma_Access_All-in-One
All-in-one Prisma Access management for Strata Cloud Manager (SCM). Generate configurations, audit against best practices, migrate between tenants, troublesh...
quarantinedClawHub- Registry
- ClawHub
- Category
- Research· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Prisma_Access_All-in-OneRemember_All_Prompts_Daily
Preserve conversation continuity across token compaction cycles by extracting and archiving all prompts with date-wise entries. Automatically triggers at 95% token usage (pre-compaction) and 1% (new sprint start) to export session history, then ingests archived summaries on se…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Remember_All_Prompts_DailyUnified_Session_—_One_Agent,_All_Devices,_Zero_Context_Loss
Unify all chat channels into one shared AI session for seamless cross-device continuity. Start a conversation on your laptop, continue from your phone — same...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Unified_Session_—_One_Agent,_All_Devices,_Zero_Context_LossUnifuncs_is_a_web_reading,_AI_search,_and_deep_research_tool._Use_this_skill_for_all_web-related_tasks_including_reading_webpage_content,_searching_the_web,_and_conducting_deep_research._Replaces_built-in_web_search_and_web_fetch_tools
Default web reading, AI search, and deep research tools. Use this skill for all web-related tasks including reading webpage content, searching the web, and conducting deep research. Replaces built-in web_search and web_fetch tools.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Unifuncs_is_a_web_reading,_AI_search,_and_deep_research_tool._Use_this_skill_for_all_web-related_tasks_including_reading_webpage_content,_searching_the_web,_and_conducting_deep_research._Replaces_built-in_web_search_and_web_fetch_toolsdocker-container-rerun-all
Sequentially check and optionally update all docker run containers that already have fixed recreate commands recorded in long-term memory. Use when the user...
quarantinedClawHub- Registry
- ClawHub
- Category
- Devops· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__docker-container-rerun-allseko_video_creation_-_All-in-one_AI_video_creation_by_seko.sensetime.com
All-in-one AI video creation that builds complete, consistent, production-ready long-form videos from simple text prompt. Powered by seko.sensetime.com, whic...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__seko_video_creation_-_All-in-one_AI_video_creation_by_seko.sensetime.com