Search: board updates
100 result(s) on page 1
For_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.RDA_MSG_Board
Send scrolling text messages to RDA MSG Board via HTTP/JSON. Use for notifications, alerts, or status updates on physical LED matrix.
quarantinedesp32esp8266home-assistantClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__RDA_MSG_Boardboard
Indexed by skills.sh from alirezarezvani/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- alirezarezvani
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__boardMulti-Topic_Board
Multi-Topic Board: AI Agent active topic tracking and task closed-loop management. Tracks unresolved discussions, auto-updates aging days, sends timeout aler...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Multi-Topic_BoardInvestor_Relations_Playbook
Comprehensive IR framework for startups covering updates, shareholder letters, meetings, cap table management, KPIs, communication, crisis handling, and fund...
quarantinedIRboardfundraisingClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Investor_Relations_PlaybookInvestor_Update
Generate concise, honest monthly or quarterly investor updates from your company metrics, milestones, challenges, cash status, and specific asks to build tru...
quarantinedboard updatesfundraisinginvestor relationsClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Investor_UpdateNm_Sanctum_Doc_Updates
Updates documentation after code changes with quality gates, slop detection, and accuracy checks
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Sanctum_Doc_UpdatesNm_Sanctum_Test_Updates
Updates, generates, and validates tests using git-workspace context and TDD/BDD methodology
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Sanctum_Test_UpdatesNm_Sanctum_Tutorial_Updates
Generates or updates tutorials from VHS tapes and Playwright specs with dual-tone markdown and GIF recording
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Sanctum_Tutorial_UpdatesNm_Sanctum_Version_Updates
Bumps versions, updates changelogs, and coordinates version changes across files for releases
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Sanctum_Version_UpdatesSteam_Games_Updates
Fetch recent game updates from Steam News. Use when the user asks about game patches, updates, or news for their tracked Steam games, or wants to add/remove...
quarantinedClawHub- Registry
- ClawHub
- Category
- Gaming· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Steam_Games_UpdatesPackage_Manager_Updates
Check, summarize, and update packages across all installed package managers (npm, pip, brew, cargo, go, etc.). Use when user wants to (1) check for outdated...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Package_Manager_UpdatesScan_Updates
Scan registered Gitea or Obsidian Git material sources manually or on a schedule, detect added modified or deleted files, create incremental compilation jobs...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Scan_Updatescapgo-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-updatesgoogle-spaces-updates
Indexed by skills.sh from jezweb/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- jezweb
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__google-spaces-updateshandbook-updates
Indexed by skills.sh from anthropics/claude-for-legal
quarantinedskills.sh- Registry
- skills.sh
- Category
- Security· inferred
- Version
- 1.0.0
- Author
- anthropics
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__handbook-updatespulling-updates-from-skills-repository
Indexed by skills.sh from obra/superpowers-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- obra
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__pulling-updates-from-skills-repositoryExcel_weekly_dashboards_at_scale
Designs refreshable Excel dashboards (Power Query + structured tables + validation + pivot reporting). Use when you need a repeatable weekly KPI workbook that updates from files with minimal manual work.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Excel_weekly_dashboards_at_scaleOpenClaw_Bot_Dashboard
Launch and manage the OpenClaw Dashboard web UI for monitoring all your bots, agents, models, and sessions. Automatically detects OS, checks for updates, ins...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_Bot_DashboardOpenClaw_Dashboard_Theme_Changer
Change OpenClaw Dashboard accent color with one sentence. Dynamically finds CSS/JS files and updates all accent CSS variables.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_Dashboard_Theme_ChangerRealtime_Dashboard
Complete guide to building real-time dashboards with streaming data, WebSocket/SSE, and live updates. Orchestrates dual-stream architecture, React hooks, and data visualization. Use when building trading dashboards, monitoring UIs, or live analytics. Triggers on realtime dashb…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Realtime_DashboardSecurity_Dashboard
Real-time security monitoring dashboard for OpenClaw and Linux server infrastructure. Monitors gateway status, network security, public exposure, system updates, SSH access, TLS certificates, and resource usage.
quarantineddashboarddevopsinfrastructureClawHub- Registry
- ClawHub
- Category
- DevOps
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Security_DashboardSwitchboard_Skills
Autonomous operator for Switchboard on-demand feeds, Surge streaming, and randomness. Designs jobs, simulates via Crossbar, and deploys/updates/reads feeds across Solana/SVM, EVM, Sui, and other Switchboard-supported chains—with user-controlled security, spend limits, and allo…
quarantinedClawHub- Registry
- ClawHub
- Category
- Mcp· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Switchboard_SkillsAuto-Updater_(Gateway)
Schedule and run safe daily/weekly updates for Clawdbot + installed skills using the Gateway cron scheduler. Use when setting up "run updates at 04:00" jobs, rotating update reports, running `clawdhub update --all`, and (optionally) applying Clawdbot updates + restart + doctor.
quarantinedautomationcronupdatesClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Auto-Updater_(Gateway)OpenClaw_Auto‑Updater_(Safe_+_Scheduled_+_Summary)
Schedule automatic OpenClaw and skill updates with reliable cron templates, timezone-safe scheduling, and clear summary outputs. Use for hands-off maintenance, scheduled upgrades, and concise update reports.
quarantinedauto-updatecronmaintenanceClawHub- Registry
- ClawHub
- Category
- DevOps
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_Auto‑Updater_(Safe_+_Scheduled_+_Summary)Board_Meeting_Prep
Generate comprehensive board meeting packages including agenda, financial summary, KPI dashboard, risk register, and action item tracker tailored to your com...
quarantinedboardfinancegovernanceClawHub- Registry
- ClawHub
- Category
- Business & Finance
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Board_Meeting_PrepBoard_Reporting_Framework
Generates structured investor-ready board decks and reports including monthly KPIs, quarterly deep dives, annual reviews, and committee templates.
quarantinedaibusinessSaaSClawHubCustom_Telegram_Bot
Custom Telegram Bot: Two-way Telegram messaging through the user's own custom bot token. Use when an agent needs custom telegram bot, build a branded custome...
quarantinedagentpmtget-updateslist-known-chat-idsClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Custom_Telegram_BotSOTA_Tracker_(Claw)
Provides daily-updated, authoritative rankings and metadata of state-of-the-art AI models aggregated from leading sources via JSON, API, or local queries.
quarantinedagentsai-modelsclawClawHubTelegram_Instant_Messenger
Telegram Instant Messenger: Two-way Telegram messaging through the shared @AgentPMT_bot with budget-scoped chat binding. Use when an agent needs telegram ins...
quarantinedagentpmtget-updatesmarketplaceClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Telegram_Instant_MessengerUpdate_Scout
Automate update tracking for OpenClaw and any other GitHub-released tools. Scout monitors your watchlist weekly, reviews release notes with a security lens,...
quarantinedautomationgithubmaintenanceClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Update_ScoutVersion_Drift
One command to check if your entire stack is up to date. SSHes into servers, queries APIs, and compares installed versions against latest — across every serv...
quarantineddevopsdockerdrift-detectionClawHub- Registry
- ClawHub
- Category
- DevOps
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Version_Driftsketch-changelog-highlighter
Expert in extracting key change points from Sketch release notes
quarantinedUX DesignsketchupdatesLobeHub- Registry
- LobeHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__sketch-changelog-highlighterBoard_Deck_Narrative
Build the storyline and slide structure for a board presentation. Use when asked to create a board deck, board presentation narrative, board meeting slides,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Board_Deck_NarrativeBoard_Game_Master(桌游助手)
Board game strategy coach for social deduction games: Decrypto (截码战/谍报风云), Blood on the Clocktower (血染钟楼), and Avalon (阿瓦隆). Provides role-specific tactics,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Board_Game_Master(桌游助手)Board_Minutes
Write formal board meeting minutes from an agenda, notes, transcript, or discussion summary. Use when asked to draft board minutes, governance minutes, meeti...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Board_MinutesBoard_Of_Advisors
Access strategic advice from 15 expert advisors on governance, pivots, fundraising, exits, risk, global expansion, scaling, and talent at the board level.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Board_Of_AdvisorsBoard_Pre_Read
Write a board pre-read that's sent before the meeting so the meeting is about decisions, not status. Use when asked to prepare a board pre-read, a board upda...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Board_Pre_ReadBoard_Webmcp
Connect to the native board demo through local-mcp and one fixed UXC link. Use when the user wants to inspect or edit the shared board at board.holon.run or...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Board_WebmcpCustomer_Advisory_Board
Plan and run a customer advisory board (CAB). Use when asked to design a customer advisory board, plan a CAB meeting agenda, choose CAB members, or write CAB...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Customer_Advisory_BoardDaycare_Waitlist_Status_Board
Build a privacy-conscious daycare waitlist status board with provider contacts, licensing checks, policy questions, availability signals, follow-up dates, an...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Daycare_Waitlist_Status_BoardEternal_Task_Board
Simple CLI task/project board (kanban)
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Eternal_Task_BoardGift_Idea_Match_Board
Create a privacy-light gift-idea match board that maps recipients, occasions, interests, constraints, and thoughtful idea candidates without collecting sensi...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gift_Idea_Match_BoardNew_Job_First_Week_Admin_Board
Create a first-week new-job admin board for access requests, forms, equipment, meetings, questions, deadlines, blockers, and follow-ups while avoiding passwo...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__New_Job_First_Week_Admin_BoardOpc_Board
OPC Board — 5 advisors stress-test your solo idea across 5 dimensions (logic, deliverability, growth, viability, risk), output a scored feasibility report wi...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Opc_BoardPersonal_Board_of_Directors
Add a Historical Figures Advisory Board to AI agent personalities. 10 pre-configured personas inspired by public-domain historical figures for strategic advice.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Personal_Board_of_DirectorsSketch_Board
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Sketch Board concepts, best practices, and implementation patterns.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Sketch_BoardTax_Paperwork_Staging_Board
Gather scattered tax-time paperwork quickly into a clear staging board with a missing-items checklist, folder map, and handoff cover sheet, without giving ta...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Tax_Paperwork_Staging_BoardUrgent_Appointment_Scramble_Board
Track urgent appointment calls across multiple providers with a live availability board, call log, openings, callbacks, and confirmation details.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Urgent_Appointment_Scramble_BoardVirtual_Board_of_Advisors
Virtual Board of Advisors -- consult 10 world-class business thinkers for strategic decisions. Emulates frameworks and decision patterns of Altman (startups)...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Virtual_Board_of_Advisorsima-team-board-socneo
IMA Team Board - AI Team Collaboration Message Board via IMA API
quarantinedClawHub- Registry
- ClawHub
- Category
- Research· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ima-team-board-socneo🥩_MeatMarket.fun_is_a_FREE_job_board_for_AI_to_hire_to_humans._Now_supporting_Crypto,_PayPal,_and_Venmo._Post,_search_for_anonymous_humans,_and_make_private_offers!
MeatMarket.fun is a FREE job board for AI to hire to humans. Now supporting Crypto, PayPal, and Venmo. Post, search for anonymous humans, and make private of...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__🥩_MeatMarket.fun_is_a_FREE_job_board_for_AI_to_hire_to_humans._Now_supporting_Crypto,_PayPal,_and_Venmo._Post,_search_for_anonymous_humans,_and_make_private_offers!AutomateLab_agency-os
Manage and mutate Notion-based agency task and corpus data via slash commands using medium-reasoning Sonnet subagent for accurate dispatch board updates.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AutomateLab_agency-osDoctorClaw_Project_Status
Project status board — compile daily status from tasks, calendar, and team updates into one dashboard. Daily cron or on-demand.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__DoctorClaw_Project_StatusA2A_Agent_Board:_Publish_·_Find_·_Use_with_itinai.com
Find ITINAI agents, post service agents, and make reviewed A2A service requests.
quarantineda2aagent-discoveryagent-registryClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__A2A_Agent_Board:_Publish_·_Find_·_Use_with_itinai.comAgent_Board
Build multi-panel storyboards programmatically — create projects, upload images/audio to boards, composite annotations, export PDFs, share via public URL. In...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_BoardAgent_Dashboard_—_real-time_progress_board_for_any_task
Push real-time progress and key metrics to a live statb.io dashboard during any long-running task. Use this skill whenever the agent is performing work that...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_Dashboard_—_real-time_progress_board_for_any_taskBoard_Of_Mentors
Connect with 17 specialized AI mentors for expert guidance on growth, fundraising, sales, product, engineering, operations, finance, legal, hiring, leadershi...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Board_Of_MentorsEcommerce_Pulse_Board
Synthesize ecommerce operational health across channels, inventory, marketing efficiency, customer metrics, and fulfillment into a single operator pulse brie...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ecommerce_Pulse_BoardEdsby_Grades_Board
Fetches Edsby student data to generate grade reports, provide bi-weekly summaries with tips, and sync assignments to Google Calendar.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Edsby_Grades_BoardFlux_Board
Manage Flux kanban boards, cards, columns, and labels through the Flux REST API. Create and move cards, assign members, toggle labels, search, and build boar...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Flux_BoardMiro_board
Workshop photos/notes -> an editable Miro diagram (real FRAMES as containers + stickies + connectors) with idempotent dedupe, rollback, undo and change commands, using the local script miro-push.mjs and env vars.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Miro_boardOg_Board_Individual
Use when you need to work with tasks: view tasks, list tasks, update task status, add blockers, artifacts, and worklogs.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Og_Board_IndividualOg_Board_Manager
Use when you need to delegate, track, or review work.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Og_Board_ManagerPersonal_Board_Of_Directors
Five standing advisors — the Operator, the Skeptic, the CFO, the Coach, the Customer — debate your decision on paper and vote. Use when asked to help me deci...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Personal_Board_Of_DirectorsPulse_Board
Universal operational digest for agent skill stacks. Every scheduled skill logs its outcome with log-append.sh. Twice daily, digest-agent.sh reads the log, c...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pulse_Boardxquads-advisory-board
Conselho de 12 pensadores lendários - Ray Dalio, Charlie Munger, Naval Ravikant, Peter Thiel, Simon Sinek, Reid Hoffman, etc. Use para decisões estratégicas,...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__xquads-advisory-boardagent-project-board-sync
Indexed by skills.sh from ruvnet/ruflo
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- ruvnet
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__agent-project-board-syncboard-deck-builder
Indexed by skills.sh from alirezarezvani/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- alirezarezvani
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__board-deck-builderboard-meeting
Indexed by skills.sh from alirezarezvani/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Productivity· inferred
- Version
- 1.0.0
- Author
- alirezarezvani
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__board-meetingboard-minutes
Indexed by skills.sh from anthropics/claude-for-legal
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- anthropics
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__board-minutesboard-prep
Indexed by skills.sh from alirezarezvani/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- alirezarezvani
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__board-prepdeveloper-marketing-jobs-board
Indexed by skills.sh from aradotso/marketing-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- aradotso
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__developer-marketing-jobs-boardfeishu-cli-board
Indexed by skills.sh from riba2534/feishu-cli
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- riba2534
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__feishu-cli-boardgtm-board-and-investor-communication
Indexed by skills.sh from github/awesome-copilot
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- github
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__gtm-board-and-investor-communicationkanban-board
Indexed by skills.sh from nexu-io/open-design
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- nexu-io
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__kanban-boardmuapi-color-analysis-board
Indexed by skills.sh from samuraigpt/generative-media-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- samuraigpt
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__muapi-color-analysis-boardpaperclip-board
Indexed by skills.sh from getpaperclipai/paperclip
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- getpaperclipai
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__paperclip-boardinternal-comms
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newslett…
verifiedquarantinedAnthropic- Registry
- Anthropic
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:Anthropic__Anthropic__internal-commslinear
Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__linearwebsocket-realtime
verifiedFirst-party- Registry
- First-party
- Category
- Web
- Version
- 1.0.0
- Author
- AXE
- License
- MIT
curl -s /v1/skills/websocket-realtimeFree_JobBoard_API
Job board for agents. Submit jobs, report bad listings. Humans use agents to browse and apply.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Free_JobBoard_APIMarsEdge_ProbBoard
Query and summarize the MarsEdge probability board for BTC, ETH, SOL, and XRP 5-minute up/down signals. Use when the user asks for current probability board...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__MarsEdge_ProbBoardPikaBoard
Interact with PikaBoard task management API. Use when creating, updating, listing, or managing tasks. Agent-first kanban for AI teams. Triggers on: tasks, kanban, board, todo, backlog, sprint.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PikaBoardPipeworx_boardgames
Search and retrieve detailed info on board games, including popular titles, player count, playtime, rating, price, and descriptions.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pipeworx_boardgamesPipintama_Boards
Create, fetch, share, or change visibility for hosted Pipintama Boards through the MCP server. Use when a user needs a mindmap, flowchart, kanban board, or a...
quarantinedagentsboardsproductivityClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pipintama_BoardsPullboard
Coordinate a long, complex build across a fleet of agents (or one long-running agent) on a shared board — so the plan survives context loss and reaches done....
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PullboardVestaboard
Read and write messages on a Vestaboard using the Vestaboard Cloud API (cloud.vestaboard.com) and optional legacy RW endpoint. Use when asked to display text on a Vestaboard, update a sign/board, show a short status message, render simple pixel-art using color/filled character…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Vestaboardboardroom-advisor
Consult a virtual board of 4 strategic advisors (Donald Miller, Seth Godin, Alex Hormozi, Daniel Priestley) on any major business decision. Two rounds of arg...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__boardroom-advisormyreels-storyboard
Professional storyboard design tool for short drama/video production. Activates when user mentions: script, storyboard, story board, shot design, video produ...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__myreels-storyboardbrowse-stlouis-city-government
Toolkit for retrieving up-to-date official City of St. Louis government information — Board of Aldermen legislation (board bills, resolutions, ordinances), aldermanic committees and members, board meetings and agendas, departments and contacts, services, permits, public notice…
quarantinedgovernmentciviclegislationbrowse.sh- Registry
- browse.sh
- Category
- Government
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__browse-stlouis-city-government03_Tech_Scout
Daily multi-source intelligence digest that proactively scans X, YouTube, Reddit, and GitHub for tools, techniques, and updates relevant to your active proje...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__03_Tech_ScoutA2a_Manager
Manage agent creation, Discord channels/roles, agent-to-agent task coordination, sub-agent spawning, A2A_MAP updates, and Notion-based task workflows.
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__A2a_ManagerA2a_Secret_Manager
Manages A2A node secrets for EvoMap hub connectivity, including validation, rotation, and credential updates. Use when node_secret_invalid errors occur or wh...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__A2a_Secret_ManagerAANA_Calendar_Scheduling_Guardrail_Skill
Ensures calendar event changes meet attendee, time, privacy, and approval criteria before allowing creation, updates, cancellations, invites, or shares.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AANA_Calendar_Scheduling_Guardrail_SkillAANA_Ticket_Update_Checker_Skill
Checks ticket updates for accuracy, evidence, privacy, authorization, and risk before allowing changes to customer-visible or internal support records.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AANA_Ticket_Update_Checker_SkillAI_Tech_Intelligence_Briefing
Automatically curates and summarizes daily top AI and tech news worldwide, delivering concise, time-zone aware briefings for quick updates.
quarantinedaidailyintelligenceClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Tech_Intelligence_BriefingAP_Daily_Report
Generate and deliver a daily Agentic Payment news briefing covering Visa dynamics, China/APAC market, competitor protocols, and regulatory updates for Visa G...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AP_Daily_ReportA_SecOps_expert_to_handle_security_issues,_ensure_that_protections_are_in_place_and_collect_evidence_for_security_analysis._The_Skill_also_contains_skill_integrity_checks.
Perform SecOps endpoint checks for EDR, Sysmon, updates, EVTX alerts, least privilege, network exposure, credential protection, vulnerabilities, weekly asses...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__A_SecOps_expert_to_handle_security_issues,_ensure_that_protections_are_in_place_and_collect_evidence_for_security_analysis._The_Skill_also_contains_skill_integrity_checks.Aade_Api_Monitor
Real-time monitoring of Greek AADE tax authority systems — tracks deadlines, rate changes, and compliance updates. File-based, OpenClaw-native.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Aade_Api_Monitor