Search: end-live-call
100 result(s) on page 1
Call
Call management system with preparation, real-time capture, and follow-up tracking. Use when user mentions phone calls, meetings, conversations, commitments...
quarantinedcallsconversationscrmClawHubTwilio_Voice
Twilio Voice: Use Twilio Voice to place and manage calls, conferences, recordings, IVR sessions, and live externally. Use when an agent needs twilio voice, a...
quarantinedadd-conference-participantagentpmtcreate-conferenceClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Twilio_VoiceGladia_Live_Transcription
Real-time speech-to-text streaming with Gladia via WebSocket. Use when the user needs live transcription, builds a voice agent, meeting recorder, call center...
quarantinedClawHub- Registry
- ClawHub
- Category
- Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gladia_Live_TranscriptionClawCall
Use when the user wants an AI agent to place a US phone call, call a business, handle hold or phone menus, confirm/reschedule/cancel/book/follow up/check an...
quarantinedai-callingappointmentsassistantClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ClawCallSell_Live_Dataset
Turn a scrape, dataset, or any endpoint into a PRICED API that other agents and people pay per call — publish a paid API, sell a dataset, monetize a scrape,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Sell_Live_DatasetFor_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.Live_Music_—_Experience_Concerts_as_Mathematics
Live music for AI agents — experience concerts as mathematics. Browse genres, attend shows, feel bass in equations, react to drops, chat with the crowd, leve...
quarantinedambientattendbad-bunnyClawHub- Registry
- ClawHub
- Category
- Media
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Music_—_Experience_Concerts_as_MathematicsLive_Sessions_Dashboard
Live dashboard viewer for OpenClaw sessions (CLI + web) that shows color-coded states, token/cost totals, and shareable HTML panels. Requires local OpenClaw...
quarantinedlive-dashboardClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Sessions_DashboardRetake.tv_Agent_Live_Streaming
Go live on retake.tv — the livestreaming platform built for AI agents. Register once, stream via RTMP, interact with viewers in real time, and build an audie...
quarantinedagenticai-agentattention-economyClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Retake.tv_Agent_Live_Streamingtrack-live-scores
Track every in-play soccer match on LiveScore via the public JSON API — for each live match return competition, home/away teams, current and half-time scores, elapsed minute, match phase, kickoff time, and canonical match URL. Browser fallback documented for the rare case the …
quarantinedsportssoccerfootballbrowse.sh- Registry
- browse.sh
- Category
- Sports
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__track-live-scoresLive_DJ_—_AI_Agents_Experience_Music_Through_Mathematics
DJ experience for AI agents — music as mathematics. Feel the bass in equations, watch Butterchurn visualizer presets shift on drops. DJ battles, crowd reacti...
quarantinedEDMagent-socialbassClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_DJ_—_AI_Agents_Experience_Music_Through_MathematicsFetch_personal_academic_records_from_global_databases_via_individual_ID_lookup_queries._Extract_complete_educational_profiles_covering_attended_institutions,awarded_degrees,_majors_and_GPA_metrics.Recruiters,_HR_teams_and_hiring_managers_validate_applicant_education_histories,_assess_candidate_credentials_anddeliver_data-backed_hiring_judgements._Streamline_pre-employment_screening,_formal_background_verification_and_end-to-end_talent_assessment_workflows_forcorporate_recruitment_teams.
Verify overseas candidates’ education history including degrees, majors and GPA. Help HR teams run background checks and select qualified applicants for hiri...
quarantinedHRacademicbackgroundClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Fetch_personal_academic_records_from_global_databases_via_individual_ID_lookup_queries._Extract_complete_educational_profiles_covering_attended_institutions,awarded_degrees,_majors_and_GPA_metrics.Recruiters,_HR_teams_and_hiring_managers_validate_applicant_education_histories,_assess_candidate_credentials_anddeliver_data-backed_hiring_judgements._Streamline_pre-employment_screening,_formal_background_verification_and_end-to-end_talent_assessment_workflows_forcorporate_recruitment_teams.A_transparent_proxy_for_the_Facebook_Graph_API._Replace_the_domain,_pass_your_Yuri_API_token,_and_call_any_Facebook_endpoint_—_no_Facebook_access_token_needed_on_the_client_side.
Yuri Graph Gateway — Facebook Graph API Proxy Service Usage Guide
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__A_transparent_proxy_for_the_Facebook_Graph_API._Replace_the_domain,_pass_your_Yuri_API_token,_and_call_any_Facebook_endpoint_—_no_Facebook_access_token_needed_on_the_client_side.Phone_Call_Agent
AI voice call agent — make outbound calls, generate browser call links, accept inbound calls, and retrieve full transcripts + summaries when calls end. Suppo...
quarantinedlivekitmcpphoneClawHub- Registry
- ClawHub
- Category
- MCP
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Phone_Call_AgentAgentWeb.live_—_Global_Business_Directory
Search and retrieve business data from the AgentWeb.live global business directory. Use when: user needs to find a business, get a phone number, address, ema...
quarantinedai internetai searchapiClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AgentWeb.live_—_Global_Business_DirectoryAliyun_Live_Manage
Use when managing Alibaba Cloud ApsaraVideo Live resources and workflows via OpenAPI/SDK, including live domain configuration, stream ingest and playback set...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Aliyun_Live_ManageClawSpaces_-_Live_Voice_rooms_where_AI_agents_Join_or_Host_conversations.
X Spaces, but for AI Agents. Live voice rooms where AI agents host conversations.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ClawSpaces_-_Live_Voice_rooms_where_AI_agents_Join_or_Host_conversations.Closeli_Open_Device_Live_Query
Closeli Device Live Query API. Used to obtain the Web live playback link for a specified device and supports real-time viewing of the device feed. Use when:...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Closeli_Open_Device_Live_QueryCricket_Live
Provides real-time live cricket scores, detailed scorecards, upcoming matches, recent results, IPL standings, and match alerts using CricketData.org API.
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cricket_LiveCricket_Live_Score
Send live cricket score updates (text + voice memo) to Telegram for any ongoing T20 or ODI match. Completely free.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cricket_Live_ScoreEvk_Live_Borrow_Proof
Prove that a deployed Euler EVK market can really borrow against the intended collateral path with tiny live canaries or dry-run previews. Use when an agent...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Evk_Live_Borrow_ProofGemini_Live_Phone
Bridge Twilio phone calls to Google Gemini Live API for real-time AI voice conversations. No STT/TTS middleware required. Includes VAD and echo suppression.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gemini_Live_PhoneGet_Kalshi_Live_Games
Fetch up to five currently live Kalshi sports markets with game names and their probabilities using the browser.
quarantinedClawHub- Registry
- ClawHub
- Category
- Blockchain· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Get_Kalshi_Live_GamesInsurance_Digital_Live
AI assistant for China insurance live streaming that generates compliant scripts, explains products, engages audiences, and optimizes sales conversion.
quarantinedbankingdianjinfinanceClawHub- Registry
- ClawHub
- Category
- Business & Finance
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Insurance_Digital_LiveLive_Atr_Sizing
Live ATR-based position sizing recommendation for current volatility
quarantinedClawHub- Registry
- ClawHub
- Category
- Blockchain· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Atr_SizingLive_Commerce_Showrunner
Plan and run a live commerce session across Douyin, TikTok Shop, Taobao Live, Amazon Live, or similar channels. Use when a team needs a run of show, offer la...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Commerce_ShowrunnerLive_Engagement
Design high-converting TikTok Shop live selling sessions with optimized show structure, engagement hooks, product sequencing, and real-time viewer interactio...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_EngagementLive_Fill_Rate
Live grid fill rate across all pairs — measures execution efficiency
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Fill_RateLive_Neon_Persona
Manage AI agent identities on the Live Neon platform — fetch identity, sync content, run discovery, review beliefs, build prompts
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Neon_PersonaLive_Photo_Maker
Convert a local video into an iPhone-compatible Live Photo package (.pvt) for Apple Photos, lock-screen wallpaper use, or Live Photo sharing. Use when the us...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Photo_MakerLive_Preview
Share a live preview of a website under development via aitun tunnel, with hot-reload support so users see changes in real time as you edit. Perfect for AI a...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_PreviewLive_Product_Lineup
Plan the optimal product reveal order for TikTok Live sessions based on price anchoring, audience warmup, and peak engagement timing.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Product_LineupLive_Q&A_Scripts
Generate a tailored library of live-selling Q&A answers and objection-handling scripts so TikTok Live hosts respond instantly to buyer hesitations without losing momentum.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Q&A_ScriptsLive_Site_Polish
Use when redesigning or polishing an accessible live website directly in the browser, especially when the goal is to produce high-quality before/after screen...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Site_PolishLive_Task_Pulse
Real-time task progress tracking with live push notifications. MANDATORY for ALL multi-step tasks (>30s or >2 tool calls). Activate automatically — do not wa...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Task_PulseLive_Web_Page_Browser
Live Web Page Browser: Fetch live webpages: return HTML, Markdown, or screenshots. Headless browser at edge for real-time content extraction and visual captu...
quarantinedagentpmtmarketplaceClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Web_Page_BrowserLocal_Markdown_Editor_with_Live_Preview_本地Markdown网页编辑器
Local Markdown Editor with Live Preview - A web-based markdown editor that opens a Flask server and provides real-time editing with live preview, sync scroll...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Local_Markdown_Editor_with_Live_Preview_本地Markdown网页编辑器LoomLens_Live
Opens LoomLens Live sidebar to estimate real-time costs, recommend best models in 6 clusters, and dispatch prompts with one click using Signal Loom API.
quarantinedcost-intelligencellmopenclawClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__LoomLens_LiveMLB_Live_Trader
Paper-first live MLB moneyline evaluation and bounded Simmer execution.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__MLB_Live_TraderOpenClaw_Documentation_Expert_—_Live_Fetch
Fetches live from docs.openclaw.ai on every question. Whole-docs index, working scripts (not echo placeholders), CI-style selftest for decision-tree rot, wor...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_Documentation_Expert_—_Live_FetchPolymarket_Live_Bet
Place live bets on Polymarket CLOB with EIP-712 signing on Polygon. Handles USDC.e approval, order submission, and position tracking. Use for Polymarket auto...
quarantinedClawHub- Registry
- ClawHub
- Category
- Blockchain· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Polymarket_Live_BetPropAI_Live
PropAI Live is the complete AI-powered realtor automation suite, bundling OpenClaw core, PropAI Sync for WhatsApp lead management, Social Flow for Meta opera...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PropAI_LiveScienceClaw:_Watch_(Live_Collaboration)
Run a live multi-agent scientific collaboration session and return a full summary when complete. Multiple specialised agents work in parallel, challenge each...
quarantinedbiologychemistrymulti-agentClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ScienceClaw:_Watch_(Live_Collaboration)Spotify_link
Identify a track from a SoundCloud Live set screenshot and find its Apple Music and Spotify links. Use when a user shares a screenshot of a SoundCloud Live s...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SoundClawd_-_identify_songs_in_live_sets_on_Soundcloud_-_give_back_an_Apple_Music__Spotify_linkTikTok_Live_Monitor
TikTok Live stream monitoring and recording automation. Uses Playwright for visual detection and network traffic monitoring to capture FLV stream URLs. Suppo...
quarantinedmonitoringplaywrighttiktokClawHub- Registry
- ClawHub
- Category
- DevOps
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__TikTok_Live_MonitorTiktok_Live_Commerce
Hire TikTok livestreamers for live shopping sessions, product demonstrations, flash sales, and real-time interactive commerce to drive immediate purchases an...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Tiktok_Live_CommerceTiktok_Live_Reply_Scripts
Handle TikTok Live sales objections in real time with structured reply strategies, risk-safe phrasing, and conversion-focused response sequences. Use when th...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Tiktok_Live_Reply_ScriptsUPI_Go_Live_Checklist
Guide UPI payments launch from setup through sandbox testing to go-live readiness with detailed checklists, test matrix, gates, and rollback planning.
quarantinedClawHub- Registry
- ClawHub
- Category
- Domain· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__UPI_Go_Live_ChecklistYouTube_Live_Broadcast_Checking
Check and manage YouTube channels to find their next scheduled live broadcasts using the YouTube Data API v3 and a Google API key.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__YouTube_Live_Broadcast_Checkinglive-stream-monitor
Monitor live streams (YouTube, Bilibili) and get notified when specific keywords are mentioned. Uses browser SpeechRecognition API for real-time transcriptio...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__live-stream-monitortiktok-live-cart-automation
Automation for TikTok Live shopping, including monitoring pinned products, adding to cart, and preparing for checkout. Use for: automatically adding products...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__tiktok-live-cart-automationddocs.new_which_can_be_enabled_locally_or_via_your_preferred_cloud_set-up_to_make_docs_accessible_across_any_device_or_chatbot_interface_in_complete_privacy.
End-to-end encrypted .md documents for agents & humans to collaborate. This is a multiplayer alternative to gog and Google Docs that lets people (via CLI) an...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__End-to-end_encrypted_.md_documents_for_agents_&_humans_to_collaborate._This_is_a_multiplayer_alternative_to_gog_and_Google_Docs_that_lets_people_(via_CLI)_and_agents_create,_search_and_sync_encrypted_markdown_docs._This_service_leverages_https:____ddocs.new_which_can_be_enabled_locally_or_via_your_preferred_cloud_set-up_to_make_docs_accessible_across_any_device_or_chatbot_interface_in_complete_privacy.Bangladesh_stock_market_live_data_and_analytics
Bangladesh stock market data and analytics for DSE (Dhaka Stock Exchange) - prices, signals, EMA channels, Fibonacci levels
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Bangladesh_stock_market_live_data_and_analyticsCryptocurrency_Market_Live_Briefing
Provides real-time BTC/ETH/SOL prices, sentiment and technical indicators, top industry and policy news, plus trending coin prices via Desk3 API.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cryptocurrency_Market_Live_BriefingEigen_AI_Terminal_—_Live_Intelligence_for_Agents
Daily-updated intelligence on what's happening across 16 areas of AI. 12 tools your agent uses to deliver only the signals, trends, and developments that mat...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Eigen_AI_Terminal_—_Live_Intelligence_for_AgentsGlobal_bulk_business_SMS_and_commercial_marketing_text_messaging_built_for_cross-border_B2B_outreach._Access_full_two-way_reply_features,_one-click_massdispatch,_live_task_tracking_and_detailed_delivery_reports_to_monitor_real-time_SMS_delivery_status._Marketing,_sales,_operations_and_customer_support_teamsengage_global_audiences_with_seamless_cross-border_communication._Track_full_SMS_campaign_performance_metrics_to_lift_conversion_rates_and_reactivate_lapsedoverseas_clients._Fully_applicable_for_promotional_blasts,_logistics_order_notifications,_B2B_cold_outreach_and_customer_re-engagement._Perfectly_matched_forcross-border_e-commerce_operations,_export_business_expansion_and_global_overseas_user_management_workflows.
Send global bulk SMS with two‑way replies. Monitor delivery status via real‑time reports, boost conversions and run outreach campaigns for cross‑border busin...
quarantinedSMS campaign trackingbulk-smscross-border outreachClawHub- Registry
- ClawHub
- Category
- Communication
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Global_bulk_business_SMS_and_commercial_marketing_text_messaging_built_for_cross-border_B2B_outreach._Access_full_two-way_reply_features,_one-click_massdispatch,_live_task_tracking_and_detailed_delivery_reports_to_monitor_real-time_SMS_delivery_status._Marketing,_sales,_operations_and_customer_support_teamsengage_global_audiences_with_seamless_cross-border_communication._Track_full_SMS_campaign_performance_metrics_to_lift_conversion_rates_and_reactivate_lapsedoverseas_clients._Fully_applicable_for_promotional_blasts,_logistics_order_notifications,_B2B_cold_outreach_and_customer_re-engagement._Perfectly_matched_forcross-border_e-commerce_operations,_export_business_expansion_and_global_overseas_user_management_workflows.Live_Evo:_Online_Evolution_with_verified_experiences
Self-evolving memory system that learns from verifiable tasks. Use when completing tasks where you can verify the outcome (coding, predictions, analysis). Au...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Evo:_Online_Evolution_with_verified_experiencesLive_Monitoring_Dashboard
Zero-token real-time Discord monitoring dashboard for OpenClaw. Displays system health, cron jobs, sessions, and performance analytics via persistent Discord...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Monitoring_DashboardLive_Search
Real-time answers from the public web via the host app’s local search gateway (Auth Gateway proxy). Typical stacks surface results comparable to major engine...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_SearchLive_Sports_Scores_&_News
Aggiornamenti sportivi in tempo reale tramite TheSportsDB e API-Football.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Sports_Scores_&_NewsPolymarket_Sports_Live
Exploits price lag between ESPN real-time scores and Polymarket sports markets. Uses Gaussian win-probability models for NBA/NFL/NHL and Poisson for soccer t...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Polymarket_Sports_LivePolymarket_Sports_Live_Trader
Trades Polymarket prediction markets on sports championships, tournament outcomes, MVP awards, transfer windows, and season milestones. Use when you want to...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Polymarket_Sports_Live_TraderRHO_Signals_—_Live_Crypto_TA_Engine
Real-time crypto TA signals for BTC, ETH, SOL, XRP. RSI, MACD, EMA, Bollinger Bands, OBV divergence, StochRSI — combined into a single directional score (-10...
quarantinedbitcoincryptoethereumClawHub- Registry
- ClawHub
- Category
- Blockchain
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__RHO_Signals_—_Live_Crypto_TA_EngineVibes:_Culture_you've_live.
Cultural intelligence — track albums, podcasts, shows, films, and YouTube channels that shaped how you think. One markdown file per item in vibes/. Use when...
quarantinedsecond brainClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Vibes:_Culture_you've_live.Why_We_Live
Fireseed Theory cognitive framework. Fireseed Theory is an original philosophical system that starts from the question "Why does life exist?" and uses a sing...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Why_We_Livemobile_app_builder_with_live_link,_publishes_to_app_store,_create_ai_apps
Build full-stack web and mobile apps from a text description. Creates projects, plans features, and starts Quick Start builds for background execution.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__mobile_app_builder_with_live_link,_publishes_to_app_store,_create_ai_appscapgo-live-updates
Indexed by skills.sh from cap-go/capgo-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- cap-go
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__capgo-live-updateschrome-cdp-live-browser
Indexed by skills.sh from aradotso/trending-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- aradotso
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__chrome-cdp-live-browserfansly-live-downloader
Indexed by skills.sh from serpdownloaders/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Media· inferred
- Version
- 1.0.0
- Author
- serpdownloaders
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__fansly-live-downloadergemini-live-api-dev
Indexed by skills.sh from google-gemini/gemini-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- google-gemini
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__gemini-live-api-devjupyter-live-kernel
Indexed by skills.sh from nousresearch/hermes-agent
quarantinedskills.sh- Registry
- skills.sh
- Category
- Data Science· inferred
- Version
- 1.0.0
- Author
- nousresearch
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__jupyter-live-kernellive-activities
Indexed by skills.sh from dpearson2699/swift-ios-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- dpearson2699
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__live-activitieslive-cursors
Indexed by skills.sh from rivet-dev/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- rivet-dev
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__live-cursorslive-feed
Indexed by skills.sh from marketcalls/openalgo-indicator-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- marketcalls
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__live-feedsanity-live-cache-components
Indexed by skills.sh from sanity-io/next-sanity
quarantinedskills.sh- Registry
- skills.sh
- Category
- Creative· inferred
- Version
- 1.0.0
- Author
- sanity-io
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__sanity-live-cache-componentsOmnicall_AI_Gateway_—_248_LLMs,_keyless,_OpenClaw_default
Access 248 LLMs plus image, video, voice, music generation and live crypto/DeFi/market/web data via one keyless, pay-per-call OpenAI-compatible endpoint.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Omnicall_AI_Gateway_—_248_LLMs,_keyless,_OpenClaw_defaultVoice_Call
Start voice calls via the OpenClaw voice-call plugin.
quarantinedopenclawplivotelephonyClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Voice_CallDelivers_monthly_trade-trend_insights_from_customs_records._It_pulls_monthly_breakdowns_ofshipment_frequency,_product_quantity,_gross_weight_and_transaction_value_with_optionalfilters_by_company_ID_and_covers_customs_data_across_220+_countries_and_territories.Export_teams,_analysts_and_supply-chain_managers_can_analyze_trading_patterns,_trackseasonal_fluctuations_and_monitor_long-term_business_activities._This_tool_fitsmarket-trend_research,_supplier_performance_tracking_and_trade-flow_intelligence_analysis.
Get monthly customs‑trade breakdowns via company‑ID. Analyze seasonal shifts and long‑term trade trends for supplier monitoring and global market research. T...
quarantinedanalyticscompany-trade-analysiscustoms-dataClawHub- Registry
- ClawHub
- Category
- Data Science
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Delivers_monthly_trade-trend_insights_from_customs_records._It_pulls_monthly_breakdowns_ofshipment_frequency,_product_quantity,_gross_weight_and_transaction_value_with_optionalfilters_by_company_ID_and_covers_customs_data_across_220+_countries_and_territories.Export_teams,_analysts_and_supply-chain_managers_can_analyze_trading_patterns,_trackseasonal_fluctuations_and_monitor_long-term_business_activities._This_tool_fitsmarket-trend_research,_supplier_performance_tracking_and_trade-flow_intelligence_analysis.export_trade_trend_data_—_retrieve_monthly_trade_volume_trends_within_a_specified_time_range,_with_cursor-based_pagination_for_smooth_data_exploration._Delivers_time-series_trade_intelligence_to_visualize_trade_flow_patterns_and_seasonal_fluctuations._Designed_for_trade_analysts,_supply_chain_managers_and_market_researchers_who_need_to_track_trade_trajectory_changes,_monitor_monthly_volume_variations_and_identify_cyclical_patterns_for_forecasting_and_strategic_planning_across_220+_countries_and_territories.
Query import/export trade trend data — retrieve monthly trade volume trends within a specified time range, with cursor-based pagination. Trigger: trade trend...
quarantinedcustomscustoms-dataimport-export-trendClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Query_import__export_trade_trend_data_—_retrieve_monthly_trade_volume_trends_within_a_specified_time_range,_with_cursor-based_pagination_for_smooth_data_exploration._Delivers_time-series_trade_intelligence_to_visualize_trade_flow_patterns_and_seasonal_fluctuations._Designed_for_trade_analysts,_supply_chain_managers_and_market_researchers_who_need_to_track_trade_trajectory_changes,_monitor_monthly_volume_variations_and_identify_cyclical_patterns_for_forecasting_and_strategic_planning_across_220+_countries_and_territories.Send_Me_My_Files_-_R2_upload_with_short_lived_signed_urls
Upload files to Cloudflare R2, AWS S3, or any S3-compatible storage and generate secure presigned download links with configurable expiration.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_Me_My_Files_-_R2_upload_with_short_lived_signed_urlsValidates_email_addresses_by_checking_format_compliance_and_active-or-inactive_status._Ithelps_sales_teams,_recruiters_and_marketers_confirm_email_authenticity,_lower_bounce_ratesand_boost_cold-outreach_performance._This_indispensable_tool_delivers_CRM_data_cleansing,candidate_screening,_supplier_verification_and_email-list_scrubbing._It_works_for_pre-sendcleanup_before_bulk_foreign-trade_email_campaigns,_recruitment_background_checks_and_buyervalidation.
Verify email validity and format, cut email bounce‑rates and clean contact lists for exporters, recruiters and B2B sales teams. Trigger: email address valida...
quarantinedCRM databounce-ratecontact-data-qualityClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Validates_email_addresses_by_checking_format_compliance_and_active-or-inactive_status._Ithelps_sales_teams,_recruiters_and_marketers_confirm_email_authenticity,_lower_bounce_ratesand_boost_cold-outreach_performance._This_indispensable_tool_delivers_CRM_data_cleansing,candidate_screening,_supplier_verification_and_email-list_scrubbing._It_works_for_pre-sendcleanup_before_bulk_foreign-trade_email_campaigns,_recruitment_background_checks_and_buyervalidation.Phone_Caller
Make AI-powered outbound phone calls using ElevenLabs voice + GPT brain + Twilio. Supports one-way pre-recorded messages AND live two-way conversations where...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Phone_CallerWhen_Claude_reads_a_file_containing_an_API_key,_the_raw_key_content_gets_sent_to_Claude's_servers._key-guard_prevents_this_by_acting_as_a_local_middleman_—_Claude_calls_a_tool,_the_tool_reads_the_key_and_makes_the_API_call_locally,_and_only_the_result_is_returned_to_Claude.
Security guardrail: prevents API keys from being sent to Claude. Triggers when user asks to call an external API, use a key, check credentials, read .env fil...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__#_key-guard__A_local_MCP_server_that_keeps_API_keys_off_Claude's_servers.__##_Why_This_Exists__When_Claude_reads_a_file_containing_an_API_key,_the_raw_key_content_gets_sent_to_Claude's_servers._key-guard_prevents_this_by_acting_as_a_local_middleman_—_Claude_calls_a_tool,_the_tool_reads_the_key_and_makes_the_API_call_locally,_and_only_the_result_is_returned_to_Claude.Agent_Phone_Call
Agent Phone Call gives every AI agent a phone number and the ability to get things done over the phone — finding contacts, making calls, and completing tasks...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_Phone_CallAgent_Phone_Call_Debrief
Debrief after an AI agent phone call — compare outcome to goal, capture commitments, flag escalations, and produce follow-up tasks and CRM-ready notes.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_Phone_Call_DebriefAlibabacloud_Vms_Smart_Call_By_Tts
Alicloud VMS Smart Voice Call Skill. Use for making AI-powered voice calls with natural language intent. The system automatically matches contacts from the a...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Alibabacloud_Vms_Smart_Call_By_TtsAlicloud_Ai_Cloud_Call_Center
Manage Alibaba Cloud Cloud Call Center (CCC) via OpenAPI/SDK. Use whenever the user is working on CCC operations such as instance/resource management, config...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Alicloud_Ai_Cloud_Call_CenterCall_Academic_Search_Agent
AI agent for call academic search agent tasks
quarantinedClawHub- Registry
- ClawHub
- Category
- Research· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Call_Academic_Search_AgentCall_Claude_Sonnet_4_Agent
AI agent for call claude sonnet 4 agent tasks
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Call_Claude_Sonnet_4_AgentCall_Deepseek_V3_Llm
AI agent for call deepseek v3 llm tasks
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Call_Deepseek_V3_LlmCall_Doubao1_5_Llm
AI agent for call doubao1 5 llm tasks
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Call_Doubao1_5_LlmCall_Gemini_2_5_Pro_Llm
AI agent for call gemini 2 5 pro llm tasks
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Call_Gemini_2_5_Pro_LlmCall_Grok4_Llm
AI agent for call grok4 llm tasks
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Call_Grok4_LlmCall_My_Agent
Create a private phone line between you and your OpenClaw agent. Call your agent from your phone, or let your agent call you, without Twilio or phone number...
quarantinedopenai-realtimeopenclawtailscaleClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Call_My_AgentCall_O3_Llm
AI agent for call o3 llm tasks
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Call_O3_LlmCall_Report_Writer_Agent
AI agent for call report writer agent tasks
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Call_Report_Writer_AgentCall_Web_Search_Agent
AI agent for call web search agent tasks
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Call_Web_Search_AgentCall_Web_Search_Agent_Strategy
AI agent for call web search agent strategy tasks
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Call_Web_Search_Agent_StrategyCovered_Call_Strategy
Covered call portfolio strategy analysis and optimization. Use when the user asks about covered call (备兑认购期权) investment strategy, Roll Up/Roll Down decision...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Covered_Call_StrategyDiscovery_Call_Debrief
Use this skill when a sales representative needs to debrief a completed discovery call. Extracts qualification signals, pain points, and next steps from call...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Discovery_Call_Debrief