[{"tenant_id": "community-quarantine", "name": "agentic-loop-design", "version": "1.0.0", "format": "skillmd", "checksum": "4a0b9430e2527debdbf92431ae461a7936c7115ebcdbce3c5cc87dee193723c5", "metadata": {"source": "axe:first-party", "external_id": "axe/agentic-loop-design", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "Elite agentic loop and multi-step reasoning framework covering tool-calling agents, ReAct patterns, plan-and-execute architectures, memory management, agent evaluation, and error recovery. Used by world-class LLMs to design autonomous AI pipelines that can plan, use tools, reflect on results, and iterate to completion without human intervention. Trigger when: building AI agents, designing tool-use loops, implementing ReAct patterns, orchestrating multi-step AI tasks, or architecting any autonomous LLM workflow.", "category": "agent", "category_label": "Agent", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/agentic-loop-design", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.480045+00:00", "yanked_at": null, "card": {"title": "agentic-loop-design", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "Elite agentic loop and multi-step reasoning framework covering tool-calling agents, ReAct patterns, plan-and-execute architectures, memory management, agent evaluation, and error recovery. Used by world-class LLMs to design autonomous AI pipelines that can plan, use tools, reflect on results, and iterate to completion without human intervention. Trigger when: building AI agents, designing tool-use loops, implementing ReAct patterns, orchestrating multi-step AI tasks, or architecting any autonomous LLM workflow.", "category": "agent", "category_label": "Agent", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/agentic-loop-design"}}, {"tenant_id": "community-quarantine", "name": "api-client-sdk", "version": "1.0.0", "format": "skillmd", "checksum": "a6fe68a9afb88dbea0b12f8c405d7b34a9e53f6dc66915b87441220be9f90189", "metadata": {"source": "axe:first-party", "external_id": "axe/api-client-sdk", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "Elite API client and SDK design framework covering httpx patterns, retry logic, pagination handling, rate limit respect, OAuth token refresh, SDK generation, API versioning, webhook handling, and idempotency. Used by world-class LLMs to build robust API integrations and developer-friendly SDKs. Trigger when: user asks about API clients, SDK design, HTTP integrations, pagination, rate limiting, OAuth flows, webhooks, or API versioning.", "category": "web", "category_label": "Web", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/api-client-sdk", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.481942+00:00", "yanked_at": null, "card": {"title": "api-client-sdk", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "Elite API client and SDK design framework covering httpx patterns, retry logic, pagination handling, rate limit respect, OAuth token refresh, SDK generation, API versioning, webhook handling, and idempotency. Used by world-class LLMs to build robust API integrations and developer-friendly SDKs. Trigger when: user asks about API clients, SDK design, HTTP integrations, pagination, rate limiting, OAuth flows, webhooks, or API versioning.", "category": "web", "category_label": "Web", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/api-client-sdk"}}, {"tenant_id": "community-quarantine", "name": "api-gateway", "version": "1.0.0", "format": "skillmd", "checksum": "65ea180469b91a4deab90eed612292c6b1fc810009484c6136eaf414fb660465", "metadata": {"source": "axe:first-party", "external_id": "axe/api-gateway", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "API gateway patterns for LLM-powered applications \u2014 rate limiting, load balancing, authentication, request routing, and multi-provider failover for AI APIs. Covers FastAPI gateway design, API key management, provider failover (Anthropic/OpenAI/Google), rate limiting with Redis, request/response logging, and usage metering. TRIGGER: api gateway, rate limit, load balance, failover, proxy, API key, authentication, routing, multi-provider, API management, throttle, quota, gateway, reverse proxy, API layer, middleware", "category": "web", "category_label": "Web", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/api-gateway", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.483256+00:00", "yanked_at": null, "card": {"title": "api-gateway", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "API gateway patterns for LLM-powered applications \u2014 rate limiting, load balancing, authentication, request routing, and multi-provider failover for AI APIs. Covers FastAPI gateway design, API key management, provider failover (Anthropic/OpenAI/Google), rate limiting with Redis, request/response logging, and usage metering. TRIGGER: api gateway, rate limit, load balance, failover, proxy, API key, authentication, routing, multi-provider, API management, throttle, quota, gateway, reverse proxy, API layer, middleware", "category": "web", "category_label": "Web", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/api-gateway"}}, {"tenant_id": "community-quarantine", "name": "auth-security", "version": "1.0.0", "format": "skillmd", "checksum": "01a7bf1f7b46aa7ed73dd0df5a41830ab591515d3b3712e1118325e0bddd5c31", "metadata": {"source": "axe:first-party", "external_id": "axe/auth-security", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "Elite authentication and security framework covering OAuth2/OIDC, JWT, session management, RBAC/ABAC, API key management, CORS, CSP headers, rate limiting, input validation, secrets management, and 2FA/TOTP. Used by world-class LLMs to implement secure authentication systems. Trigger when: user needs authentication, authorization, security headers, API key management, TOTP/2FA, or secrets handling.", "category": "security", "category_label": "Security", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/auth-security", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.484094+00:00", "yanked_at": null, "card": {"title": "auth-security", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "Elite authentication and security framework covering OAuth2/OIDC, JWT, session management, RBAC/ABAC, API key management, CORS, CSP headers, rate limiting, input validation, secrets management, and 2FA/TOTP. Used by world-class LLMs to implement secure authentication systems. Trigger when: user needs authentication, authorization, security headers, API key management, TOTP/2FA, or secrets handling.", "category": "security", "category_label": "Security", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/auth-security"}}, {"tenant_id": "community-quarantine", "name": "auto-tail", "version": "1.0.1", "format": "skillmd", "checksum": "2a3d0ddc620ab8e23977bbcfc7b21ec45f27142e61bed61f572b44378f9687e7", "metadata": {"source": "axe:first-party", "external_id": "axe/auto-tail", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "Follow a log that a background process (docker build, npm/next build, cargo, pytest, gh run, rsync) is writing and report its real state \u2014 WORKING, STALLED, DONE-OK or DONE-FAIL \u2014 instead of \"waiting\". Load whenever a build or long job is running in the background, when the user says \"tail it\", or when an agent is about to say it is waiting on a poll.", "category": "agent-ops", "category_label": "Agent Ops", "tags": ["logs", "builds", "background-jobs", "agent-ops"], "author": "AXE", "license": "MIT", "upstream_version": "1.0.1", "docs_path": "skills/auto-tail", "files": ["SKILL.md", "auto-tail.sh"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.486213+00:00", "yanked_at": null, "card": {"title": "auto-tail", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "Follow a log that a background process (docker build, npm/next build, cargo, pytest, gh run, rsync) is writing and report its real state \u2014 WORKING, STALLED, DONE-OK or DONE-FAIL \u2014 instead of \"waiting\". Load whenever a build or long job is running in the background, when the user says \"tail it\", or when an agent is about to say it is waiting on a poll.", "category": "agent-ops", "category_label": "Agent Ops", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "tags": ["logs", "builds", "background-jobs", "agent-ops"], "install": "curl -s https://operator.axe.onl/v1/skills/auto-tail"}}, {"tenant_id": "community-quarantine", "name": "axe-butler-inference", "version": "1.0.0", "format": "skillmd", "checksum": "bb51ae50255ffd17ebe3a32af71c9fa135d68876777e218441409090f5cbb7e0", "metadata": {"source": "axe:first-party", "external_id": "axe/axe-butler-inference", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "Route inference through Butler gateway for model comparison and training flywheel capture.", "category": "agent-ops", "category_label": "Agent Ops", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/axe-butler-inference", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.487666+00:00", "yanked_at": null, "card": {"title": "axe-butler-inference", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "Route inference through Butler gateway for model comparison and training flywheel capture.", "category": "agent-ops", "category_label": "Agent Ops", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/axe-butler-inference"}}, {"tenant_id": "community-quarantine", "name": "axe-compose-artifact", "version": "1.0.0", "format": "skillmd", "checksum": "2bd4e1ee1a34d46cfa1e20186a9f6ce6bfa6238b9496ff9727f9bf5c676156fc", "metadata": {"source": "axe:first-party", "external_id": "axe/axe-compose-artifact", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "Create, read, update, and share Compose design artifacts via the compose.casa API.", "category": "agent-ops", "category_label": "Agent Ops", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/axe-compose-artifact", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.488513+00:00", "yanked_at": null, "card": {"title": "axe-compose-artifact", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "Create, read, update, and share Compose design artifacts via the compose.casa API.", "category": "agent-ops", "category_label": "Agent Ops", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/axe-compose-artifact"}}, {"tenant_id": "community-quarantine", "name": "axe-skillshub", "version": "1.0.0", "format": "catalog", "checksum": "b9989deb58d828170037a98f2050b7fc1c618353e482d775f3a860600744b8a0", "metadata": {"source": "axe:plugin", "kind": "plugin", "external_id": "axe/plugin/axe-skillshub", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "pinned_sha": "8e58ca9bff2cec63eb716ca0da650a7638b440ee", "tier": "official", "taxonomy": {"description": "Search the AXE Skills Hub from inside a session and fetch a skill's body, so an agent asks the catalogue before writing a capability it already has.", "category": "plugin", "category_label": "Plugin", "tags": ["skillshub_find", "skillshub_get"], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "plugins/axe-skillshub", "files": ["axe-plugin.json"]}}, "created_by": "plugin-publish", "created_at": "2026-09-14T20:02:21.453134+00:00", "yanked_at": null, "card": {"title": "axe-skillshub", "source": "axe:plugin", "verified": true, "use_count": 0, "description": "Search the AXE Skills Hub from inside a session and fetch a skill's body, so an agent asks the catalogue before writing a capability it already has.", "category": "plugin", "category_label": "Plugin", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "tags": ["skillshub_find", "skillshub_get"], "install": "curl -s https://operator.axe.onl/v1/skills/axe-skillshub"}}, {"tenant_id": "community-quarantine", "name": "axe-speech", "version": "1.0.0", "format": "skillmd", "checksum": "154ff3565ef5f786b763e0a567cc15468f9c5d5395984a15f75570ed58ae83d8", "metadata": {"source": "axe:first-party", "external_id": "axe/axe-speech", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "ASR transcription via Newton/Parakeet and TTS synthesis via Siren on the AXE fleet.", "category": "agent-ops", "category_label": "Agent Ops", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/axe-speech", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.489242+00:00", "yanked_at": null, "card": {"title": "axe-speech", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "ASR transcription via Newton/Parakeet and TTS synthesis via Siren on the AXE fleet.", "category": "agent-ops", "category_label": "Agent Ops", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/axe-speech"}}, {"tenant_id": "community-quarantine", "name": "axe-svg-gen", "version": "1.0.0", "format": "skillmd", "checksum": "0387bf24da7e322506f9a8ae4cac4cca79c3c0e7b9fa9e80349ebd7ceb417d7a", "metadata": {"source": "axe:first-party", "external_id": "axe/axe-svg-gen", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "Generate clean SVG design artifacts via Butler inference, validated and saved to Brain.", "category": "agent-ops", "category_label": "Agent Ops", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/axe-svg-gen", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.490083+00:00", "yanked_at": null, "card": {"title": "axe-svg-gen", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "Generate clean SVG design artifacts via Butler inference, validated and saved to Brain.", "category": "agent-ops", "category_label": "Agent Ops", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/axe-svg-gen"}}, {"tenant_id": "community-quarantine", "name": "bash-powertools", "version": "1.0.0", "format": "skillmd", "checksum": "4724714bef7300de431b704334dd6a2ef3b46fab82c41cc98bc3e14f1ac8fe3b", "metadata": {"source": "axe:first-party", "external_id": "axe/bash-powertools", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "Elite Bash scripting and shell automation for LLMs operating in Linux/Mac environments. Covers the complete toolkit for file operations, process management, data wrangling with shell tools, cron scheduling, SSH/remote operations, environment management, and production-grade shell scripting patterns used by top engineering teams. Use this skill whenever: writing or debugging shell scripts, automating file operations, processing text/CSV/JSON from the command line, setting up cron jobs, managing processes, building pipelines, or doing any work that touches the terminal. TRIGGER EAGERLY when you see: \"bash\", \"shell script\", \"terminal\", \"command line\", \"automate\", \"cron\", \"find files\", \"grep\", \"awk\", \"sed\", \"pipe\", \"process files\", \"zip\", \"ssh\", \"rsync\", \"chmod\", \"environment variable\", \"subprocess\", \"os.system\", \"run command\", \".sh file\", \"#!/bin/bash\", \"script this\", \"cli\", \"jq\", \"curl\", \"wget\", \"rename files\", \"batch process\", \"log files\", \"tail\", \"watch\". This skill covers: script structure, safety patterns, text processing powertools (grep/awk/sed/jq), file system operations, process management, networking tools, environment management, and IMI-specific automation patterns.", "category": "cli", "category_label": "Cli", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/bash-powertools", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.490931+00:00", "yanked_at": null, "card": {"title": "bash-powertools", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "Elite Bash scripting and shell automation for LLMs operating in Linux/Mac environments. Covers the complete toolkit for file operations, process management, data wrangling with shell tools, cron scheduling, SSH/remote operations, environment management, and production-grade shell scripting patterns used by top engineering teams. Use this skill whenever: writing or debugging shell scripts, automating file operations, processing text/CSV/JSON from the command line, setting up cron jobs, managing processes, building pipelines, or doing any work that touches the terminal. TRIGGER EAGERLY when you see: \"bash\", \"shell script\", \"terminal\", \"command line\", \"automate\", \"cron\", \"find files\", \"grep\", \"awk\", \"sed\", \"pipe\", \"process files\", \"zip\", \"ssh\", \"rsync\", \"chmod\", \"environment variable\", \"subprocess\", \"os.system\", \"run command\", \".sh file\", \"#!/bin/bash\", \"script this\", \"cli\", \"jq\", \"curl\", \"wget\", \"rename files\", \"batch process\", \"log files\", \"tail\", \"watch\". This skill covers: script structure, safety patterns, text processing powertools (grep/awk/sed/jq), file system operations, process management, networking tools, environment management, and IMI-specific automation patterns.", "category": "cli", "category_label": "Cli", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/bash-powertools"}}, {"tenant_id": "community-quarantine", "name": "brain-crud", "version": "1.0.0", "format": "skillmd", "checksum": "640a1dd7d2a4963d5c09d4877269e65bef3496b8e32c878b2dffcb5c6fff05a3", "metadata": {"source": "axe:first-party", "external_id": "axe/brain-crud", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "Read, write, search, and manage the AXE Brain knowledge vault via REST API.", "category": "agent-ops", "category_label": "Agent Ops", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/brain-crud", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.491873+00:00", "yanked_at": null, "card": {"title": "brain-crud", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "Read, write, search, and manage the AXE Brain knowledge vault via REST API.", "category": "agent-ops", "category_label": "Agent Ops", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/brain-crud"}}, {"tenant_id": "community-quarantine", "name": "browser-automation", "version": "1.0.0", "format": "skillmd", "checksum": "f1e92fd747040a8ec303ada645a91245ea87f9f6e6b6b8911814ee189af3cb3d", "metadata": {"source": "axe:first-party", "external_id": "axe/browser-automation", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "Elite browser automation framework covering Playwright, Puppeteer patterns, page object model, screenshot testing, PDF generation, form filling, authentication flows, stealth mode, and parallel browsers. Used by world-class LLMs to automate web interactions and testing. Trigger when: user needs web scraping, browser testing, screenshot capture, form automation, PDF generation, or authentication flow automation.", "category": "web", "category_label": "Web", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/browser-automation", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.492716+00:00", "yanked_at": null, "card": {"title": "browser-automation", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "Elite browser automation framework covering Playwright, Puppeteer patterns, page object model, screenshot testing, PDF generation, form filling, authentication flows, stealth mode, and parallel browsers. Used by world-class LLMs to automate web interactions and testing. Trigger when: user needs web scraping, browser testing, screenshot capture, form automation, PDF generation, or authentication flow automation.", "category": "web", "category_label": "Web", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/browser-automation"}}, {"tenant_id": "community-quarantine", "name": "caching-optimization", "version": "1.0.0", "format": "skillmd", "checksum": "fe5ddb3a591df7312b8024ef64fd811e473ce20aaeb897eede4e9e3f64998f7f", "metadata": {"source": "axe:first-party", "external_id": "axe/caching-optimization", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "LLM cost and latency reduction through intelligent caching strategies. Covers Anthropic prompt caching (up to 90% cost reduction), semantic caching with GPTCache/Redis, exact-match SQLite cache, response deduplication, and cache warming for IMI research workflows. TRIGGER: cache, caching, cost reduction, expensive, slow, prompt cache, semantic cache, GPTCache, repeat queries, deduplication, token cost, speed up, latency, optimise, save money, reuse", "category": "general", "category_label": "General", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/caching-optimization", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.493907+00:00", "yanked_at": null, "card": {"title": "caching-optimization", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "LLM cost and latency reduction through intelligent caching strategies. Covers Anthropic prompt caching (up to 90% cost reduction), semantic caching with GPTCache/Redis, exact-match SQLite cache, response deduplication, and cache warming for IMI research workflows. TRIGGER: cache, caching, cost reduction, expensive, slow, prompt cache, semantic cache, GPTCache, repeat queries, deduplication, token cost, speed up, latency, optimise, save money, reuse", "category": "general", "category_label": "General", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/caching-optimization"}}, {"tenant_id": "community-quarantine", "name": "canvas-slack-comms", "version": "1.0.0", "format": "skillmd", "checksum": "0044fccd3fdb3180bc8b0feb50f66c59f82ecfd407a3743e72b8656529409fb1", "metadata": {"source": "axe:first-party", "external_id": "axe/canvas-slack-comms", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "Elite Slack communications framework covering Canvas documents, Block Kit message composition, thread management, automated digests, and stakeholder notification systems. Used by world-class LLMs to deliver structured, scannable briefings inside Slack \u2014 turning research outputs into live, interactive workspace documents. Trigger when: writing to Slack, building Canvas pages, formatting Block Kit payloads, creating automated digests, or converting reports into Slack-native content.", "category": "general", "category_label": "General", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/canvas-slack-comms", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.494768+00:00", "yanked_at": null, "card": {"title": "canvas-slack-comms", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "Elite Slack communications framework covering Canvas documents, Block Kit message composition, thread management, automated digests, and stakeholder notification systems. Used by world-class LLMs to deliver structured, scannable briefings inside Slack \u2014 turning research outputs into live, interactive workspace documents. Trigger when: writing to Slack, building Canvas pages, formatting Block Kit payloads, creating automated digests, or converting reports into Slack-native content.", "category": "general", "category_label": "General", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/canvas-slack-comms"}}, {"tenant_id": "community-quarantine", "name": "cli-tui-design", "version": "1.0.0", "format": "skillmd", "checksum": "704587141552678e5d315961da51919f01ed43466c19c434a3cb9f75b17623c6", "metadata": {"source": "axe:first-party", "external_id": "axe/cli-tui-design", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "Elite CLI/TUI design framework covering Rich, Textual, Click, argparse, prompt_toolkit, progress bars, live displays, interactive menus, ANSI colors, terminal detection, piping support, and man pages. Used by world-class LLMs to build professional command-line tools. Trigger when: user needs CLI tool design, terminal UI, interactive menus, progress displays, or command-line argument parsing.", "category": "cli", "category_label": "Cli", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/cli-tui-design", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.495656+00:00", "yanked_at": null, "card": {"title": "cli-tui-design", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "Elite CLI/TUI design framework covering Rich, Textual, Click, argparse, prompt_toolkit, progress bars, live displays, interactive menus, ANSI colors, terminal detection, piping support, and man pages. Used by world-class LLMs to build professional command-line tools. Trigger when: user needs CLI tool design, terminal UI, interactive menus, progress displays, or command-line argument parsing.", "category": "cli", "category_label": "Cli", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/cli-tui-design"}}, {"tenant_id": "community-quarantine", "name": "code-execution", "version": "1.0.0", "format": "skillmd", "checksum": "74592c48ab8e27aa288e0c052612ff264a31f9a6337ce8bd65cc88781df231ac", "metadata": {"source": "axe:first-party", "external_id": "axe/code-execution", "homepage": "https://github.com/memjar/axe-skills-hub", "verified": true, "use_count": 0, "taxonomy": {"description": "Secure sandboxed code execution for AI agents \u2014 the pattern behind OpenAI's Code Interpreter, Anthropic's tool use with code, and E2B cloud sandboxes. Covers E2B sandboxes, subprocess execution with timeouts, Python REPL patterns, Docker isolation, and safe eval for data analysis agents. TRIGGER: run code, execute, code interpreter, sandbox, E2B, compute, calculate, Python REPL, eval, subprocess, run script, execute code, data analysis agent, code agent, generate and run, dynamic computation", "category": "general", "category_label": "General", "tags": [], "author": "AXE", "license": "MIT", "upstream_version": "1.0.0", "docs_path": "skills/code-execution", "files": ["SKILL.md"]}}, "created_by": "firstparty-publish", "created_at": "2026-09-15T14:16:52.496768+00:00", "yanked_at": null, "card": {"title": "code-execution", "source": "axe:first-party", "verified": true, "use_count": 0, "description": "Secure sandboxed code execution for AI agents \u2014 the pattern behind OpenAI's Code Interpreter, Anthropic's tool use with code, and E2B cloud sandboxes. Covers E2B sandboxes, subprocess execution with timeouts, Python REPL patterns, Docker isolation, and safe eval for data analysis agents. TRIGGER: run code, execute, code interpreter, sandbox, E2B, compute, calculate, Python REPL, eval, subprocess, run script, execute code, data analysis agent, code agent, generate and run, dynamic computation", "category": "general", "category_label": "General", "category_source": "upstream", "author": "AXE", "license": "MIT", "homepage": "https://github.com/memjar/axe-skills-hub", "install": "curl -s https://operator.axe.onl/v1/skills/code-execution"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__algorithmic-art", "version": "1.0.0", "format": "catalog", "checksum": "4e2c264dacb123a081c190a4c2be19499e751528e8dfa336f81db50cef337b2d", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/algorithmic-art", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:21.888156+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:21.888629+00:00", "yanked_at": null, "card": {"title": "algorithmic-art", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existi\u2026", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__algorithmic-art"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__brand-guidelines", "version": "1.0.0", "format": "catalog", "checksum": "dc7a69f31b02ec543f84ac464f840950a234dd2302909199c572fc775c78075e", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/brand-guidelines", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:24.131824+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:24.131953+00:00", "yanked_at": null, "card": {"title": "brand-guidelines", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__brand-guidelines"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__canvas-design", "version": "1.0.0", "format": "catalog", "checksum": "a59e801cd07a074fdc059f47d5ac5d575b0d097676797846c4349a623630589d", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/canvas-design", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:24.539396+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:24.539553+00:00", "yanked_at": null, "card": {"title": "canvas-design", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright\u2026", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__canvas-design"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__claude-api", "version": "1.0.0", "format": "catalog", "checksum": "1158253e99c51e3009cee124fd931c6c4bd29a02caa4e491a6e15b6e78251f10", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/claude-api", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:25.089864+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:25.090084+00:00", "yanked_at": null, "card": {"title": "claude-api", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Reference for the Claude API / Anthropic SDK \u2014 model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__claude-api"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__doc-coauthoring", "version": "1.0.0", "format": "catalog", "checksum": "590fdce0d663cdcbf79191071b8c81cf0264f7932c87446bd64878833bef76ca", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/doc-coauthoring", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:28.314317+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:28.314720+00:00", "yanked_at": null, "card": {"title": "doc-coauthoring", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iterat\u2026", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__doc-coauthoring"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__docx", "version": "1.0.0", "format": "catalog", "checksum": "f76222d7d946e55de5442651f072c80db036500bd93ae9ea5b9fa031e2685916", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/docx", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:28.478183+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:28.478354+00:00", "yanked_at": null, "card": {"title": "docx", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatti\u2026", "category": "productivity", "category_label": "Productivity", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__docx"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__frontend-design", "version": "1.0.0", "format": "catalog", "checksum": "f9253968e29ffa800043871f5552a674dc6c22dca8e1e65bbf6e5f9f6ad6bd51", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/frontend-design", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:31.182356+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:31.186755+00:00", "yanked_at": null, "card": {"title": "frontend-design", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.", "category": "creative", "category_label": "Creative", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__frontend-design"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__internal-comms", "version": "1.0.0", "format": "catalog", "checksum": "fcb56040b60cd629fd96e24f7f1c88bb01aa18a87ab5f51d7af4f49c5fd71ebe", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/internal-comms", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:34.095651+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:34.095824+00:00", "yanked_at": null, "card": {"title": "internal-comms", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "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\u2026", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__internal-comms"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__mcp-builder", "version": "1.0.0", "format": "catalog", "checksum": "b86dc960df2fec9146dd29b2423659128895f308dcdc39ef878f968479ded504", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/mcp-builder", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:37.069027+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:37.069466+00:00", "yanked_at": null, "card": {"title": "mcp-builder", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__mcp-builder"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__pdf", "version": "1.0.0", "format": "catalog", "checksum": "66381e77badedc9aa3adccb65fe15733bd7610d4e786cebe279b411cafe798b3", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/pdf", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:40.743265+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:40.743454+00:00", "yanked_at": null, "card": {"title": "pdf", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypti\u2026", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__pdf"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__pptx", "version": "1.0.0", "format": "catalog", "checksum": "c07c9462393ee1e0899a6e0d67ae80d86fe73c4eb098b05a7dbd7b3886e59a41", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/pptx", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:41.756443+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:41.756643+00:00", "yanked_at": null, "card": {"title": "pptx", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Use this skill any time a .pptx or .potx file is involved in any way \u2014 as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used e\u2026", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__pptx"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__skill-creator", "version": "1.0.0", "format": "catalog", "checksum": "d2f1313e76eb14e06416de23975c7273f7fa1e28b77b75a65e468f304ae36ed4", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/skill-creator", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:45.348360+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:45.349075+00:00", "yanked_at": null, "card": {"title": "skill-creator", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's d\u2026", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__skill-creator"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__slack-gif-creator", "version": "1.0.0", "format": "catalog", "checksum": "b80d213461f723bceaf9e0141bd2f81fbfbd7b088d8e274dca99cf49ba3c7ade", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/slack-gif-creator", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:45.543471+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:45.543635+00:00", "yanked_at": null, "card": {"title": "slack-gif-creator", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like \"make me a GIF of X doing Y for Slack.\"", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__slack-gif-creator"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__theme-factory", "version": "1.0.0", "format": "catalog", "checksum": "a6e187c57747409810a6aee5bcf033e2c566b3d9e1846fedfe46fc1aab1a8b52", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/theme-factory", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:47.654689+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:47.654840+00:00", "yanked_at": null, "card": {"title": "theme-factory", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__theme-factory"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__web-artifacts-builder", "version": "1.0.0", "format": "catalog", "checksum": "d5c17cdc80babca73a69467eadc6dcdfa8f46f0fa124d50157ddb645612ecd5e", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/web-artifacts-builder", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:51.232180+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:51.232317+00:00", "yanked_at": null, "card": {"title": "web-artifacts-builder", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX\u2026", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__web-artifacts-builder"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__webapp-testing", "version": "1.0.0", "format": "catalog", "checksum": "6838bf3178c93e84631862fa17b8827f643fd272d2fb66028f91601f37a6d44c", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/webapp-testing", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:51.339184+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:51.339302+00:00", "yanked_at": null, "card": {"title": "webapp-testing", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__webapp-testing"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:Anthropic__Anthropic__xlsx", "version": "1.0.0", "format": "catalog", "checksum": "e8d469e9eea4b8dc24e17d4fb1f240726c31ba3da058bf42f8506ecbc5b5994c", "metadata": {"source": "axehub:Anthropic", "external_id": "Anthropic/xlsx", "homepage": "", "verified": true, "use_count": 0, "federated_at": "2026-09-10T06:05:52.319661+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:05:52.319812+00:00", "yanked_at": null, "card": {"title": "xlsx", "source": "axehub:Anthropic", "verified": true, "use_count": 0, "description": "Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .xltx, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy \u2026", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AAnthropic__Anthropic__xlsx"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__\"Find_hotels_closest_to_a_specific_attraction,_landmark,_or_scenic_spot._Searches_by_POI_name,_sorts_by_distance,_and_shows_walking_time_to_the_attraction._Also_supports:_flight_booking,_attraction_tickets,_itinerary_planning,_visa_info,_travel_insurance,_car_rental,_and_more_\u2014_powered_by_Fliggy_(Alibaba_Group).\"", "version": "1.0.0", "format": "catalog", "checksum": "8fd9256d709488ad6cfe04ef2405b72e518a1cdb598444873b47aba7fdd7fce7", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/\"Find hotels closest to a specific attraction, landmark, or scenic spot. Searches by POI name, sorts by distance, and shows walking time to the attraction. Also supports: flight booking, attraction tickets, itinerary planning, visa info, travel insurance, car rental, and more \u2014 powered by Fliggy (Alibaba Group).\"", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:30.992091+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:30.992215+00:00", "yanked_at": null, "card": {"title": "\"Find hotels closest to a specific attraction, landmark, or scenic spot. Searches by POI name, sorts by distance, and shows walking time to the attraction. Also supports: flight booking, attraction tickets, itinerary planning, visa info, travel insurance, car rental, and more \u2014 powered by Fliggy (Alibaba Group).\"", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Find hotels nearest to a specified attraction by POI name, sorted by walking distance, with support for flights, tickets, visas, insurance, and car rentals.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%22Find_hotels_closest_to_a_specific_attraction%2C_landmark%2C_or_scenic_spot._Searches_by_POI_name%2C_sorts_by_distance%2C_and_shows_walking_time_to_the_attraction._Also_supports%3A_flight_booking%2C_attraction_tickets%2C_itinerary_planning%2C_visa_info%2C_travel_insurance%2C_car_rental%2C_and_more_%E2%80%94_powered_by_Fliggy_%28Alibaba_Group%29.%22"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__\"Find_the_cheapest_flights_between_any_two_cities._Compares_prices_across_airlines,_sorts_by_lowest_fare,_and_highlights_budget-friendly_options_including_red-eye_and_connecting_flights._Also_supports:_hotel_reservation,_attraction_tickets,_itinerary_planning,_visa_info,_travel_insurance,_car_rental,_and_more_\u2014_powered_by_Fliggy_(Alibaba_Group).\"", "version": "1.0.0", "format": "catalog", "checksum": "d5165fc418e968d44c5ed7f400a9315dcf516fcd4a6ce18d6015b93875562e37", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/\"Find the cheapest flights between any two cities. Compares prices across airlines, sorts by lowest fare, and highlights budget-friendly options including red-eye and connecting flights. Also supports: hotel reservation, attraction tickets, itinerary planning, visa info, travel insurance, car rental, and more \u2014 powered by Fliggy (Alibaba Group).\"", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:30.992755+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:30.992871+00:00", "yanked_at": null, "card": {"title": "\"Find the cheapest flights between any two cities. Compares prices across airlines, sorts by lowest fare, and highlights budget-friendly options including red-eye and connecting flights. Also supports: hotel reservation, attraction tickets, itinerary planning, visa info, travel insurance, car rental, and more \u2014 powered by Fliggy (Alibaba Group).\"", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Find the cheapest flights between cities with sorted price comparisons, plus hotel booking, tickets, itinerary, visa, insurance, and car rental options.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%22Find_the_cheapest_flights_between_any_two_cities._Compares_prices_across_airlines%2C_sorts_by_lowest_fare%2C_and_highlights_budget-friendly_options_including_red-eye_and_connecting_flights._Also_supports%3A_hotel_reservation%2C_attraction_tickets%2C_itinerary_planning%2C_visa_info%2C_travel_insurance%2C_car_rental%2C_and_more_%E2%80%94_powered_by_Fliggy_%28Alibaba_Group%29.%22"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__\"What_if?\"_Scenario_Builder", "version": "1.0.0", "format": "catalog", "checksum": "eb8d6b721c437ce68e0741b6197261926ce0c15d668f403bd19022fbc9bdb4ff", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/\"What if?\" Scenario Builder", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:30.993411+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:30.993526+00:00", "yanked_at": null, "card": {"title": "\"What if?\" Scenario Builder", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Structured methodology for constructing rigorous \"what if?\" scenarios combining foresight frameworks (Shell, Schwartz, Manoa, Intuitive Logics), deep analyti...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%22What_if%3F%22_Scenario_Builder"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__\"dataify-airbnb-product-by-searchurl\"", "version": "1.0.0", "format": "catalog", "checksum": "8a825062976abce49545b7ee311e854b6673d2f20583acd993ec6ed70ba9b3b6", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/\"dataify-airbnb-product-by-searchurl\"", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:30.993967+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:30.994085+00:00", "yanked_at": null, "card": {"title": "\"dataify-airbnb-product-by-searchurl\"", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Prepare Dataify builder requests for the airbnb.com scraper family rooted at airbnb_product_by-searchurl. Use when needs to work with the successful Dataify...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%22dataify-airbnb-product-by-searchurl%22"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__\"dataify-crunchbase-company-by-url\"", "version": "1.0.0", "format": "catalog", "checksum": "810d0ef2bb90d594f6270e12b4e4916e8b6451b77799e98084a9e9b3e734e6ba", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/\"dataify-crunchbase-company-by-url\"", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:30.994529+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:30.994646+00:00", "yanked_at": null, "card": {"title": "\"dataify-crunchbase-company-by-url\"", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Prepare Dataify builder requests for the crunchbase.com scraper family rooted at crunchbase_company_by-url. Use when needs to work with the successful Dataif...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%22dataify-crunchbase-company-by-url%22"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__\"dataify-github-repository-by-repo-url\"", "version": "1.0.0", "format": "catalog", "checksum": "a6be873df548088bae438712c04440c2b146f7c7c025c08270605dbcc02dfc7e", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/\"dataify-github-repository-by-repo-url\"", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:30.995093+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:30.995213+00:00", "yanked_at": null, "card": {"title": "\"dataify-github-repository-by-repo-url\"", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Prepare Dataify builder requests for the github.com scraper family rooted at github_repository_by-repo-url. Use when needs to work with the successful Dataif...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%22dataify-github-repository-by-repo-url%22"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__\"dataify-glassdoor-company-by-url\"", "version": "1.0.0", "format": "catalog", "checksum": "322284dae57d104167e4f036bfed64eb67755ea619459d28b4c70a175cc1a71a", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/\"dataify-glassdoor-company-by-url\"", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:30.995919+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:30.996038+00:00", "yanked_at": null, "card": {"title": "\"dataify-glassdoor-company-by-url\"", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Prepare Dataify builder requests for the glassdoor.com scraper family rooted at glassdoor_company_by-url. Use when needs to work with the successful Dataify...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%22dataify-glassdoor-company-by-url%22"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__\"dataify-google-play-store-reviews-by-url\"", "version": "1.0.0", "format": "catalog", "checksum": "09a941ea496df1e08d85af5c9172a35779d677f4fb2f02790a670c3d1c1cc304", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/\"dataify-google-play-store-reviews-by-url\"", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:30.996554+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:30.996667+00:00", "yanked_at": null, "card": {"title": "\"dataify-google-play-store-reviews-by-url\"", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Prepare Dataify builder requests for the play.google.com scraper family rooted at google-play-store_reviews_by-url. Use when needs to work with the successfu...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%22dataify-google-play-store-reviews-by-url%22"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__\"dataify-linkedin-company-information-by-url\"", "version": "1.0.0", "format": "catalog", "checksum": "a773121b5611452484f514095dbc93a89f4a316cdf13af54ee3ba1c0870f2fdc", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/\"dataify-linkedin-company-information-by-url\"", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:30.997105+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:30.997224+00:00", "yanked_at": null, "card": {"title": "\"dataify-linkedin-company-information-by-url\"", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Prepare Dataify builder requests for the linkedin.com scraper family rooted at linkedin_company_information_by-url. Use when needs to work with the successfu...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%22dataify-linkedin-company-information-by-url%22"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__\"dataify-tiktok-comment-by-url\"", "version": "1.0.0", "format": "catalog", "checksum": "c9d1481711bb18875affe34367fbe4d0c9d3ef3e51679d29c0502f79ad973a60", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/\"dataify-tiktok-comment-by-url\"", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:30.997727+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:30.997903+00:00", "yanked_at": null, "card": {"title": "\"dataify-tiktok-comment-by-url\"", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Prepare Dataify builder requests for the tiktok.com scraper family rooted at tiktok_comment_by-url. Use when needs to work with the successful Dataify scrape...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%22dataify-tiktok-comment-by-url%22"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__\"dataify-twitter-profile-by-profileurl\"", "version": "1.0.0", "format": "catalog", "checksum": "421c9e295ffb0323baaf686492d0171a5d65b0c62176cfddb88c9868fcb57fd6", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/\"dataify-twitter-profile-by-profileurl\"", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:30.998508+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:30.998636+00:00", "yanked_at": null, "card": {"title": "\"dataify-twitter-profile-by-profileurl\"", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Prepare Dataify builder requests for the x.com scraper family rooted at twitter_profile_by-profileurl. Use when needs to work with the successful Dataify scr...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%22dataify-twitter-profile-by-profileurl%22"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__\"dataify-web-unlocker\"", "version": "1.0.0", "format": "catalog", "checksum": "7b8a1da6d80dd059e84deb9cf0f300d8d83bba17e37ccc41da9903fbefc72509", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/\"dataify-web-unlocker\"", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:30.999091+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:30.999206+00:00", "yanked_at": null, "card": {"title": "\"dataify-web-unlocker\"", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Fetch blocked and dynamic web content via Dataify Web Unlocker API. Automatically identify and bypass CAPTCHA challenges, execute full-page JavaScript render...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%22dataify-web-unlocker%22"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__#1_Agent-to-Agent_Marketplace", "version": "1.0.0", "format": "catalog", "checksum": "a08bb674ca02403cb5238af37ad0339a1e207cd56ef3af423c0bdc3efda77967", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/#1 Agent-to-Agent Marketplace", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.002225+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.002364+00:00", "yanked_at": null, "card": {"title": "#1 Agent-to-Agent Marketplace", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Buy and sell tasks, data, APIs, and models with other AI agents on the machins autonomous marketplace. Escrow-protected trades with credits.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%231_Agent-to-Agent_Marketplace"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__#NeverAgain:_A_New_Generation_Draws_the_Line", "version": "1.0.0", "format": "catalog", "checksum": "de5f6b189a2b0c9872b852e6e395058e34af4059dfb629cb690deeeffcbf3131", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/#NeverAgain: A New Generation Draws the Line", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.002863+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.002997+00:00", "yanked_at": null, "card": {"title": "#NeverAgain: A New Generation Draws the Line", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "David Hogg & Lauren Hogg's \"#NeverAgain: A New Generation Draws the Line\" \u2014 a movement-startup toolkit born from the Parkland school shooting. Covers 5 use c...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%23NeverAgain%3A_A_New_Generation_Draws_the_Line"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__#Upcycle_Your_Job:_The_Smart_Way_to_Balance_Family_Life_and_Career", "version": "1.0.0", "format": "catalog", "checksum": "07e28602f4fc8dc52bcb8a024deb60c88c5efa8b1495eb4b9b1a7eb34fcd4a4e", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/#Upcycle Your Job: The Smart Way to Balance Family Life and Career", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.003499+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.009593+00:00", "yanked_at": null, "card": {"title": "#Upcycle Your Job: The Smart Way to Balance Family Life and Career", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Anna Meller's \"#Upcycle Your Job: The Smart Way to Balance Family Life and Career\" \u2014 a research-backed 6-step PROPEL model for working mothers to upcycle the...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%23Upcycle_Your_Job%3A_The_Smart_Way_to_Balance_Family_Life_and_Career"}}, {"tenant_id": "community-quarantine", "name": "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_\u2014_Claude_calls_a_tool,_the_tool_reads_the_key_and_makes_the_API_call_locally,_and_only_the_result_is_returned_to_Claude.", "version": "1.0.0", "format": "catalog", "checksum": "5cad45ed5589a07f3988378d80efcd270b67d26f6ae14ee0e5b7877b4310ac2a", "metadata": {"source": "axehub:ClawHub", "external_id": "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 \u2014 Claude calls a tool, the tool reads the key and makes the API call locally, and only the result is returned to Claude.", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.001537+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.001657+00:00", "yanked_at": null, "card": {"title": "# 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 \u2014 Claude calls a tool, the tool reads the key and makes the API call locally, and only the result is returned to Claude.", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "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...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%23_key-guard__A_local_MCP_server_that_keeps_API_keys_off_Claude%27s_servers.__%23%23_Why_This_Exists__When_Claude_reads_a_file_containing_an_API_key%2C_the_raw_key_content_gets_sent_to_Claude%27s_servers._key-guard_prevents_this_by_acting_as_a_local_middleman_%E2%80%94_Claude_calls_a_tool%2C_the_tool_reads_the_key_and_makes_the_API_call_locally%2C_and_only_the_result_is_returned_to_Claude."}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__$100M_Leads:_How_to_Get_Strangers_To_Want_To_Buy_Your_Stuff", "version": "1.0.0", "format": "catalog", "checksum": "3002c7c694486893cf06a7473e839ba634cbab0e51e96ef71789ed5511bc3bd4", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/$100M Leads: How to Get Strangers To Want To Buy Your Stuff", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.011210+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.011501+00:00", "yanked_at": null, "card": {"title": "$100M Leads: How to Get Strangers To Want To Buy Your Stuff", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Alex Hormozi's \"$100M Leads: How to Get Strangers To Want To Buy Your Stuff\" \u2014 the ultimate playbook for generating endless engaged leads. Volume II of Acqui...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%24100M_Leads%3A_How_to_Get_Strangers_To_Want_To_Buy_Your_Stuff"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__$100M_Offers:_How_To_Make_Offers_So_Good_People_Feel_Stupid_Saying_No", "version": "1.0.0", "format": "catalog", "checksum": "ac9474dd8a9530325ba7cdfc7916cf0c250e6421d4341fd2e52c9bb16cd49174", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/$100M Offers: How To Make Offers So Good People Feel Stupid Saying No", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.012446+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.012663+00:00", "yanked_at": null, "card": {"title": "$100M Offers: How To Make Offers So Good People Feel Stupid Saying No", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Alex Hormozi's \"$100M Offers: How To Make Offers So Good People Feel Stupid Saying No\" \u2014 the complete framework for creating Grand Slam Offers that eliminate...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%24100M_Offers%3A_How_To_Make_Offers_So_Good_People_Feel_Stupid_Saying_No"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__$CLAW_Mining_-_Proof_of_AI_Work", "version": "1.0.0", "format": "catalog", "checksum": "793b78819cb5b2a23709e7604b74113830040e51d7788911b9d7fee1e67dcae9", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/$CLAW Mining - Proof of AI Work", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.013366+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.013545+00:00", "yanked_at": null, "card": {"title": "$CLAW Mining - Proof of AI Work", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Mine $CLAW tokens via Proof of AI Work on Ethereum. Install this Skill and tell your agent 'mine CLAW' \u2014 the agent handles everything automatically. No techn...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%24CLAW_Mining_-_Proof_of_AI_Work"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__'AI\u81ea\u52a8\u5316\u6d4b\u8bd5\u5e73\u53f0'", "version": "1.0.0", "format": "catalog", "checksum": "745c62084a56393ce838629a79a0f01d875578c64748ea19d9e5e1804c32455c", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/'AI\u81ea\u52a8\u5316\u6d4b\u8bd5\u5e73\u53f0'", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.014309+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.014527+00:00", "yanked_at": null, "card": {"title": "'AI\u81ea\u52a8\u5316\u6d4b\u8bd5\u5e73\u53f0'", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "This skill should be used when developing or using an AI-powered automated testing platform based on LangChain+DeepSeek. It implements intelligent test case...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%27AI%E8%87%AA%E5%8A%A8%E5%8C%96%E6%B5%8B%E8%AF%95%E5%B9%B3%E5%8F%B0%27"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__(Google)_Veo_3_Video_Gen", "version": "1.0.0", "format": "catalog", "checksum": "b9e196eb0917ffdaf6d75097f916686d6a02ebad03cccce998095c14aaee5ee8", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/(Google) Veo 3 Video Gen", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.017521+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.017713+00:00", "yanked_at": null, "card": {"title": "(Google) Veo 3 Video Gen", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Generate videos using Pixwith API's Veo 3.1 model. Supports text-to-video and image-to-video (start/end frames). Two tiers: Fast (quick preview) and Pro (HD...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__%28Google%29_Veo_3_Video_Gen"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__---", "version": "1.0.0", "format": "catalog", "checksum": "e38f22044f2a33494b65daf4e3cdfa66616cc455c5a8826daefb8ac2b0e70d19", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/---", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:22.502360+00:00", "quarantined": true, "taxonomy": {"category": "autonomous-ai-agents", "category_label": "AI Agents", "tags": ["ai", "business"]}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:22.502595+00:00", "yanked_at": null, "card": {"title": "---", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Complete career acceleration system \u2014 from self-assessment to offer negotiation. Covers career strategy, job search operations, resume/CV optimization, inter...", "category": "autonomous-ai-agents", "category_label": "AI Agents", "category_source": "upstream", "tags": ["ai", "business"], "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__---"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__.Agent_Browser_Clawdbot.Disabled.20260401_112736", "version": "1.0.0", "format": "catalog", "checksum": "9f5880bae06daee8e5b7547bc976461bca7833bb5819cefb7cd4f2dbb6ef5e86", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/.Agent Browser Clawdbot.Disabled.20260401 112736", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.023404+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.023603+00:00", "yanked_at": null, "card": {"title": ".Agent Browser Clawdbot.Disabled.20260401 112736", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__.Agent_Browser_Clawdbot.Disabled.20260401_112736"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__.Agentic_Engineering_Bak", "version": "1.0.0", "format": "catalog", "checksum": "38e245ce765b234209eee4781cdfd69b23b80e4f611b978eb889d591df316ecc", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/.Agentic Engineering Bak", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.024185+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.024349+00:00", "yanked_at": null, "card": {"title": ".Agentic Engineering Bak", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__.Agentic_Engineering_Bak"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__.Api_Gateway.Disabled.20260401_113030", "version": "1.0.0", "format": "catalog", "checksum": "c3011e2632554c2295ba11dac75ee77b9c4303e9950697dd690c588e9ed50db9", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/.Api Gateway.Disabled.20260401 113030", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.024935+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.025119+00:00", "yanked_at": null, "card": {"title": ".Api Gateway.Disabled.20260401 113030", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__.Api_Gateway.Disabled.20260401_113030"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__.Autopilot", "version": "1.0.0", "format": "catalog", "checksum": "51f3f18b0646f8fe2def5987b89b30c69e41b1e829ddf29549704189f6494333", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/.Autopilot", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.025693+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.025838+00:00", "yanked_at": null, "card": {"title": ".Autopilot", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "tmux + launchd multi-project Codex CLI automation system. Watchdog-driven loop that monitors multiple Codex sessions in tmux, auto-nudges idle sessions, hand...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__.Autopilot"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__.Clawhub_Dist", "version": "1.0.0", "format": "catalog", "checksum": "76988de9774ed39ca7048785fe3238415da50504a9c320a577dab187e6316b10", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/.Clawhub Dist", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.027788+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.027938+00:00", "yanked_at": null, "card": {"title": ".Clawhub Dist", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "The autonomous Agentic Development Ecosystem. Propose, Build, Publish, and Compound.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__.Clawhub_Dist"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__.Gaodemapskill.Bak", "version": "1.0.0", "format": "catalog", "checksum": "8df205f1eb42ed18ed34299ce26a3e444463e5a5d5173bf2a6babef91a38ca74", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/.Gaodemapskill.Bak", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.028474+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.028663+00:00", "yanked_at": null, "card": {"title": ".Gaodemapskill.Bak", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "A skill to interact with Gaode Map (AMap) for location search and route planning.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__.Gaodemapskill.Bak"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__.Gaodemapskill.Conflict", "version": "1.0.0", "format": "catalog", "checksum": "836de8085e257b820f71b1ee21625b2891dab91d2684fe255b2679362ab41f80", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/.Gaodemapskill.Conflict", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.029370+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.029572+00:00", "yanked_at": null, "card": {"title": ".Gaodemapskill.Conflict", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "A skill to interact with Gaode Map (AMap) for location search and route planning.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__.Gaodemapskill.Conflict"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__.Gog.Disabled.20260401_113230", "version": "1.0.0", "format": "catalog", "checksum": "037bce65bb8313cf6f0b041715169e714daeed8622667c675ec4bfc45faeebef", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/.Gog.Disabled.20260401 113230", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.030362+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.030543+00:00", "yanked_at": null, "card": {"title": ".Gog.Disabled.20260401 113230", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.", "category": "productivity", "category_label": "Productivity", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__.Gog.Disabled.20260401_113230"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__.Humanizer.Conflict", "version": "1.0.0", "format": "catalog", "checksum": "425b25f8eebf050aa7b77e0a3661936583e7b63b7e61b7bb0de7ccb8a7351184", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/.Humanizer.Conflict", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.031191+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.031381+00:00", "yanked_at": null, "card": {"title": ".Humanizer.Conflict", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comp...", "category": "creative", "category_label": "Creative", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__.Humanizer.Conflict"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__.Imap_Smtp_Email.Disabled.20260401_113327", "version": "1.0.0", "format": "catalog", "checksum": "b5deacb33065a784b1d0ac708cce7438dbf7ef390e862c363ff894f711712e12", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/.Imap Smtp Email.Disabled.20260401 113327", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.032060+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.032264+00:00", "yanked_at": null, "card": {"title": ".Imap Smtp Email.Disabled.20260401 113327", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...", "category": "productivity", "category_label": "Productivity", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__.Imap_Smtp_Email.Disabled.20260401_113327"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__.Publish_Temp", "version": "1.0.0", "format": "catalog", "checksum": "5e28d41fc890e98b82731650ab2fadcfcb3074d2f5cebc034ec28efa75188d03", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/.Publish Temp", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.034135+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other", "tags": ["aggregation", "news", "rss", "summarization", "clustering"]}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.034376+00:00", "yanked_at": null, "card": {"title": ".Publish Temp", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Install, configure, validate, and run the news-fetcher Python CLI for aggregating RSS/Atom and HTML news sources with deduplication, clustering, ranking, sou...", "tags": ["aggregation", "news", "rss", "summarization", "clustering"], "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__.Publish_Temp"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__.Terminal_Command_Execution.Disabled.20260401_113328", "version": "1.0.0", "format": "catalog", "checksum": "493c04bfd098ba6a41ec1a0b9a476236f83bfc7cb42d25d894bed93a01589646", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/.Terminal Command Execution.Disabled.20260401 113328", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.036248+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.036503+00:00", "yanked_at": null, "card": {"title": ".Terminal Command Execution.Disabled.20260401 113328", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Execute terminal commands safely and reliably with clear pre-checks, output validation, and recovery steps. Use when users ask to run shell/CLI commands, ins...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__.Terminal_Command_Execution.Disabled.20260401_113328"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__.net-full-stack-architect", "version": "1.0.0", "format": "catalog", "checksum": "5f017d4be983b76afff96cbaf2c4a12f2a39fc9deb0e5a685f484878be53802a", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/.net-full-stack-architect", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.037237+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.037425+00:00", "yanked_at": null, "card": {"title": ".net-full-stack-architect", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Automation skill for .net-full-stack-architect.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__.net-full-stack-architect"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0", "version": "1.0.0", "format": "catalog", "checksum": "61262f573db236596ccae8cf82791be03945564df28fc95044f685f321d73f77", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.039883+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.040020+00:00", "yanked_at": null, "card": {"title": "0", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Zero represents the origin, the blank slate, the reset button. This skill handles initialization, zero-state operations, default values, infinite loops, and...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0.protocol", "version": "1.0.0", "format": "catalog", "checksum": "40b6421188cd0f570cc85b9bb8076d0bceb6f2637d49da2f837a0167bf7f85be", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0.protocol", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:27.161310+00:00", "quarantined": true, "taxonomy": {"category": "mcp", "category_label": "MCP", "tags": ["identity", "mcp", "security"]}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:27.161507+00:00", "yanked_at": null, "card": {"title": "0.protocol", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.", "category": "mcp", "category_label": "MCP", "category_source": "upstream", "tags": ["identity", "mcp", "security"], "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0.protocol"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__01-exchange-skill(not_official)", "version": "1.0.0", "format": "catalog", "checksum": "9c84ad06628a6785126dbcbfb75fdc0ba8d73cc10e5cf6ab81379126d60397c9", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/01-exchange-skill(not official)", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.047246+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.047422+00:00", "yanked_at": null, "card": {"title": "01-exchange-skill(not official)", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "AI-powered 01.xyz exchange development skill for monitoring, trading strategies, and N1 blockchain integration. Covers REST API (FTX-inspired), Nord.ts SDK (@n1xyz/nord-ts), non-custodial trading patterns, and market making on Solana.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__01-exchange-skill%28not_official%29"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__01_Crypto_Trading_Decision_Framework", "version": "1.0.0", "format": "catalog", "checksum": "3cd94df965b344b9e818ecb980a4270e6dc2c0e2cc0c0032b336cc59721e81f5", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/01 Crypto Trading Decision Framework", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.044069+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.044222+00:00", "yanked_at": null, "card": {"title": "01 Crypto Trading Decision Framework", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Structured decision system for crypto traders \u2014 position sizing, entry checklist, exit framework, and halt decision tree. Eliminates ad-hoc calls and enforce...", "category": "blockchain", "category_label": "Blockchain", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__01_Crypto_Trading_Decision_Framework"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__02_Content_Channel_Research", "version": "1.0.0", "format": "catalog", "checksum": "76088822d55145408718aa204847f7cdcbfb1a4a0e173b74f6855d23e3d1e86a", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/02 Content Channel Research", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.047987+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.048143+00:00", "yanked_at": null, "card": {"title": "02 Content Channel Research", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Structured GO/NO-GO framework for validating content topics before you script or record anything. Runs audience segmentation, adoption research, saturation c...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__02_Content_Channel_Research"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__02_Script_Generator", "version": "1.0.0", "format": "catalog", "checksum": "ed8c401e7e3973ecd593e49bc5f1847b559ac1ea1358f70fb5afd1a7bc28109a", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/02 Script Generator", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.049711+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.049835+00:00", "yanked_at": null, "card": {"title": "02 Script Generator", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Automatically converts novel IP info into concise, platform-compliant short drama scripts with controlled pacing, conflict, and 60-second episode format.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__02_Script_Generator"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__03_Storyboard_Prompter", "version": "1.0.0", "format": "catalog", "checksum": "06c5422cfc6a4e9da72648e6b11822f6f4863be3abdc0c0f8a5c807dd1f47a30", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/03 Storyboard Prompter", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.055372+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.055520+00:00", "yanked_at": null, "card": {"title": "03 Storyboard Prompter", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Generate consistent positive and negative AI art prompts from short drama scripts locally, ensuring unified style and character depiction without API calls.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__03_Storyboard_Prompter"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__03_Tech_Scout", "version": "1.0.0", "format": "catalog", "checksum": "477fdde7bce61af49ce7dae0b8484914203cf60fed63f3aec56d4b48821f1171", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/03 Tech Scout", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.056057+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.056199+00:00", "yanked_at": null, "card": {"title": "03 Tech Scout", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Daily multi-source intelligence digest that proactively scans X, YouTube, Reddit, and GitHub for tools, techniques, and updates relevant to your active proje...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__03_Tech_Scout"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__04_Agent_Stack_Audit", "version": "1.0.0", "format": "catalog", "checksum": "ef5534fea08000dba938a5ea0b4440ef075b473b0800e98258de76af70980a8e", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/04 Agent Stack Audit", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.057585+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.057879+00:00", "yanked_at": null, "card": {"title": "04 Agent Stack Audit", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Monthly health check for your agent stack \u2014 hunts for zombie crons, dead scripts, unused API keys, superseded tools, and stale subscriptions. Classifies each...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__04_Agent_Stack_Audit"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__04_Text_To_Image", "version": "1.0.0", "format": "catalog", "checksum": "53da39cf6652ad7444584b3e23adefe4609c345ae5ffaf54e82915767f655170", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/04 Text To Image", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.064345+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.064467+00:00", "yanked_at": null, "card": {"title": "04 Text To Image", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Generate 9:16 vertical high-definition images from text prompts for short drama storyboards, character portraits, and scene illustrations.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__04_Text_To_Image"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0512-03-tos2-skill", "version": "1.0.0", "format": "catalog", "checksum": "220f8627fea2a2fb115aeb50ba0571f3646722e40c146dddade230f3af543f83", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0512-03-tos2-skill", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.069364+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.069501+00:00", "yanked_at": null, "card": {"title": "0512-03-tos2-skill", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0512-03-tos2-skill"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0514-tosr2-skill", "version": "1.0.0", "format": "catalog", "checksum": "cc29e3f99fe7aa42299ec6c5857ea68df6b03b38e7dbed342bef7e85f3ae8342", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0514-tosr2-skill", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.073275+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.073431+00:00", "yanked_at": null, "card": {"title": "0514-tosr2-skill", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0514-tosr2-skill"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0528-tosr2-csig", "version": "1.0.0", "format": "catalog", "checksum": "a3ec7ff97f14b064eda60250a53b2a43596ee7d42bec362aeaec1bfd1d962f97", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0528-tosr2-csig", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.074068+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.074197+00:00", "yanked_at": null, "card": {"title": "0528-tosr2-csig", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0528-tosr2-csig"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__05_Image_To_Video", "version": "1.0.0", "format": "catalog", "checksum": "742063602344159bbbce45f4d630b50e0db80af858e63ddb1c502aab90391d33", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/05 Image To Video", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.066247+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.066370+00:00", "yanked_at": null, "card": {"title": "05 Image To Video", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Convert static images into dynamic video clips with motion and subtle effects using Lingya AI image-to-video technology.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__05_Image_To_Video"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0602-tosr2-01", "version": "1.0.0", "format": "catalog", "checksum": "cdac0ff5ef75e8408cb1e0139e183e5023a917ba1d098f6a326fc505aeac5be0", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0602-tosr2-01", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.079561+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.079727+00:00", "yanked_at": null, "card": {"title": "0602-tosr2-01", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0602-tosr2-01"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0602-tosr2-02", "version": "1.0.0", "format": "catalog", "checksum": "fa98839b958147791015c3d7f074c5b1bff09074fc51db90bbfcb0d071e74ee9", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0602-tosr2-02", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.080422+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.080581+00:00", "yanked_at": null, "card": {"title": "0602-tosr2-02", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0602-tosr2-02"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0602-tosr2-06", "version": "1.0.0", "format": "catalog", "checksum": "81184991011d724ed25be78e9732211729d11f38143b16e57dffd6606f1b6876", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0602-tosr2-06", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.081182+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.081430+00:00", "yanked_at": null, "card": {"title": "0602-tosr2-06", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0602-tosr2-06"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0602-tosr2-07", "version": "1.0.0", "format": "catalog", "checksum": "f7c1e14a68712d4bba6d71733eaf5375c406f827eedf056a459821ab7d17aa2f", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0602-tosr2-07", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.082282+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.082460+00:00", "yanked_at": null, "card": {"title": "0602-tosr2-07", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0602-tosr2-07"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0605-cisg-tosr2", "version": "1.0.0", "format": "catalog", "checksum": "582399424522f5b6363c97c7fe3647c8ca778b4b80102d1b81b210ac424a5526", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0605-cisg-tosr2", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.083075+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.083252+00:00", "yanked_at": null, "card": {"title": "0605-cisg-tosr2", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0605-cisg-tosr2"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0605-tosr2-cisg-02", "version": "1.0.0", "format": "catalog", "checksum": "c614faaec6e9c83b7b1260b915f94ae69fbb4c577b7024201b43c61ec436656a", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0605-tosr2-cisg-02", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.083815+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.083953+00:00", "yanked_at": null, "card": {"title": "0605-tosr2-cisg-02", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0605-tosr2-cisg-02"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0605-tosr2-csig", "version": "1.0.0", "format": "catalog", "checksum": "3430ce0710407bcb419f8244684b46bcd1de990acc6770084078e5ca2a40f0ca", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0605-tosr2-csig", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.084466+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.084599+00:00", "yanked_at": null, "card": {"title": "0605-tosr2-csig", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0605-tosr2-csig"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0605-tosr2-csig-04", "version": "1.0.0", "format": "catalog", "checksum": "fce50b80398af2425df111481b4585aaca98d4f424703a6609c57be4394c35d9", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0605-tosr2-csig-04", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.085141+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.085265+00:00", "yanked_at": null, "card": {"title": "0605-tosr2-csig-04", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0605-tosr2-csig-04"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0608-tosr2-01", "version": "1.0.0", "format": "catalog", "checksum": "a74c623a42571313e60cdff827997f80d8f53264bc389251c699b7eaab56231a", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0608-tosr2-01", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.085752+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.085871+00:00", "yanked_at": null, "card": {"title": "0608-tosr2-01", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0608-tosr2-01"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0608-tosr2-02", "version": "1.0.0", "format": "catalog", "checksum": "3960e95e078f373cb51b751d9a4b6c9911b5b5b47c78ce000f80f8b26098e7f5", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0608-tosr2-02", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.086659+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.086790+00:00", "yanked_at": null, "card": {"title": "0608-tosr2-02", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0608-tosr2-02"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__06_Tts_Voice", "version": "1.0.0", "format": "catalog", "checksum": "08e6e52c8fb9168d4d3d27b17fb5b66e98eb880eff670aaba8d9982ed31ab89e", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/06 Tts Voice", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.078739+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.078870+00:00", "yanked_at": null, "card": {"title": "06 Tts Voice", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Convert short drama dialogues into multi-character, emotional TTS audio matching scene rhythm for enhanced expressive content.", "category": "media", "category_label": "Media", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__06_Tts_Voice"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__07_Subtitle_Gen", "version": "1.0.0", "format": "catalog", "checksum": "60c09005d2205579b59bf530d8f87ad81e497d327b2c67b679d056b1d653519a", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/07 Subtitle Gen", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.089161+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.089338+00:00", "yanked_at": null, "card": {"title": "07 Subtitle Gen", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Generate synced SRT subtitles locally from dialogue text and durations without API, ensuring platform-compatible timed captions for videos.", "category": "media", "category_label": "Media", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__07_Subtitle_Gen"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__08_Proactive_Agent", "version": "1.0.0", "format": "catalog", "checksum": "6cdf4bb8c0048109cce770865e1992f3fdcccfb73005d9ddfe33ba9308c20df1", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/08 Proactive Agent", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.093485+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.093732+00:00", "yanked_at": null, "card": {"title": "08 Proactive Agent", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autono...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__08_Proactive_Agent"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__08_Video_Merge", "version": "1.0.0", "format": "catalog", "checksum": "173118f4c075f8e98f9c65d2e7c695f21bc229fe74685dfce6d4341584cc46fc", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/08 Video Merge", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.094541+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.094711+00:00", "yanked_at": null, "card": {"title": "08 Video Merge", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Locally merges video clips, dubbing audio, SRT subtitles, and background music into a 9:16 vertical short video ready for publishing.", "category": "media", "category_label": "Media", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__08_Video_Merge"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0G_ClawBack", "version": "1.0.0", "format": "catalog", "checksum": "a04f50ecdf01d79018819ae57ac47ba9068c235d4bc75698c8867a46f68c8784", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0G ClawBack", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.098651+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.098831+00:00", "yanked_at": null, "card": {"title": "0G ClawBack", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Autonomous state persistence engine that encrypts, secures, and anchors agent memories, state snapshots, and evolved skills onto 0G Storage.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0G_ClawBack"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0G_Compute", "version": "1.0.0", "format": "catalog", "checksum": "34986e6931e3900f74e791be3f5ee1b36c477ce3585bda441a1c54ba3cbc70b1", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0G Compute", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.099393+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.099539+00:00", "yanked_at": null, "card": {"title": "0G Compute", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Use cheap, TEE-verified AI models from the 0G Compute Network as OpenClaw providers. Discover available models and compare pricing vs OpenRouter, verify prov...", "category": "autonomous-ai-agents", "category_label": "Autonomous Ai Agents", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0G_Compute"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0x0_Messenger", "version": "1.0.0", "format": "catalog", "checksum": "b93271eb5733a07d5f13be90b259209bff50e6abf5a59b968d85d23c959abb7c", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0x0 Messenger", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.100237+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.100460+00:00", "yanked_at": null, "card": {"title": "0x0 Messenger", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Send and receive P2P messages using disposable PINs. No servers, no accounts. For agent-to-agent messaging, approval flows, and notifications.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0x0_Messenger"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0xArchive", "version": "1.0.0", "format": "catalog", "checksum": "b7e5ee6eb8751d6c71701adb570f183ac994e8d1c3129c1ce042621d5ee0ddca", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0xArchive", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.101107+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.101250+00:00", "yanked_at": null, "card": {"title": "0xArchive", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Query historical and real-time crypto market data from 0xArchive across two top-level venue APIs: Hyperliquid and Lighter.xyz. HIP-3 builder perps live under...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0xArchive"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0xscada", "version": "1.0.0", "format": "catalog", "checksum": "171c48eeda4fa2b98a12ceb03c9c0ee6ae476078df296685546688c5788b3c29", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0xscada", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.101836+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.101976+00:00", "yanked_at": null, "card": {"title": "0xscada", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Decentralized Industrial Control Fabric. Bridges SCADA systems with blockchain-backed audit trails and Kannaka memory integration. Provides a unified API for...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0xscada"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__0xwork", "version": "1.0.0", "format": "catalog", "checksum": "9ddcf4d7b69a4395dab28c8ca17f5a83979a793b8b3993a701ffa6e9307727a5", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/0xwork", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.102665+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.102845+00:00", "yanked_at": null, "card": {"title": "0xwork", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Earn USDC on 0xWork, the Base on-chain marketplace for AI agents and humans. Use to discover tasks, claim or apply for work, submit deliverables, post bounty...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__0xwork"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1", "version": "1.0.8", "format": "catalog", "checksum": "1f0bd1892935ba6c3f01f2824747832b20a622d4c87e1b004e9b43d0d6942652", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T22:21:44.504498+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T22:21:44.504831+00:00", "yanked_at": null, "card": {"title": "1", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "MaybeAI Sheet skill for full Excel/spreadsheet lifecycle management. Upload, read, edit, and analyze Excel files via the MaybeAI platform. Use when the user...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1,000_True_Fans", "version": "1.0.0", "format": "catalog", "checksum": "b99ae330869b2385c9e40d4fa121f5bc3da3be501bd3570bee8acc618af4f404", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1,000 True Fans", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.106139+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.106350+00:00", "yanked_at": null, "card": {"title": "1,000 True Fans", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Activate when: a creator/SMB/indie founder needs a sustainable audience-based living without going viral; 'do I need to be famous to make this work', buildin...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1%2C000_True_Fans"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1-2-3_Magic:_Effective_Discipline_for_Children_2-12", "version": "1.0.0", "format": "catalog", "checksum": "189e5c38a51de9464c96fe1338a35cea6d629bc1155e8f87d6ae1dbd568dc40d", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1-2-3 Magic: Effective Discipline for Children 2-12", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.106999+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.107174+00:00", "yanked_at": null, "card": {"title": "1-2-3 Magic: Effective Discipline for Children 2-12", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Thomas W. Phelan's \"1-2-3 Magic: Effective Discipline for Children 2-12\" \u2014 the simple, evidence-based 3-step parenting program for controlling obnoxious beha...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1-2-3_Magic%3A_Effective_Discipline_for_Children_2-12"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1-SEC:_All-in-One_Cybersecurity_for_AI_Agent_Hosts", "version": "1.0.0", "format": "catalog", "checksum": "295a5ca3425ab1349333acb5f756564cedfccc934f4ffce33d46b1edc3c8d21c", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1-SEC: All-in-One Cybersecurity for AI Agent Hosts", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:22.503381+00:00", "quarantined": true, "taxonomy": {"category": "autonomous-ai-agents", "category_label": "AI Agents", "tags": ["ai-agent", "cybersecurity", "endpoint-defense", "intrusion-detection", "llm-firewall", "prompt-injection", "ransomware", "security", "single-binary", "vps"]}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:22.503621+00:00", "yanked_at": null, "card": {"title": "1-SEC: All-in-One Cybersecurity for AI Agent Hosts", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Install, configure, and manage 1-SEC \u2014 an open-source, all-in-one cybersecurity platform (16 modules, single binary) on Linux servers and VPS instances. Use...", "category": "autonomous-ai-agents", "category_label": "AI Agents", "category_source": "upstream", "tags": ["ai-agent", "cybersecurity", "endpoint-defense", "intrusion-detection", "llm-firewall", "prompt-injection", "ransomware", "security"], "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1-SEC%3A_All-in-One_Cybersecurity_for_AI_Agent_Hosts"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1.2.0", "version": "1.0.11", "format": "catalog", "checksum": "fe4d77e872cd7441791df3019324c3e1e9b2930636e7fdf7d7b762379ae1d1bf", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1.2.0", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T22:21:44.510861+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T22:21:44.511185+00:00", "yanked_at": null, "card": {"title": "1.2.0", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Runbook-first incident triage workflow for service outages and high-error alerts.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1.2.0"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1._The_input_is_a_Word_template_document;_2._Analyze_the_structure_of_this_template,_including:_1)_Font_styles,_sizes,_etc.,_for_headings,_body_text,_etc.;_2)_Content:_the_general_structure_of_each_paragraph;_3)_Multimedia_elements:_images,_text,_tables_(including_metric_data,_etc.)_3._Generate_documents_that_conform_to_the_template_structure_based_on_the_given_data_1)_A_knowledge_base,_or_multiple_documents;_2)_Relationship_tables_(or_CSV_files),_SQL_query_results,_etc.", "version": "1.0.0", "format": "catalog", "checksum": "3b6653d24e0e0c093a941a38aea04eac46ee562e53623d8b02d754e0cdb6c943", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1. The input is a Word template document; 2. Analyze the structure of this template, including: 1) Font styles, sizes, etc., for headings, body text, etc.; 2) Content: the general structure of each paragraph; 3) Multimedia elements: images, text, tables (including metric data, etc.) 3. Generate documents that conform to the template structure based on the given data 1) A knowledge base, or multiple documents; 2) Relationship tables (or CSV files), SQL query results, etc.", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.108459+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.108586+00:00", "yanked_at": null, "card": {"title": "1. The input is a Word template document; 2. Analyze the structure of this template, including: 1) Font styles, sizes, etc., for headings, body text, etc.; 2) Content: the general structure of each paragraph; 3) Multimedia elements: images, text, tables (including metric data, etc.) 3. Generate documents that conform to the template structure based on the given data 1) A knowledge base, or multiple documents; 2) Relationship tables (or CSV files), SQL query results, etc.", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Automatically analyze Word templates and data inputs to generate formal documents matching the template's styles and structure.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1._The_input_is_a_Word_template_document%3B_2._Analyze_the_structure_of_this_template%2C_including%3A_1%29_Font_styles%2C_sizes%2C_etc.%2C_for_headings%2C_body_text%2C_etc.%3B_2%29_Content%3A_the_general_structure_of_each_paragraph%3B_3%29_Multimedia_elements%3A_images%2C_text%2C_tables_%28including_metric_data%2C_etc.%29_3._Generate_documents_that_conform_to_the_template_structure_based_on_the_given_data_1%29_A_knowledge_base%2C_or_multiple_documents%3B_2%29_Relationship_tables_%28or_CSV_files%29%2C_SQL_query_results%2C_etc."}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__10-10-10", "version": "1.0.0", "format": "catalog", "checksum": "f4342c858c0755e58d4610331bd364b9ff9157f39ba8a772c647172e7bb1877e", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/10-10-10", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.117485+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.117660+00:00", "yanked_at": null, "card": {"title": "10-10-10", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Activate when: someone is making a decision under emotional pressure and worries they'll regret it later; someone says \"I know I should do X but it feels too...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__10-10-10"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__10000_Year_Clock", "version": "1.0.0", "format": "catalog", "checksum": "469158aa1f73bbcde07b9e1d04e8257519c7d9ddf240d90374fb2c56591fa33b", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/10000 Year Clock", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.119590+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.119725+00:00", "yanked_at": null, "card": {"title": "10000 Year Clock", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Think at civilization-scale timeframes by asking how decisions look over 10,000 years, countering short-term pathological thinking", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__10000_Year_Clock"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__100_Percent_Bars", "version": "1.0.0", "format": "catalog", "checksum": "6e45844c83733db85aa59a16022fc4c076d229a60b843ad3d4ef9fe914b52d41", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/100 Percent Bars", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.118249+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.118408+00:00", "yanked_at": null, "card": {"title": "100 Percent Bars", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Compare composition across segments using 100% stacked bars. Use for competitive analysis, cost structure comparison, and portfolio composition.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__100_Percent_Bars"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__102_Playwright_Scraper_Skill", "version": "1.0.0", "format": "catalog", "checksum": "8b0c412d596ff361ce7f271bbf1987a731f86ae62fad3f5d2d59dcb1be30ed5e", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/102 Playwright Scraper Skill", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.121427+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.121566+00:00", "yanked_at": null, "card": {"title": "102 Playwright Scraper Skill", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Playwright-based web scraping OpenClaw Skill with anti-bot protection. Successfully tested on complex sites like Discuss.com.hk.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__102_Playwright_Scraper_Skill"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__10_Days_to_Faster_Reading", "version": "1.0.0", "format": "catalog", "checksum": "4b0297aceedb1318db4659611e16c6221d2869ca67065caaca4c1856b26d4e91", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/10 Days to Faster Reading", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.114060+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.114324+00:00", "yanked_at": null, "card": {"title": "10 Days to Faster Reading", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Abby Marks Beale's \"10 Days to Faster Reading\" \u2014 a self-paced 10-day program to double or triple reading speed while maintaining or improving comprehension....", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__10_Days_to_Faster_Reading"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__10_Leadership_Virtues_for_Disruptive_Times", "version": "1.0.0", "format": "catalog", "checksum": "0acf1d10e36f7fb31132a942f1b22b8621b7d57493d3f994f4fd549403d07ea7", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/10 Leadership Virtues for Disruptive Times", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.115279+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.115498+00:00", "yanked_at": null, "card": {"title": "10 Leadership Virtues for Disruptive Times", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Tom Ziglar's \"10 Leadership Virtues for Disruptive Times\" \u2014 a Coach Leadership toolkit for navigating uncertainty and leading remote teams with kindness, hum...", "category": "domain", "category_label": "Domain", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__10_Leadership_Virtues_for_Disruptive_Times"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__10dlc_Registration", "version": "1.0.0", "format": "catalog", "checksum": "5e65b86b6608e490775db7397827e1890e98e8120a41d5bf8dd799b7464ca375", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/10dlc Registration", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.122729+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.122848+00:00", "yanked_at": null, "card": {"title": "10dlc Registration", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Register for 10DLC as a sole proprietor to enable SMS messaging in the USA. Use when setting up A2P SMS, registering brands/campaigns, or assigning phone numbers for compliant US messaging. Requires Telnyx CLI.", "category": "software-development", "category_label": "Software Development", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__10dlc_Registration"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__10x_Patterns", "version": "1.0.0", "format": "catalog", "checksum": "58c32b4a18a401dc7094669106f98316bde67ea80ee85f3ccf55aff5fae0468c", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/10x Patterns", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.123947+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.124062+00:00", "yanked_at": null, "card": {"title": "10x Patterns", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Patterns and practices that dramatically accelerate development velocity. Covers parallel execution, automation, feedback loops, workflow optimization, and anti-pattern avoidance. Use when starting projects, planning sprints, optimizing workflows, or onboarding developers.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__10x_Patterns"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__110_Deep_Research_Pro", "version": "1.0.0", "format": "catalog", "checksum": "383fa22e11813df67809a39eb2c5ea2bc6e699f396cce829d7de98930c07b652", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/110 Deep Research Pro", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.235927+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.236428+00:00", "yanked_at": null, "card": {"title": "110 Deep Research Pro", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Multi-source deep research agent. Searches the web, synthesizes findings, and delivers cited reports. No API keys required.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__110_Deep_Research_Pro"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__111132232", "version": "1.0.0", "format": "catalog", "checksum": "7c6b4e5b5c7b36b72572821436da28a3fc2d3d31abd9429b5b8f92b79ff824ae", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/111132232", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.241381+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.241534+00:00", "yanked_at": null, "card": {"title": "111132232", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "aa", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__111132232"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__112131131313131", "version": "1.0.0", "format": "catalog", "checksum": "4e94896cd718324239a68268cf99cfdf1a24bb7fe39f3619efc672bb01462dab", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/112131131313131", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.242023+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.242143+00:00", "yanked_at": null, "card": {"title": "112131131313131", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__112131131313131"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1215656_Clawdbot_Filesystem@1.0.2", "version": "1.0.0", "format": "catalog", "checksum": "22d11b7814864c1eef04955d210520f7923298dec68c05684e5382fa898bacd3", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1215656 Clawdbot Filesystem@1.0.2", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.249073+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.249208+00:00", "yanked_at": null, "card": {"title": "1215656 Clawdbot Filesystem@1.0.2", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1215656_Clawdbot_Filesystem%401.0.2"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1215656_Self_Improving_Agent@3.0.6", "version": "1.0.0", "format": "catalog", "checksum": "061f0d3fc0499c384f60b34767f65eb9a30642c5dadff9a2d2c033f3133bc8ba", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1215656 Self Improving Agent@3.0.6", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.249696+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.250951+00:00", "yanked_at": null, "card": {"title": "1215656 Self Improving Agent@3.0.6", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1215656_Self_Improving_Agent%403.0.6"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__123", "version": "1.0.5", "format": "catalog", "checksum": "e3850145c8cbd829da694c6d1f22b64111f07d091b92003906001bb8ca973b71", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/123", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T22:21:44.529689+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T22:21:44.530022+00:00", "yanked_at": null, "card": {"title": "123", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__123"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__12306_Backup", "version": "1.0.0", "format": "catalog", "checksum": "310281eb21d1d4a4a4b7fe15fb3ff4c2420da8781291073544c83371dd73eb3b", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/12306 Backup", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.255377+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.255526+00:00", "yanked_at": null, "card": {"title": "12306 Backup", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Query China Railway 12306 for train schedules, remaining tickets, and station info. Use when user asks about train/\u9ad8\u94c1/\u706b\u8f66 tickets, schedules, or availability...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__12306_Backup"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__12306_Conflict", "version": "1.0.0", "format": "catalog", "checksum": "1155d9afc53165af338c536cb4e5719118bf377c053624b59db0a92e28b5b3cb", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/12306 Conflict", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.256049+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.256220+00:00", "yanked_at": null, "card": {"title": "12306 Conflict", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Provides tools for interacting with the 12306 system, including login scripts and client utilities requiring specific environment variables.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__12306_Conflict"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__12306_Old", "version": "1.0.0", "format": "catalog", "checksum": "8dd77ef07a7da8ebea28b83d34c2459a0015acfc49331c207931085da0ba0b07", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/12306 Old", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.256868+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.257015+00:00", "yanked_at": null, "card": {"title": "12306 Old", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Provides tools related to 12306 including client access and login script functionality for ticket booking automation.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__12306_Old"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__12306_Query", "version": "1.0.0", "format": "catalog", "checksum": "d8ac7427cf32e5ad296ce141ee88974c14a11b9e912f9d3e9eb57c4797988555", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/12306 Query", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.257514+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.257647+00:00", "yanked_at": null, "card": {"title": "12306 Query", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Query China Railway 12306 for train schedules, remaining tickets, and station info. Use when user asks about train/\u9ad8\u94c1/\u706b\u8f66 tickets, schedules, or availability...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__12306_Query"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__12306_Train_Booking", "version": "1.0.0", "format": "catalog", "checksum": "a2b609a37f19db4cc63d97bf8ff64b72f71b44d571381cbcbfa1d0e0ec4ec4f9", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/12306 Train Booking", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:26.070366+00:00", "quarantined": true, "taxonomy": {"category": "domain", "category_label": "Business & Finance", "tags": ["12306", "android", "booking", "train"]}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:26.070500+00:00", "yanked_at": null, "card": {"title": "12306 Train Booking", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "12306-specific knowledge for booking train tickets via the Android app. Covers UC WebView virtual list behavior, proven booking flow, and common pitfalls. Us...", "category": "domain", "category_label": "Business & Finance", "category_source": "upstream", "tags": ["12306", "android", "booking", "train"], "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__12306_Train_Booking"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__12306_Train_Query", "version": "1.0.5", "format": "catalog", "checksum": "428ddd25b1009ba8f1b80a100af2e83b66fef3966d727b3bafae34694469bd37", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/12306 Train Query", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T22:21:44.534827+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T22:21:44.535139+00:00", "yanked_at": null, "card": {"title": "12306 Train Query", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Query China Railway 12306 for train schedules, remaining tickets, and station info. Use when user asks about train/\u9ad8\u94c1/\u706b\u8f66 tickets, schedules, or availability...", "category": "vision-ai", "category_label": "Vision Ai", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__12306_Train_Query"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1231", "version": "1.0.0", "format": "catalog", "checksum": "62138f19d9d64dee63fb661b58c9a53e56f4915140c29b268a1be3999451c135", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1231", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.264745+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other", "tags": ["231"]}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.264924+00:00", "yanked_at": null, "card": {"title": "1231", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Gives any AI agent a persistent identity in SiliVille (\u7845\u57fa\u5c0f\u9547) \u2014 a multiplayer AI-native metaverse. Farm, steal crops, post to the town feed, build social grap...", "tags": ["231"], "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1231"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__123123123123", "version": "1.0.0", "format": "catalog", "checksum": "f98709684abfe22b6bbf3dfbaa23a7291943c6d27d3522ed0a943d0ba95d09e9", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/123123123123", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.269117+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.269334+00:00", "yanked_at": null, "card": {"title": "123123123123", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__123123123123"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__123pan_upload_and_share", "version": "1.0.0", "format": "catalog", "checksum": "ea5ae4ee4bdbbfb16259c3776559ff9a0b820f8d17b46ceb51c4ed8683c574a5", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/123pan upload and share", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.271554+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.271708+00:00", "yanked_at": null, "card": {"title": "123pan upload and share", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Upload files to 123pan (123\u4e91\u76d8) and generate shareable links. Use when users need to upload files to 123pan and get links for sharing. Supports short share li...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__123pan_upload_and_share"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__123skill-display-name", "version": "1.0.0", "format": "catalog", "checksum": "518b1b87ba18286cb3e0a91d104f6e2095c307772ed7500ac3c89dc98d77dc9e", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/123skill-display-name", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.273042+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.273230+00:00", "yanked_at": null, "card": {"title": "123skill-display-name", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__123skill-display-name"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__123skill-display-name1", "version": "1.0.0", "format": "catalog", "checksum": "48637ee149030f0f5faee129528e1f05d70504451b1486e0617dcba5233797dc", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/123skill-display-name1", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.274826+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.275141+00:00", "yanked_at": null, "card": {"title": "123skill-display-name1", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__123skill-display-name1"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__126_Mail_Cleanup", "version": "1.0.0", "format": "catalog", "checksum": "a552887be7c54c8340c510c1bf8fc07beed0c56c02d01a14c68a3cc17c72a341", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/126 Mail Cleanup", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.276420+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.276668+00:00", "yanked_at": null, "card": {"title": "126 Mail Cleanup", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Use this skill when the user wants to clean up, back up, or optimize their 126.com (NetEase) email account. Covers local backup, spam/subscription bulk delet...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__126_Mail_Cleanup"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__12_Cool_Skills_for_OpenClaw_Agent", "version": "1.0.0", "format": "catalog", "checksum": "29c0e48583cd55efc932e625a99bdd9a7ac62b05de51061a66edbfb43dda8070", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/12 Cool Skills for OpenClaw Agent", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:22.507428+00:00", "quarantined": true, "taxonomy": {"category": "autonomous-ai-agents", "category_label": "AI Agents", "tags": ["ai", "api-testing", "automation", "crypto", "developer-tools", "monitoring", "nft", "openclaw", "productivity", "security", "trading", "vulnerability-scanner"]}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:22.508576+00:00", "yanked_at": null, "card": {"title": "12 Cool Skills for OpenClaw Agent", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Assistant de trading automatis\u00e9 pour l'analyse de march\u00e9, la d\u00e9tection de signaux et l'ex\u00e9cution de strat\u00e9gies techniques (RSI, MA, Support/R\u00e9sistance). \u00c0 ut...", "category": "autonomous-ai-agents", "category_label": "AI Agents", "category_source": "upstream", "tags": ["ai", "api-testing", "automation", "crypto", "developer-tools", "monitoring", "nft", "openclaw"], "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__12_Cool_Skills_for_OpenClaw_Agent"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__12_Factor_Apps", "version": "1.0.0", "format": "catalog", "checksum": "dc30d99187b17c3e435116de8176bb36118bf4698c7469d4435a4f4576dd2894", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/12 Factor Apps", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.243612+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.243740+00:00", "yanked_at": null, "card": {"title": "12 Factor Apps", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Perform 12-Factor App compliance analysis on any codebase. Use when evaluating application architecture, auditing SaaS applications, or reviewing cloud-nativ...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__12_Factor_Apps"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__12_Factor_Apps_Analysis", "version": "1.0.0", "format": "catalog", "checksum": "49754b550455a1ba804bcc0cafcfb6ad9ea8cfb82030ce7692b4a924e1b63d0c", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/12 Factor Apps Analysis", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.244241+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.244364+00:00", "yanked_at": null, "card": {"title": "12 Factor Apps Analysis", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "perform 12-Factor App compliance analysis on a codebase", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__12_Factor_Apps_Analysis"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__12_Rules_for_Life", "version": "1.0.0", "format": "catalog", "checksum": "02ff0b57a322d5fea12ce9bfa16bca0bd822bee95f9fc890c3a62578c16c64e5", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/12 Rules for Life", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.244892+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.245014+00:00", "yanked_at": null, "card": {"title": "12 Rules for Life", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Jordan B. Peterson's \"12 Rules for Life: An Antidote to Chaos\" \u2014 an executable toolkit for finding meaning, confronting chaos, and living responsibly. Covers...", "category": "autonomous-ai-agents", "category_label": "Autonomous Ai Agents", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__12_Rules_for_Life"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__13-Day_Sprint_Method_-_Productivity_System", "version": "1.0.0", "format": "catalog", "checksum": "c26fccb3308981d2832f64c1d4537a10e08de05b54bdca1b5a198661783754d0", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/13-Day Sprint Method - Productivity System", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.282774+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.283008+00:00", "yanked_at": null, "card": {"title": "13-Day Sprint Method - Productivity System", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Productivity system based on Maya calendar with 13 natural tones for project management and personal development", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__13-Day_Sprint_Method_-_Productivity_System"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__13-Week_Cash_Flow_Forecast", "version": "1.0.0", "format": "catalog", "checksum": "dcce9d88d6a89faeff4a7f8f200f03bcddfb655e6f72f7b0f1fef6e8136b15e8", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/13-Week Cash Flow Forecast", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.284217+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.284540+00:00", "yanked_at": null, "card": {"title": "13-Week Cash Flow Forecast", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Build and maintain a rolling 13-week cash flow forecast \u2014 the gold standard for short-term liquidity management used by CFOs, turnaround advisors, and lender...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__13-Week_Cash_Flow_Forecast"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__13_Things_Mentally_Strong_People_Don't_Do", "version": "1.0.0", "format": "catalog", "checksum": "a16fa9732f225c4000030215dcc8dd36027ea271e2fb8e4418f78503cb08bcae", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/13 Things Mentally Strong People Don't Do", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.281623+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.281860+00:00", "yanked_at": null, "card": {"title": "13 Things Mentally Strong People Don't Do", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Amy Morin's \"13 Things Mentally Strong People Don't Do\" \u2014 an executable toolkit for building mental muscle by identifying and eliminating the habits that hol...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__13_Things_Mentally_Strong_People_Don%27t_Do"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__15-Min_BTC_Sentiment", "version": "1.0.0", "format": "catalog", "checksum": "1ffe3eabd6aee548cf6c1acce21e7cba8313a4b5e40684a1559fbdd1fea209fc", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/15-Min BTC Sentiment", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.287264+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.287442+00:00", "yanked_at": null, "card": {"title": "15-Min BTC Sentiment", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Runs fast, high-signal sentiment analysis on 15-minute Bitcoin price action. Trigger on requests like \"15 min BTC\", \"15 minute bitcoin\", \"15min BTC sentiment...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__15-Min_BTC_Sentiment"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__163_Email_Monitor", "version": "1.0.0", "format": "catalog", "checksum": "225623128ffec05fbeaf75c77d0c2aef21944339a95839d042de8d5768734e6d", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/163 Email Monitor", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:27.744223+00:00", "quarantined": true, "taxonomy": {"category": "productivity", "category_label": "Productivity", "tags": ["163", "coremail", "email", "imap", "monitor", "smtp"]}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:27.744354+00:00", "yanked_at": null, "card": {"title": "163 Email Monitor", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Connect to 163/126/yeah.net (Coremail) email via IMAP, read inbox, search emails, and send emails via SMTP. Activate when user asks to check email, read mail...", "category": "productivity", "category_label": "Productivity", "category_source": "upstream", "tags": ["163", "coremail", "email", "imap", "monitor", "smtp"], "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__163_Email_Monitor"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__163_Email_Skill_-_SMTP_Sender", "version": "1.0.0", "format": "catalog", "checksum": "7f88faa6c0d985950174266ab3faa64c0f5b3b02120073e5ec370f935b5ddba6", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/163 Email Skill - SMTP Sender", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.289515+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.289699+00:00", "yanked_at": null, "card": {"title": "163 Email Skill - SMTP Sender", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "163email skill - Send emails via 163 SMTP service with custom recipient, subject, content. Support CLI and Python import", "category": "productivity", "category_label": "Productivity", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__163_Email_Skill_-_SMTP_Sender"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__163mail", "version": "1.0.0", "format": "catalog", "checksum": "69a44187329e161e525d1e6ba067fb2333f842e499fc17189b5c9de402b7929d", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/163mail", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.290477+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.290644+00:00", "yanked_at": null, "card": {"title": "163mail", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Send, receive, search, read, reply, forward, and delete emails via 163.com using IMAP and SMTP with authorization codes.", "category": "productivity", "category_label": "Productivity", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__163mail"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1688_Distributor", "version": "1.0.0", "format": "catalog", "checksum": "8036a76c2010417cf369d53362ddf187311f9e3101026c23c0a6ba145d84eaa9", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1688 Distributor", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.312207+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.312354+00:00", "yanked_at": null, "card": {"title": "1688 Distributor", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Automate 1688.com product search, AI selection, batch distribution to your shop, and view distribution logs in one seamless workflow.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1688_Distributor"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1688_Procurement_Agent", "version": "1.0.0", "format": "catalog", "checksum": "cfc9db566f0688dfe050e532ee73670bebf7ea523fccb7251ad99603fbdfd96e", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1688 Procurement Agent", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.318024+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.318209+00:00", "yanked_at": null, "card": {"title": "1688 Procurement Agent", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "A comprehensive procurement coaching system designed for global buyers sourcing from 1688.com. Transform from novice to confident importer with practical fra...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1688_Procurement_Agent"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1688_Sourcing_Agent", "version": "1.0.0", "format": "catalog", "checksum": "8964e9f803e7c15fb14d95ca8059888bbe8106e2737da5abfb98b87db20431f0", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1688 Sourcing Agent", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.325189+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.325304+00:00", "yanked_at": null, "card": {"title": "1688 Sourcing Agent", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Your intelligent companion for mastering 1688.com procurement. This skill empowers international buyers with step-by-step guidance on supplier verification,...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1688_Sourcing_Agent"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1688_Sourcing_Assistant", "version": "1.0.0", "format": "catalog", "checksum": "c7ad8c01bc579f747ca2aeab479fd5f3612a57d3f8301d87f3f8443ff03c15c9", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1688 Sourcing Assistant", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:26.071564+00:00", "quarantined": true, "taxonomy": {"category": "domain", "category_label": "Business & Finance", "tags": ["1688", "china", "dropshipping", "ecommerce", "product-research", "profit-calculator", "sourcing"]}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:26.071691+00:00", "yanked_at": null, "card": {"title": "1688 Sourcing Assistant", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Assist e-commerce sellers in sourcing from 1688.com, calculating profit margins, and creating multi-platform product listings efficiently.", "category": "domain", "category_label": "Business & Finance", "category_source": "upstream", "tags": ["1688", "china", "dropshipping", "ecommerce", "product-research", "profit-calculator", "sourcing"], "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1688_Sourcing_Assistant"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__16_Self_Improving_Agent_Proactive_Self_Reflection", "version": "1.0.0", "format": "catalog", "checksum": "51a8f485d39160364dae371008ef01a85118e9ebdfb7d332a95208a4fe7aded0", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/16 Self Improving Agent Proactive Self Reflection", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.288040+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.288219+00:00", "yanked_at": null, "card": {"title": "16 Self Improving Agent Proactive Self Reflection", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Self-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use befo...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__16_Self_Improving_Agent_Proactive_Self_Reflection"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__17TRACK", "version": "1.0.0", "format": "catalog", "checksum": "ca12b798152d845efdabf3ce0ee5c0891bfe14a719edeef22a8f5d7d06804082", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/17TRACK", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.337735+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.337860+00:00", "yanked_at": null, "card": {"title": "17TRACK", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Track parcels and shipments via the 17TRACK API. Manage a local SQLite database of tracked packages with automatic status polling, webhook ingestion, and dai...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__17TRACK"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__17ce_Speedtest", "version": "1.0.0", "format": "catalog", "checksum": "e470167f12212535cad3667ab657085b9172310513b276d3f17e0b5ea3b31849", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/17ce Speedtest", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.338332+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.338445+00:00", "yanked_at": null, "card": {"title": "17ce Speedtest", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "17CE Global Website Speed Test Tool. Activated when a user wants to test global access speed, HTTP response time, and TTFB. Retrieves real-time speed data fr...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__17ce_Speedtest"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__17track_package_tracking", "version": "1.0.0", "format": "catalog", "checksum": "2faf84ca602a13b2d9b76c5a0db018cd18e1e4ee8986a788044be5aafb7e8a26", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/17track package tracking", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.338938+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.339107+00:00", "yanked_at": null, "card": {"title": "17track package tracking", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Track parcels via the 17TRACK API (local SQLite DB, polling + optional webhook ingestion)", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__17track_package_tracking"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__19_API_Gateway", "version": "1.0.0", "format": "catalog", "checksum": "d4ab8822c46c690bed49c8361e83f9e907c3f3923f67d9bc817360f6334fd8ad", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/19 API Gateway", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.340500+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.341956+00:00", "yanked_at": null, "card": {"title": "19 API Gateway", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__19_API_Gateway"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1Panel__Appstore_skill", "version": "1.0.0", "format": "catalog", "checksum": "e0a27df4f4a6755b7e5e3f197d89542c740bda3f1cce7fc8fbccb582d8f92a9a", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1Panel  Appstore skill", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.342742+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.342930+00:00", "yanked_at": null, "card": {"title": "1Panel  Appstore skill", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Create 1Panel appstore/local-app installation packages for Dockerized applications from official repositories, Docker images, docker-compose.yml files, or a...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1Panel__Appstore_skill"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1Password", "version": "1.0.0", "format": "catalog", "checksum": "219301203af339fc75f0e3c14628aed08031ea4816557a38c7e3a4eb1f5647b0", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1Password", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.344135+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.344268+00:00", "yanked_at": null, "card": {"title": "1Password", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "1Password (1password.com). Use this skill for ANY 1Password request \u2014 searching and reading data. Whenever a task involves 1Password, use this skill instead...", "category": "security", "category_label": "Security", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1Password"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1Password_Cli_For_Agents", "version": "1.0.0", "format": "catalog", "checksum": "e9496d73e3f377126f9fdda08abd2f4bdca1d71487d7be1ffb3a713ea3984ac5", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1Password Cli For Agents", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.345538+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.345669+00:00", "yanked_at": null, "card": {"title": "1Password Cli For Agents", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Securely access and manage secrets with 1Password CLI using a Service Account token for vault operations like read, write, edit, and delete.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1Password_Cli_For_Agents"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1Password_Events_API", "version": "1.0.0", "format": "catalog", "checksum": "ac11a94ead414615ab3c8c9b49b4622a0bc9da3f467b0f990f13093b8955166b", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1Password Events API", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.346249+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.346407+00:00", "yanked_at": null, "card": {"title": "1Password Events API", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "1Password Events API (1password.com). Use this skill for ANY 1Password Events API request \u2014 searching and reading data. Whenever a task involves 1Password Ev...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1Password_Events_API"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1Password_Service_Account", "version": "1.0.0", "format": "catalog", "checksum": "b0a5df6e1430ece4ddfc25d5bfd44c247269b42572371560b26490ea58d03944", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1Password Service Account", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.347030+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.347197+00:00", "yanked_at": null, "card": {"title": "1Password Service Account", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Securely inject secrets from 1Password into agent workflows. Uses service accounts with op run/.env.tpl as the primary pattern, op read as fallback. Includes...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1Password_Service_Account"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1Password_Web_UI", "version": "1.0.0", "format": "catalog", "checksum": "d3254241d5251054c6d5d4efa6ab4326adf912fa8ea62463697b5952b436f096", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1Password Web UI", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.347733+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.347881+00:00", "yanked_at": null, "card": {"title": "1Password Web UI", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "1Password UI tab for OpenClaw dashboard. Manage secrets, credential mappings, and auth state from the Control UI.", "category": "security", "category_label": "Security", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1Password_Web_UI"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1Person", "version": "1.0.0", "format": "catalog", "checksum": "230f2f4db2b1528dfcf5a776c42dc766c0f76d74aafd3d2d1e8f2a76c830812f", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1Person", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.348386+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.348523+00:00", "yanked_at": null, "card": {"title": "1Person", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Your personal AI assistant platform \u2014 multi-agent orchestration, task management, and autonomous workflow execution.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1Person"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1Person_Pro", "version": "1.0.0", "format": "catalog", "checksum": "b9191ea301d32ba88d218d278163ed3281d5f78c1bd12ee264c73266dda9df58", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1Person Pro", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.349059+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.349195+00:00", "yanked_at": null, "card": {"title": "1Person Pro", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Your personal AI assistant platform \u2014 multi-agent orchestration, task management, and autonomous workflow execution.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1Person_Pro"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1ShotPoster", "version": "1.0.0", "format": "catalog", "checksum": "5d6297e682a075e93449ef58a6ba84623b69106b7a9ebb27053d84e6b2d1e20b", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1ShotPoster", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.349682+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.349828+00:00", "yanked_at": null, "card": {"title": "1ShotPoster", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Create print-ready academic posters from papers or project pages in one request, producing editable source, final PDF/PNG, local assets, logos, QR codes, and...", "category": "research", "category_label": "Research", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1ShotPoster"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1asd1", "version": "1.0.0", "format": "catalog", "checksum": "ddacf63ad1c2b0d4f3de9ecabf36d0fbf1629c51de500f214649233a6db0e514", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1asd1", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.350658+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.350822+00:00", "yanked_at": null, "card": {"title": "1asd1", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Get current weather, multi-day forecasts, clothing index, and feels-like temperature. No API key required. Use when a user wants to: (1) Check current weathe...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1asd1"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1claw", "version": "1.0.0", "format": "catalog", "checksum": "75ce195ef6e6095e47583ecaf3fa4292e87934e63ed3ad35d2b5cf44b374b6da", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1claw", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.353928+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.354093+00:00", "yanked_at": null, "card": {"title": "1claw", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "HSM-backed secret management for AI agents \u2014 store, retrieve, rotate, and share secrets via the 1Claw vault without exposing them in context.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1claw"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1coos-markdown-converter", "version": "1.0.0", "format": "catalog", "checksum": "7f8fa8158996e4efa7e307b0570b2014304dced0b29a3f0a581f79e7970515bc", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1coos-markdown-converter", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.358533+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.358774+00:00", "yanked_at": null, "card": {"title": "1coos-markdown-converter", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Convert files to beautifully formatted Markdown. TRIGGER when user asks to convert a file to Markdown, extract text from PDF/DOCX/PPTX/XLSX, or format a docu...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1coos-markdown-converter"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1coos-quickie", "version": "1.0.0", "format": "catalog", "checksum": "bdf0c17c0e2c9fdfe835ef096d11631471473624a3e1eb59c43153e24ee7cbf8", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1coos-quickie", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.359641+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.359787+00:00", "yanked_at": null, "card": {"title": "1coos-quickie", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Quickly save web content as formatted Markdown. TRIGGER when user pastes a URL and wants to save/clip it, read-later, or extract content from YouTube, Twitte...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1coos-quickie"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1inch", "version": "1.0.0", "format": "catalog", "checksum": "135068221ecf28dbb20b320985af2775fd2805938a1beeaa024b473cf877b58f", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1inch", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.361747+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.361979+00:00", "yanked_at": null, "card": {"title": "1inch", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Provides 1inch API v5.2 client to get optimal DEX trade quotes and execute token swaps across multiple chains with gas and slippage control.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1inch"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1ly_Payments", "version": "1.0.0", "format": "catalog", "checksum": "7a44e21bbfe1002e8edf470786d096319a2ce54ed34b0b8aebed3718deb387f8", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1ly Payments", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.366096+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other", "tags": ["apis", "base", "monetization", "payment", "payments", "solana", "usdc", "x402"]}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.366773+00:00", "yanked_at": null, "card": {"title": "1ly Payments", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Agent-native payments via 1ly MCP. Use when the user needs x402 payment handling, to accept USDC for APIs/services, to pay for paid APIs, to create stores or...", "tags": ["apis", "base", "monetization", "payment", "payments", "solana", "usdc", "x402"], "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1ly_Payments"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1p.io_Shortlink_API", "version": "1.0.0", "format": "catalog", "checksum": "71e1a5d6582eab664447535bec47fc209cc3297f8c4f782ad75cd4a3cf48fa7d", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1p.io Shortlink API", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.369398+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.369563+00:00", "yanked_at": null, "card": {"title": "1p.io Shortlink API", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Create short URLs and submit feature requests using 1p.io. Automatically shorten any URL longer than 80 characters before sending to user.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1p.io_Shortlink_API"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1panel-skills", "version": "1.0.0", "format": "catalog", "checksum": "ce28be35c6d2386690ddfe18abe1248dc63a47a0411da981699787557ecc5e9f", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1panel-skills", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.373562+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.373728+00:00", "yanked_at": null, "card": {"title": "1panel-skills", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "1Panel operation skill for agent runtimes. Use when the user wants an assistant to interact with a 1Panel instance for resource monitoring, websites, certifi...", "category": "creative", "category_label": "Creative", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1panel-skills"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1panel_Skill", "version": "1.0.0", "format": "catalog", "checksum": "67e5ba473c798f5e3c50a4c1793c234bf109f35709b58bf7c976d24a36b6bff1", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1panel Skill", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.371709+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.371897+00:00", "yanked_at": null, "card": {"title": "1panel Skill", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Comprehensive 1Panel server management skill for AI agents. Manage Linux servers, Docker containers, databases, websites, SSL certificates, and more through...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1panel_Skill"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1password", "version": "1.0.5", "format": "catalog", "checksum": "52a2a76ec1368397fb09dda7f53affbc654700095c5246541f2d554c01661912", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1password", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T22:21:44.574839+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T22:21:44.575164+00:00", "yanked_at": null, "card": {"title": "1password", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.", "category": "security", "category_label": "Security", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1password"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1password.Bak", "version": "1.0.0", "format": "catalog", "checksum": "8612378d74563f7e930418090b1fd31f0afaa9c2efa231e557022eeb9ae3c5d4", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1password.Bak", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.385649+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.385792+00:00", "yanked_at": null, "card": {"title": "1password.Bak", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1password.Bak"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1password.Old", "version": "1.0.0", "format": "catalog", "checksum": "843f7e6e0a06e9815e264cfab88dc283153e9349b2fad99ed37bc819a2893bc8", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1password.Old", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.386448+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.386586+00:00", "yanked_at": null, "card": {"title": "1password.Old", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1password.Old"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1password_1.0.1", "version": "1.0.0", "format": "catalog", "checksum": "16adf5276b6df6883c4fd81a113db43d8a235f437d46364f04cb09e4ea382e06", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1password 1.0.1", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.380823+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.380987+00:00", "yanked_at": null, "card": {"title": "1password 1.0.1", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1password_1.0.1"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1password_1.0.1.Zip", "version": "1.0.0", "format": "catalog", "checksum": "d9d553bc28d1285ef61483c5e66fb978948b317abd986ce0ff13b33b3dee4a85", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1password 1.0.1.Zip", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.381700+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.381885+00:00", "yanked_at": null, "card": {"title": "1password 1.0.1.Zip", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1password_1.0.1.Zip"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1password_Cli.Bak", "version": "1.0.0", "format": "catalog", "checksum": "9118f10065b285c8314d7b06a2a34a1898fa9435b7ab2c8c9c96cad8f0d035a5", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1password Cli.Bak", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.382477+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.382631+00:00", "yanked_at": null, "card": {"title": "1password Cli.Bak", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Securely access and manage secrets using 1Password CLI with a Service Account token for reading, writing, and editing items in a dedicated vault.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1password_Cli.Bak"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1password_Hardened", "version": "1.0.0", "format": "catalog", "checksum": "311eb32a555a8242ba6041f90f6afd88b749a20eb21dd8d0326c6919af8a62e1", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1password Hardened", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.383214+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.383392+00:00", "yanked_at": null, "card": {"title": "1password Hardened", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1password_Hardened"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1password_Local", "version": "1.0.0", "format": "catalog", "checksum": "1076487497d6b1d95d4a5c5df6d7679a92638c71e74c161e9091102bd67e8e3e", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1password Local", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.383908+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.384069+00:00", "yanked_at": null, "card": {"title": "1password Local", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1password_Local"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__1password_Temp", "version": "1.0.0", "format": "catalog", "checksum": "c2f2fb58aa6431422023d775595cb2b330f08747318f8e94deea8c4e633120bd", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/1password Temp", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.384735+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.384881+00:00", "yanked_at": null, "card": {"title": "1password Temp", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__1password_Temp"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__2", "version": "1.0.0", "format": "catalog", "checksum": "2729510bf2425964906e6a2c0e273316457dae375215444cc6d5ece92456c81b", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/2", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.389363+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.389528+00:00", "yanked_at": null, "card": {"title": "2", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "A comprehensive prompt-based skill about the number 2. This skill provides rich knowledge covering the mathematical properties, history, cultural significanc...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__2"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__200iq-ai-agent", "version": "1.0.0", "format": "catalog", "checksum": "a5955e0e5714ad0972c3bc0fbcf26dfbca103278cb7649e85ed97c7dde9d9cf3", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/200iq-ai-agent", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.391004+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.391205+00:00", "yanked_at": null, "card": {"title": "200iq-ai-agent", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Enhance your AI with optimized planning, ROI-based decisions, self-correction, and execution for complex tasks and measurable results.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__200iq-ai-agent"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__20206_02_10_Clawhub_Summarize_1.0.0", "version": "1.0.0", "format": "catalog", "checksum": "b46e318090a43a38d2540600ce7dc783dfd6d2a619e9c2d5bc4026f9637661b9", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/20206 02 10 Clawhub Summarize 1.0.0", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.391994+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.392194+00:00", "yanked_at": null, "card": {"title": "20206 02 10 Clawhub Summarize 1.0.0", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__20206_02_10_Clawhub_Summarize_1.0.0"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__2026-3-22dataset", "version": "1.0.0", "format": "catalog", "checksum": "ee5f85065b5da74a53aaa9443c28e94fce67e239673d5e38f40e517f72f788fc", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/2026-3-22dataset", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.395923+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.396123+00:00", "yanked_at": null, "card": {"title": "2026-3-22dataset", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Use for RAGFlow dataset tasks: create, list, inspect, update, or delete datasets; upload, list, update, or delete documents; start or stop parsing; check par...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__2026-3-22dataset"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__2026_02_10_Clawhub_Base_Wallet_1.5.0", "version": "1.0.0", "format": "catalog", "checksum": "48261d338dbb03285029634f339b1e37a37b2f3ebd5906235105fd3bddd9e755", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/2026 02 10 Clawhub Base Wallet 1.5.0", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.392955+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.393108+00:00", "yanked_at": null, "card": {"title": "2026 02 10 Clawhub Base Wallet 1.5.0", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "\ud83d\udd10 Base Wallet - Crypto Identity for AI Agents. Create wallets, sign messages (SIWE), send transactions programmatically. No browser extensions, no human intervention. The foundation for autonomous Web3 agents.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__2026_02_10_Clawhub_Base_Wallet_1.5.0"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__2026_02_10_Clawhub_Clawvault_1.5.1", "version": "1.0.0", "format": "catalog", "checksum": "c0d234359800275bcf1a4492d4659ae833a0790235f2e4b836ed8cf59e3ab65d", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/2026 02 10 Clawhub Clawvault 1.5.1", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.394378+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.394547+00:00", "yanked_at": null, "card": {"title": "2026 02 10 Clawhub Clawvault 1.5.1", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Structured memory system for OpenClaw agents. Context death resilience (checkpoint/recover), structured storage, Obsidian-compatible markdown, local semantic search, and session transcript repair.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__2026_02_10_Clawhub_Clawvault_1.5.1"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__2037", "version": "1.0.0", "format": "catalog", "checksum": "e3371b9a46ec70c0cdfd180785b4e8cc66e0406f1c3cd8dc1cd81e22e432d16f", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/2037", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.398648+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.398825+00:00", "yanked_at": null, "card": {"title": "2037", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "OpenClaw-based SLG game. Multiplayer, real-time commands, planning. Battle with other lobsters, build alliances. Use when user says \"2037\" or \"earth2037\" and...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__2037"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__20_Agent_Security_Questions", "version": "1.0.0", "format": "catalog", "checksum": "4008dcde64ef6cf55afa2e53f1ba864e87b66c0c39b18516c61a75c33dea8a34", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/20 Agent Security Questions", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.390142+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.390309+00:00", "yanked_at": null, "card": {"title": "20 Agent Security Questions", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Automation skill for 20 Agent Security Questions.", "category": "security", "category_label": "Security", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__20_Agent_Security_Questions"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__2134", "version": "1.0.0", "format": "catalog", "checksum": "8c8974c89d1d362d4ff8990a01cffc4db5151e23bb8b7bac7236d79cec280c50", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/2134", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.400769+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.400904+00:00", "yanked_at": null, "card": {"title": "2134", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Use for RAGFlow dataset and retrieval tasks: create, list, inspect, update, or delete datasets; list, upload, update, or delete documents in a dataset; start...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__2134"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__24Konbini_-_Agent_Marketplace_&_Bank", "version": "1.0.0", "format": "catalog", "checksum": "21629def3fa30697a6bac9498bdaf578f862688afa2917276e30a9531614c5c2", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/24Konbini - Agent Marketplace & Bank", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.403712+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.403852+00:00", "yanked_at": null, "card": {"title": "24Konbini - Agent Marketplace & Bank", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "The first marketplace and bank for AI agents. Run a storefront, trade digital goods, earn USDC on Base.", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__24Konbini_-_Agent_Marketplace_%26_Bank"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__26_Multi_Search_Engine", "version": "1.0.0", "format": "catalog", "checksum": "1c22a02641ade36806b4947351d055f61b3f86039756754f610f36aabef1610b", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/26 Multi Search Engine", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.404391+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.404551+00:00", "yanked_at": null, "card": {"title": "26 Multi Search Engine", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__26_Multi_Search_Engine"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__27_Automation_Workflows", "version": "1.0.0", "format": "catalog", "checksum": "8eb1f27e5e1d80718a85bdb3b06dcfb215159f85d86a045feeb8ed0f22877066", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/27 Automation Workflows", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.405057+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.405196+00:00", "yanked_at": null, "card": {"title": "27 Automation Workflows", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building wor...", "category": "productivity", "category_label": "Productivity", "category_source": "derived", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__27_Automation_Workflows"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__2Captcha", "version": "1.0.0", "format": "catalog", "checksum": "5354eab4105d585f70767a91f58d9f8f79eda1271f74990ee60a633e1c9518bb", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/2Captcha", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:27.744886+00:00", "quarantined": true, "taxonomy": {"category": "productivity", "category_label": "Productivity", "tags": ["automation", "captcha", "cli"]}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:27.745045+00:00", "yanked_at": null, "card": {"title": "2Captcha", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Solve CAPTCHAs with 2Captcha from the command line during browser automation.", "category": "productivity", "category_label": "Productivity", "category_source": "upstream", "tags": ["automation", "captcha", "cli"], "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__2Captcha"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__2Chat", "version": "1.0.0", "format": "catalog", "checksum": "0ff462289e4ebdae94a6080265cbd49fca56a924fab0fc5078c7dfe12721d62a", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/2Chat", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.405811+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.405966+00:00", "yanked_at": null, "card": {"title": "2Chat", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "2Chat (2chat.co). Use this skill for ANY 2Chat request \u2014 reading, creating, and updating data. Whenever a task involves 2Chat, use this skill instead of call...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__2Chat"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__2O_Human_Verification", "version": "1.0.0", "format": "catalog", "checksum": "4bca9cdcb8700dae2e26f5b9df7af8ce385010e99012094db55c686eab089161", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/2O Human Verification", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:22.510612+00:00", "quarantined": true, "taxonomy": {"category": "autonomous-ai-agents", "category_label": "AI Agents", "tags": ["agents", "api", "fact-checking", "human-in-the-loop", "verification"]}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:22.510883+00:00", "yanked_at": null, "card": {"title": "2O Human Verification", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Human verification for AI agents. Submit claims, draft responses, or observation requests to human domain experts via the 2O API. Returns structured verdicts...", "category": "autonomous-ai-agents", "category_label": "AI Agents", "category_source": "upstream", "tags": ["agents", "api", "fact-checking", "human-in-the-loop", "verification"], "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__2O_Human_Verification"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__2nd_Brain", "version": "1.0.0", "format": "catalog", "checksum": "6ad0aebfee209d9dfe0a08e58f08ecf855ded57f98b100c6abb9b32ae4b917dc", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/2nd Brain", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.407369+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.407505+00:00", "yanked_at": null, "card": {"title": "2nd Brain", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Personal knowledge base for capturing and retrieving information about people, places, restaurants, games, tech, events, media, ideas, and organizations. Use...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__2nd_Brain"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__2skill", "version": "1.0.0", "format": "catalog", "checksum": "67e7709928c0d6ebc5209e941c7a5269d7af8c5b8bddb1f6e4defec22ebba057", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/2skill", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:31.407996+00:00", "quarantined": true, "taxonomy": {"category": "other", "category_label": "Other"}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:31.408152+00:00", "yanked_at": null, "card": {"title": "2skill", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Generate product requirement documents (PRD) with a complete structure for product design and requirement writing. Use when the user asks for PRD, \u4ea7\u54c1\u9700\u6c42\u6587\u6863, \u4ea7\u54c1...", "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__2skill"}}, {"tenant_id": "community-quarantine", "name": "community__axehub:ClawHub__ClawHub__3-Layer_Token_Compressor_\u2014_Cut_AI_API_Costs_40-60%", "version": "1.0.0", "format": "catalog", "checksum": "16217a409951d5d8df0272db4a6ba2f589ea35c9163beed6be751f7357e21511", "metadata": {"source": "axehub:ClawHub", "external_id": "ClawHub/3-Layer Token Compressor \u2014 Cut AI API Costs 40-60%", "homepage": "", "verified": false, "use_count": 0, "federated_at": "2026-09-10T06:04:26.074498+00:00", "quarantined": true, "taxonomy": {"category": "domain", "category_label": "Business & Finance", "tags": ["api-costs", "compression", "cost-reduction", "ollama", "token-optimization", "budget", "prompt-optimization"]}}, "created_by": "federate-cron", "created_at": "2026-09-10T06:04:26.074960+00:00", "yanked_at": null, "card": {"title": "3-Layer Token Compressor \u2014 Cut AI API Costs 40-60%", "source": "axehub:ClawHub", "verified": false, "use_count": 0, "description": "Pre-process prompts through 3 compression layers before sending to paid APIs. Uses a local Ollama model to intelligently compress messages and summarize hist...", "category": "domain", "category_label": "Business & Finance", "category_source": "upstream", "tags": ["api-costs", "compression", "cost-reduction", "ollama", "token-optimization", "budget", "prompt-optimization"], "install": "curl -s https://operator.axe.onl/v1/skills/community__axehub%3AClawHub__ClawHub__3-Layer_Token_Compressor_%E2%80%94_Cut_AI_API_Costs_40-60%25"}}]