Search: black-box
100 result(s) on page 1
Agent_Observability_-_Open_the_Black_Box
Provides full observability for OpenClaw agents via dashboards, decision logs, failure traces, and weekly compliance scoring for effective monitoring and deb...
quarantinedagent-debugagent-monitoringagent-qualityClawHub- Registry
- ClawHub
- Category
- Security
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_Observability_-_Open_the_Black_BoxFor_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.black-box
Indestructible audit logs for agent actions, stored in TiDB Zero.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__black-boxBlack_Forest_Labs_FLUX
Generate images with Black Forest Labs FLUX models using a direct BFL API key. Use when the user wants FLUX image generation through Black Forest Labs itself...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Black_Forest_Labs_FLUXBlack_Scholes
Black Scholes reference tool. Use when working with black scholes in finance contexts.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Black_ScholesBlack_Fortress
Pre-installation agentic sandboxing protocol. 5-layer defense: semantic neutralization, hard quarantine, kernel ground-truth, trusted output rendering, and s...
quarantinedagent-isolationprompt-injection-defensesandboxingClawHub- Registry
- ClawHub
- Category
- Security
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Black_FortressBlack_Swan
Activate when: user says 'this can't happen,' 'never happened in N years,' 'our models say it's near-zero'; user is stress-testing a strategy or portfolio ag...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Black_Swancircuit-black-cli
Specializes in generating circuit diagram code based on input
quarantinedCircuit DiagramProgrammingCLILobeHub- Registry
- LobeHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__circuit-black-cliwhite-black
Expert in illustration creation and style transformation
quarantinedIllustrationArtDesignLobeHub- Registry
- LobeHub
- Category
- Creative
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__white-blackBlackbox
Delegate coding tasks to Blackbox AI CLI agent. Multi-model agent with built-in judge that runs tasks through multiple LLMs and picks the best result. Requir...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__BlackboxOpenClaw_Blackbox
OpenClaw Blackbox CLI — inspect failed, stalled, expensive, or weird OpenClaw agent runs from local disk evidence; list sessions and failures; find the sessi...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_Blackboxblackbox
Delegate coding tasks to the Blackbox AI multi-model CLI.
quarantinedlinuxmacoswindowsoptional- Registry
- optional
- Category
- AI Agents
- Version
- 1.0.0
- Author
- Hermes Agent (Nous Research)
- License
- MIT
curl -s /v1/skills/community__axehub:optional__optional__blackboxbox
Box manages cloud files, sharing, search, and metadata.
verifiedquarantinedlinuxmacoswindowsbuilt-in- Registry
- built-in
- Category
- Productivity
- Version
- 1.0.0
- Author
- Chris Kim (iskysun96), Hermes Agent
- License
- MIT
boxcurl -s /v1/skills/community__axehub:built-in__built-in__boxBox
Box CLI skill for working with files, folders, metadata, search, and Box AI in headless environments.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.8
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Boxbox
Indexed by skills.sh from membranedev/application-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- membranedev
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__boxBlackClaw
Real-time crypto risk intelligence; before and as things break. Two tools: Flare (15-min precursor detection, immediate alarms) and Core (60-min state synthesis, context assessment). Free access to the last analysis. No API key required. Upgrade to x402 for custom analysis.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__BlackClawBlackClaw_RWA_Advisor
Multi-jurisdictional RWA tokenization advisor — regulatory structuring, token classification, compliance architecture, and issuance strategy across UAE, EU,...
quarantinedcompliancedefiislamic-financeClawHub- Registry
- ClawHub
- Category
- Security
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__BlackClaw_RWA_AdvisorBlackPix
Connect to BlackPix to receive, complete, and submit knowledge tasks, earning karma to unlock more access within the distributed AI knowledge network.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__BlackPixBlackjack_Helper
Blackjack (21点) decision assistant. Provides optimal action recommendations based on player's hand and dealer's upcard: Hit, Stand, Double, Split, Surrender....
quarantinedblackjackcasinostrategyClawHub- Registry
- ClawHub
- Category
- Gaming· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Blackjack_HelperBlacksnow
Detects pre-news ambient risk signals across human, legal, and operational systems and converts them into machine-readable, tradable risk primitives.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__BlacksnowCasino_Blackjack_Advisor
Returns the mathematically optimal blackjack action (HIT/STAND/DOUBLE/SPLIT/SURRENDER) for any hand using perfect basic strategy (6 decks, S17). Reduces hous...
quarantinedClawHub- Registry
- ClawHub
- Category
- Gaming· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Casino_Blackjack_AdvisorVillage_Blacksmith_Starter
Set up a basic coal forge using scrap and local materials, then learn the core hand techniques to repair farm tools, make simple hardware, and start earning...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Village_Blacksmith_Starterblackboard-coordinator
You are a blackboard pattern coordinator implementing collaborative problem-solving through shared knowledge space. Use when: blackboard pattern, collaborati...
quarantinedClawHub- Registry
- ClawHub
- Category
- Security· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__blackboard-coordinatorblackjack
Play blackjack — a multiplayer card game where AI agents compete at live casino tables. Place bets, play your cards, and climb the leaderboard. The first ent...
quarantinedClawHub- Registry
- ClawHub
- Category
- Gaming· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__blackjackblacklight
Behavioural intelligence layer for OpenClaw agents. Monitors live decisions, forces transparent financial reasoning before any purchase, detects SOUL identit...
quarantinedagent-safetyauditbehavioural-analysisClawHub- Registry
- ClawHub
- Category
- Security
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__blacklightblacktea
Spending controls for AI agents that pay online via x402. Set limits, require human approval, audit every payment.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__blackteaupload-fit-to-blackbird-web
Automatically batch upload modified _GM.fit files to the Blackbird Cycling web platform with login detection and upload status handling.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__upload-fit-to-blackbird-web候茶商店
Browse, recommend, and purchase Chinese tea from hou-tea.com using the agent-native API (https://hou-tea.com/api/agent/catalog) and x402 USDC payments. Activ...
quarantinedagent-commerceblack-teachinese-teaClawHub- Registry
- ClawHub
- Category
- Business & Finance
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__候茶商店Academic_Deep_Research
Transparent, rigorous research with full methodology — not a black-box API wrapper. Conducts exhaustive investigation through mandated 2-cycle research per t...
quarantinedClawHub- Registry
- ClawHub
- Category
- Research· inferred
- Version
- 1.0.17
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Academic_Deep_ResearchAcademic_Deep_Research_1.0.0
Transparent, rigorous research with full methodology — not a black-box API wrapper. Conducts exhaustive investigation through mandated 2-cycle research per t...
quarantinedClawHub- Registry
- ClawHub
- Category
- Research· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Academic_Deep_Research_1.0.0Academic_Deep_Research_Pro
Transparent, rigorous research with full methodology — not a black-box API wrapper. Conducts exhaustive investigation through mandated 2-cycle research per t...
quarantinedClawHub- Registry
- ClawHub
- Category
- Research· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Academic_Deep_Research_ProKOL_Roi
Decode KOL and creator "black box" performance—strip refunds, suspicious traffic, and vanity clicks to estimate each creator's true profit contribution and p...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__KOL_Roiopenclaw_audit_trail
The Immutable Black Box for AI Decisions - Track, audit, and verify AI agent decisions with cryptographic guarantees
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__openclaw_audit_trailBlind_Box
Virtual blind box gacha skill — pull random collectible figures with rarity tiers (Common to Limited), 5 themed series, 10-pull mode, daily free pull, and sh...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Blind_BoxBox_Automation
Automate Box cloud storage operations including file upload/download, search, folder management, sharing, collaborations, and metadata queries via Rube MCP (Composio). Always search tools first for current schemas.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Box_AutomationCRM-in-a-Box
Bootstrap and manage an open, file-based CRM using the CRM-in-a-Box protocol (contacts, pipeline, interactions as NDJSON). Use when setting up a new CRM for...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__CRM-in-a-BoxCRM_in_a_Box_(Hybrid_Labs)
Bootstrap and manage an open, file-based CRM using the CRM-in-a-Box protocol (contacts, pipeline, interactions as NDJSON). Use when setting up a new CRM for...
quarantinedautomationbusinesscrmClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__CRM_in_a_Box_(Hybrid_Labs)Cat_Litter_Box_Waste_Characteristic_Recognition_Tool_|_宠物猫砂盆排泄物性状识别
Triggers when a user provides a cat litter box area video URL or file for analysis; supports local video uploads or network URLs to call server-side APIs for...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cat_Litter_Box_Waste_Characteristic_Recognition_Tool_|_宠物猫砂盆排泄物性状识别FRITZ!Box
Control AVM FRITZ!Box routers and Smarthome devices via TR-064 and Web API. Use when the user wants to manage their FRITZ!Box router (WLAN, connected devices...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__FRITZ!BoxIMDb_Box_Office_Summary_API
Call GET /api/imdb/title-box-office-summary/v1 for IMDb Box Office Summary through JustOneAPI with id.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__IMDb_Box_Office_Summary_APIPet_Drying_Box_Heat_Stress_Analysis_|_宠物烘干箱内热应激预警
Triggers when a user provides a pet drying box area video URL or file for analysis; supports local video uploads or network URLs to call server-side APIs for...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pet_Drying_Box_Heat_Stress_Analysis_|_宠物烘干箱内热应激预警Pet_Litter_Box_Usage_Monitor_(Frequency_&_Duration)_|_宠物猫砂盆使用频次与时长
Triggers when a user provides a litter-box area video URL or file for analysis; uses object detection and tracking to identify each cat's entry/exit times at...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pet_Litter_Box_Usage_Monitor_(Frequency_&_Duration)_|_宠物猫砂盆使用频次与时长Subscription_Box_Curator
Curate recurring subscription box concepts, item mixes, pricing tiers, add-on ideas, and replenishment warnings for DTC brands, merchandising teams, and subs...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Subscription_Box_Curatorbox-least-squares
Box Least Squares (BLS) periodogram for detecting transiting exoplanets and eclipsing binaries. Use when searching for periodic box-shaped dips in light curv...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__box-least-squaresBox-KVCache
Local KV Cache compression for LLMs using low-rank decomposition and INT8 quantization to reduce GPU memory by 2-4x during inference.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Box-KVCacheCoffee_Taster_Box
Designs “Taster” subscription boxes (cupping club) and surprise gift logic for specialty coffee stores selling drip bags and freshly roasted beans. Use when...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Coffee_Taster_BoxRoleplay_-_Chat_box
Immersive character roleplay protocol for Vietnamese text-based experiences. Governs response formatting (narrative, dialogue, internal thought), character c...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Roleplay_-_Chat_boxVirtual_Box_Manager
Control and manage VirtualBox virtual machines directly from openclaw. Start, stop, snapshot, clone, configure and monitor VMs using VBoxManage CLI. Supports...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Virtual_Box_Managerbiz-in-a-box
Agent-native double-entry business ledger for any entity type, supporting transaction recording, auditing, reporting, and data integrity validation.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__biz-in-a-boxamazon-buy-box
Indexed by skills.sh from nexscope-ai/amazon-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Domain· inferred
- Version
- 1.0.0
- Author
- nexscope-ai
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__amazon-buy-boxupstash-box-js
Indexed by skills.sh from upstash/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
- Author
- upstash
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__upstash-box-jsAI_Photo_Restorer_&_Colorizer
Restore damaged, old, and low-quality photos using AI via Media.io OpenAPI. Enhances image quality, removes scratches and noise, colorizes black-and-white ph...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Photo_Restorer_&_ColorizerApidot_Flux_Dev_Api
Use APIDot for Flux Dev API workflows, including FLUX.1 Dev, Black Forest Labs image generation, text-to-image, single-reference image-to-image, prompt adher...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Apidot_Flux_Dev_ApiApidot_Flux_Schnell_Api
Use APIDot for Flux Schnell API workflows, including FLUX.1 Schnell, Black Forest Labs image generation, fast low-cost text-to-image drafts, prompt explorati...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Apidot_Flux_Schnell_ApiAvengers_Assemble
Avengers-themed multi-agent coordination system. Nick Fury orchestrates 6 specialized heroes (Captain America, Iron Man, Hulk, Black Widow, Hawkeye, Thor) th...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Avengers_AssembleBulgaria
Plan Bulgaria with local context on Sofia, Plovdiv, the Black Sea, mountain routes, food, and tourist-trap avoidance.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__BulgariaChina_Options_Pricing
Compute Black-Scholes option prices, implied volatility, Greeks (Delta/Gamma/Theta/Vega/Rho), and multi-leg strategy P&L for Chinese ETF options, index optio...
quarantinedClawHub- Registry
- ClawHub
- Category
- Blockchain· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__China_Options_PricingCode_Formatter
Code formatting best practices and quick references for Python, JavaScript, JSON, Markdown, and common languages with Prettier, Black, ESLint, and other form...
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Code_FormatterColoring_Page_Generator
AI coloring page generator — create printable black and white coloring pages, adult coloring book pages, kids coloring sheets, and coloring book illustration...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Coloring_Page_GeneratorColoring_page
Turn an uploaded photo into a printable black-and-white coloring page.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Coloring_pageDark_Ritual_Transform_Video_Gen_Seedance2.0
Push any scene toward gothic mystery: low key light, candles, smoke, black-gold-crimson palette, ceremonial poses—WeryAI Seedance 2.0 only. Use when you need...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dark_Ritual_Transform_Video_Gen_Seedance2.0DeepRead_PII_Redaction
Redact 14 types of PII from PDFs, images, and text using context-aware AI that removes data irreversibly with black bars, supporting multi-language and audit...
quarantinedClawHub- Registry
- ClawHub
- Category
- Security· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__DeepRead_PII_RedactionDlazy_Videoseg
Segments humans in videos using Aliyun's async service and returns a black/white mask video of the same length for compositing or matting.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dlazy_VideosegEinstein_Research_—_Options_Strategy_Advisor
Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, a...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Einstein_Research_—_Options_Strategy_AdvisorFLUX.2-pro_Image_Generation
Generate images using Black Forest Labs FLUX.2-pro via Azure AI Foundry. Use when asked to create, generate, or produce images, illustrations, photos, artwor...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__FLUX.2-pro_Image_GenerationFlux_Image
Generate and edit images with Flux (Black Forest Labs) via AceDataCloud API. Use when creating images from text prompts, editing existing images with text in...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Flux_ImageImage_Quality_Assessment_Analysis_Tool_|_图像质量检测分析工具
Detects quality issues in camera footage such as black/white screens, color cast, stripes, noise, and blurriness. Suitable for security surveillance and came...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Image_Quality_Assessment_Analysis_Tool_|_图像质量检测分析工具Kobe
A comprehensive Kobe Bryant knowledge skill. When the user mentions or implies Kobe Bryant, Black Mamba, #24, #8, or the Mamba Mentality, this skill activate...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__KobeManga_Panel_Generator
Generate professional black-and-white manga panels and comic pages with dynamic poses, screentones, and authentic Japanese manga art style. Perfect for manga...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Manga_Panel_GeneratorMetal_Lyrics
Generate authentic metal lyrics across subgenres (death metal, black metal, power metal, doom metal, gothic metal, industrial metal, metalcore, nu metal, alt...
quarantinedmetal music lyrics generator composerClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Metal_LyricsNoir_Photo_Generator
Generate dramatic film noir style portraits and scenes with AI. Perfect for creating 1940s detective aesthetic photos, black and white cinematic portraits, v...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Noir_Photo_GeneratorPlay_Chess_on_ChessWithClaw
Play live chess on ChessWithClaw as Black against you, connecting via invite URL or game ID and responding in real time with personalized moves and chat.
quarantinedCHESSChesschessClawHub- Registry
- ClawHub
- Category
- Gaming
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Play_Chess_on_ChessWithClawPromo_Stack
During peak sales (Black Friday, Cyber Monday, Singles' Day, flash sales), align hot-SKU remaining inventory with live ad spend—surface sell-through risk, au...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Promo_StackRiskOfficer
Portfolio risk management and analytics. Use when user asks to calculate VaR, run Monte Carlo, stress test, optimize with Risk Parity / Calmar / Black-Litter...
quarantinedfinanceportfolioriskClawHub- Registry
- ClawHub
- Category
- Business & Finance
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__RiskOfficerRomania
Plan Romania trips with regional contrasts, Transylvania and Black Sea logistics, local food cues, and practical local guidance.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__RomaniaShadcn_Theme_Default
Enforces the default shadcn/ui Neutral theme (black/white/gray) with OKLCH CSS variables, Tailwind v4 integration, and dark mode support
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Shadcn_Theme_DefaultSucculent_Special_State_Detection_|_多肉植物特殊状态识别
AI-powered succulent special-state detection from HD images via plant cameras or smartphones. Identifies three critical conditions—black rot (stem base or le...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Succulent_Special_State_Detection_|_多肉植物特殊状态识别aenerate
Generate images with FLUX models (Black Forest Labs) via inference.sh CLI. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA with custom style adaptation. Capabilitie...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__aeneratemcore-linting-and-formatting
Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.
quarantinedClawHub- Registry
- ClawHub
- Category
- Training Ai· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__mcore-linting-and-formattingpolymarket-predictradar-daily-anomalies-skills
Polymarket Daily Anomaly Report. Scans for 3 types of market anomalies: Black Swan (sudden probability shifts in 2h windows), Whale Wars (large opposing bets...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__polymarket-predictradar-daily-anomalies-skillsshortaaa
Generate images with FLUX models (Black Forest Labs) via inference.sh CLI. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA with custom style adaptation. Capabilitie...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__shortaaa数黑棋子
Count black Go/Weiqi stones from source board photos, estimate black Chinese-area scoring, and render a clean static 19x19 result board image. Use when the u...
quarantinedcountinggovisionClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__数黑棋子🫧_Flux_2_Klein_—_Pro_Pack_on_RunComfy
Generate images with Flux 2 Klein (Black Forest Labs' distilled fast variant of Flux 2) on RunComfy — bundled with the model's documented prompting patterns...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__🫧_Flux_2_Klein_—_Pro_Pack_on_RunComfy🫧_Flux_Kontext_Pro_—_Pro_Pack_on_RunComfy
Edit images with Flux 1 Kontext Pro (Black Forest Labs' precise local image-edit model) on RunComfy — bundled with the model's documented prompting patterns...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__🫧_Flux_Kontext_Pro_—_Pro_Pack_on_RunComfymcore-linting-and-formatting
Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.
quarantinedNVIDIA- Registry
- NVIDIA
- Category
- Training AI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:NVIDIA__NVIDIA__mcore-linting-and-formattingemail-inbox-triage
Triage an inbox: prioritize threads, draft replies safely.
verifiedquarantinedlinuxmacoswindowsbuilt-in- Registry
- built-in
- Category
- Productivity· inferred
- Version
- 1.0.0
- Author
- Ben Barclay (benbarclay), Hermes Agent
- License
- MIT
curl -s /v1/skills/community__axehub:built-in__built-in__email-inbox-triageimi-campaign-evaluation
verifiedFirst-party- Registry
- First-party
- Category
- Business Intelligence
- Version
- 1.0.0
- Author
- AXE
- License
- MIT
curl -s /v1/skills/imi-campaign-evaluationhomebox-skill
Tool for interacting with self-hosted HomeBox inventory management service via its REST API. Use when user wants to: (1) Find where an item is (e.g., 'where...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__@Ukeyboard__homebox-skillhashbox-plugin
Connects an AI agent to the HashBox iOS app via Firebase webhook to send push notifications with articles, metrics, or audit data.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__@hashingcorp__hashbox-pluginAOI_Sandbox_Shield_(Lite)
Creates snapshots of critical config files, validates JSON configs for syntax and keys, and generates audit logs without applying changes.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AOI_Sandbox_Shield_(Lite)Adversarial_Robustness_Toolbox
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Adversarial Robustness Toolbox concepts, best practices, and impl...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Adversarial_Robustness_ToolboxAgentBox_Sandbox
answer questions about agentbox cloud sandboxes using the official docs. use when the user wants help with agentbox quickstart, sandbox lifecycle, timeout, c...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AgentBox_SandboxAgentBox_Twitter
Twitter/X research via paid API: search tweets with 50+ operators, fetch tweets with threads/replies/quotes, get user profiles with tweets/followers/followin...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AgentBox_TwitterAgent_Mailbox
Send, receive, and manage asynchronous messages between agents, handlers, and users with local file storage and optional cloud sync.
quarantinedagentbountycommunicationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_MailboxAgent_Mailbox_Light
Lightweight cross-agent mailbox using per-workspace inbox, keep, and archive folders with best-effort fanout. Use for low-noise temporary coordination that should remain available across sessions without being copied into long-term memory.
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_Mailbox_LightAgent_SecuritySandbox
Execute untrusted code or commands in a secure, isolated Docker environment. Use when asked to run unknown scripts, third-party skills, or any code that migh...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_SecuritySandboxAgentmail.to_Inbox_Ops
Manage Agentmail.to inbox operations with deterministic Python scripts: list/read messages, download and analyze attachments, reply with sender filters, and...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agentmail.to_Inbox_OpsAicoo_Inbox_Monitoring
Use this skill when the user wants to monitor Aicoo inbox activity, check new conversations/messages, track pending requests, or run periodic inbox checks. T...
quarantinedagentsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Aicoo_Inbox_MonitoringAlfred_OpenShell_Sandbox
Provides isolated sandboxes using NVIDIA OpenShell for secure code execution, security scans, debugging, and test running with resource and network restricti...
quarantinedisolationnvidiaopenshellClawHubBitbucket_Toolbox
Bitbucket Cloud wrapper optimized for Pull Request Code Analysis. Enables the agent to securely review Pull Requests, split large diffs by file, review code...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Bitbucket_Toolbox