[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-steipete-blucli-de":3,"guides-for-steipete-blucli":1214,"similar-k17af6jy0r4cmmf7js1mzdcffn86me62-de":1215},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":226,"parentExtension":248,"providers":249,"relations":254,"repo":256,"tags":1211,"workflow":1212},1778697652123.8906,"k17af6jy0r4cmmf7js1mzdcffn86me62",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"BluOS CLI (blu) for discovery, playback, grouping, and volume.",{"claudeCode":12},"steipete/clawdis","blucli","https://github.com/steipete/clawdis",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":241},1778698407886.4216,"kn776mj9xjrcfe12k3pe5vqegs86ne6s","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem addressed: controlling BluOS devices for discovery, playback, grouping, and volume.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The CLI offers a specialized interface for BluOS control, going beyond basic LLM capabilities by providing direct command-line access and specific functionalities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension appears to be production-ready, offering a complete lifecycle for controlling BluOS devices through its CLI commands.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on controlling BluOS devices, adhering to a single domain and workflow.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately and concisely reflects the extension's capabilities.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The CLI exposes narrow verb-noun tools for BluOS control, such as 'devices', 'status', 'play', 'pause', 'stop', and 'volume set'.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md file adequately documents target selection priorities and common tasks, and the CLI's parameters are inferable from the quick start and common tasks.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like 'devices', 'status', 'play', 'pause', 'volume', and 'group' are descriptive and relevant to the BluOS domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The CLI commands appear to take specific arguments and return relevant output for BluOS control, not excessive data.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is distributed under the MIT license, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits as of May 13, 2026, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The extension is a single Go binary and does not appear to have external runtime dependencies that require specific management.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The CLI does not appear to handle or expose secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The extension is a self-contained CLI tool and does not load external data or scripts, mitigating injection risks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The extension is a single Go binary and does not fetch remote content at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","As a CLI tool, it operates within the user's environment but is not designed to modify files outside its intended scope or the project directory.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","There are no indications of detached processes or sandbox escape primitives in the provided source.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The CLI tool's function is to control local audio devices and does not involve submitting user data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden steering tricks, and descriptions are clean.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The extension is a Go binary, and its source code is not obfuscated.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The CLI tool's functionality is self-contained and does not make assumptions about the user's project structure.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 issues opened and 0 issues closed in the last 90 days, indicating no recent activity or issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The SKILL.md frontmatter includes a versioning scheme and the Go installation module specifies `@latest`, indicating a managed release process.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The CLI's Go implementation likely includes standard validation for its arguments.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The operations performed by the CLI (playback, grouping, volume) are not inherently destructive and do not require explicit confirmation gates.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The Go CLI is expected to have robust error handling, exiting non-zero on failure and providing meaningful messages.",{"category":111,"check":115,"severity":63,"summary":116},"Logging","The skill does not perform destructive actions or outbound calls that would typically require a local audit log.",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","The CLI tool controls local audio devices and does not process personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The tool controls local audio devices and has no regional restrictions, making it global.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","As a Go binary, it is generally cross-platform compatible and installs via a standard Go module command.",{"category":44,"check":128,"severity":24,"summary":129},"README","A README exists, but it describes the OpenClaw project and not the blucli tool itself. The SKILL.md file serves as the primary documentation for blucli.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The CLI exposes a reasonable number of tools for BluOS control, aligning with the '3-10 tools exposed' guideline.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The tools exposed by the CLI (e.g., play, pause, stop) cover distinct actions and do not appear to have overlapping near-synonyms.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features related to BluOS control are implemented by the CLI.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The SKILL.md provides clear installation instructions via Go and a quick start example for basic usage.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","As a Go CLI, it is expected to provide actionable error messages upon failure.",{"category":104,"check":148,"severity":63,"summary":149},"Pinned dependencies","The extension is a single Go binary and does not rely on external dependencies that would require pinning.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The CLI's operations are not state-changing in a way that would necessitate a dry-run preview.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The CLI interacts with local devices and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":118,"check":158,"severity":63,"summary":159},"Telemetry opt-in","This is a CLI tool and does not emit telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The SKILL.md clearly defines the purpose of controlling BluOS devices and provides triggers for its use.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability of the blucli tool.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is concise and focuses on the CLI's functionality and usage.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md content is concise and does not require progressive disclosure to separate lengthy procedures.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This CLI tool is not designed for deep exploration or code review, making this check not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides a clear 'Quick start' and 'Common tasks' section with actionable examples.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation implicitly handles edge cases by detailing target selection priority and common tasks, and Go's error handling would surface issues.",{"category":111,"check":183,"severity":63,"summary":184},"Tool Fallback","This skill is a standalone CLI tool and does not rely on external MCP servers or have fallbacks.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","As a CLI tool, it's expected to halt on unexpected states and report errors, with Go's runtime handling much of this.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The blucli tool operates independently and does not implicitly rely on other skills.",1778698407785,"This extension provides a command-line interface (CLI) tool named 'blu' for discovering, controlling playback, managing device groupings, and adjusting volume for BluOS-enabled audio systems. It supports various methods for target device selection and offers JSON output for scripting.",[195,196,197,198,199,200],"Discovery of BluOS devices","Playback control (play, pause, stop)","Device grouping management","Volume control","TuneIn search and playback","JSON output for scripting",[202,203,204],"Controlling non-BluOS audio systems.","Providing a graphical user interface for device control.","Managing music library content beyond playback.","3.0.0","4.4.0","To provide a convenient and scriptable command-line interface for managing BluOS audio devices, enabling users to control music playback, device settings, and streaming services directly from their terminal.","The extension is a well-documented and robust CLI tool with a clear purpose and strong adherence to best practices. Its primary documentation is in SKILL.md, which is concise and effective.",99,"A well-documented and robust CLI tool for controlling BluOS audio devices.",[212,213,214,215,216],"cli","audio","streaming","bluos","automation","global","verified",[220,221,222,223],"Automating music playback on BluOS devices via scripts.","Quickly checking the status of audio devices and groups.","Centrally managing volume and playback across multiple networked speakers.","Controlling audio playback without needing a graphical interface.",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"popularity":235,"security":237,"testCoverage":240},{"hasLockfile":226},true,1778698391631,{"descriptionLength":229,"readmeSize":230},62,86172,{"closedIssues90d":8,"forks":232,"hasChangelog":226,"openIssues90d":8,"pushedAt":233,"stars":234},76893,1778697576000,371556,{"npmDownloads":236},4624697,{"hasNpmPackage":226,"license":238,"smitheryVerified":239},"MIT",false,{"hasCi":226,"hasTests":226},{"updatedAt":242},1778698407886,{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":247},"skills/blucli","steipete","clawdis","skill",null,{"evaluate":250,"extract":252},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":251,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":253},"HEAD",{"repoId":255},"kd738npxg9yh3xf3vddzy9fyfh86nhng",{"_creationTime":257,"_id":255,"identity":258,"providers":259,"workflow":1206},1778697628325.5796,{"githubOwner":245,"githubRepo":246,"sourceUrl":14},{"classify":260,"discover":1191,"extract":1194,"github":1195,"npm":1205},{"commitSha":253,"extensions":261},[262,273,281,289,297,305,313,321,329,337,348,356,364,372,380,390,398,408,416,424,432,440,448,456,464,472,480,488,499,507,515,523,531,539,672,683,691,699,707,719,727,735,743,751,756,764,772,780,788,796,804,812,820,828,836,844,852,864,872,880,894,902,910,918,926,934,944,952,960,968,976,984,992,1000,1020,1028,1036,1044,1052,1060,1072,1080,1088,1100,1108,1118,1126,1134,1142,1150,1160],{"basePath":263,"description":264,"displayName":265,"installMethods":266,"rationale":267,"selectedPaths":268,"source":272,"sourceLanguage":18,"type":247},".agents/skills/clawdtributor","Use for OpenClaw clawtributors PR/issue triage: Discrawl discovery, live-open rechecks, deep review, topic grouping, and compact @handle/LOC/type/blast/verification summaries.","clawdtributor",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/clawdtributor/SKILL.md",[269],{"path":270,"priority":271},"SKILL.md","mandatory","rule",{"basePath":274,"description":275,"displayName":276,"installMethods":277,"rationale":278,"selectedPaths":279,"source":272,"sourceLanguage":18,"type":247},".agents/skills/clawsweeper","Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.","clawsweeper",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/clawsweeper/SKILL.md",[280],{"path":270,"priority":271},{"basePath":282,"description":283,"displayName":284,"installMethods":285,"rationale":286,"selectedPaths":287,"source":272,"sourceLanguage":18,"type":247},".agents/skills/crabbox","Use Crabbox for OpenClaw remote validation across Linux, macOS, Windows, and WSL2. Default to Blacksmith Testbox for broad Linux proof; includes direct Blacksmith and owned AWS/Hetzner fallback notes when Crabbox fails.","crabbox",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/crabbox/SKILL.md",[288],{"path":270,"priority":271},{"basePath":290,"description":291,"displayName":292,"installMethods":293,"rationale":294,"selectedPaths":295,"source":272,"sourceLanguage":18,"type":247},".agents/skills/discord-clawd","Use to talk to the Discord-backed OpenClaw agent/session; not for archive search.","discord-clawd",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/discord-clawd/SKILL.md",[296],{"path":270,"priority":271},{"basePath":298,"description":299,"displayName":300,"installMethods":301,"rationale":302,"selectedPaths":303,"source":272,"sourceLanguage":18,"type":247},".agents/skills/gitcrawl","Use gitcrawl for OpenClaw issue and PR archive search, duplicate discovery, related-thread clustering, and local GitHub mirror freshness checks.","gitcrawl",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/gitcrawl/SKILL.md",[304],{"path":270,"priority":271},{"basePath":306,"description":307,"displayName":308,"installMethods":309,"rationale":310,"selectedPaths":311,"source":272,"sourceLanguage":18,"type":247},".agents/skills/openclaw-debugging","Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.","openclaw-debugging",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-debugging/SKILL.md",[312],{"path":270,"priority":271},{"basePath":314,"description":315,"displayName":316,"installMethods":317,"rationale":318,"selectedPaths":319,"source":272,"sourceLanguage":18,"type":247},".agents/skills/openclaw-docs","Write or review high-quality OpenClaw developer documentation.","openclaw-docs",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-docs/SKILL.md",[320],{"path":270,"priority":271},{"basePath":322,"description":323,"displayName":324,"installMethods":325,"rationale":326,"selectedPaths":327,"source":272,"sourceLanguage":18,"type":247},".agents/skills/openclaw-ghsa-maintainer","Inspect, patch, validate, publish, or confirm OpenClaw GHSA security advisories and private-fork state.","openclaw-ghsa-maintainer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-ghsa-maintainer/SKILL.md",[328],{"path":270,"priority":271},{"basePath":330,"description":331,"displayName":332,"installMethods":333,"rationale":334,"selectedPaths":335,"source":272,"sourceLanguage":18,"type":247},".agents/skills/openclaw-parallels-smoke","Run, rerun, debug, or interpret OpenClaw Parallels install, onboarding, gateway smoke, and upgrade checks.","openclaw-parallels-smoke",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-parallels-smoke/SKILL.md",[336],{"path":270,"priority":271},{"basePath":338,"description":339,"displayName":340,"installMethods":341,"rationale":342,"selectedPaths":343,"source":272,"sourceLanguage":18,"type":247},".agents/skills/openclaw-pr-maintainer","Use immediately for any pasted OpenClaw GitHub issue or PR URL/number, and for OpenClaw issue/PR review, triage, duplicate search, opener identity/who wrote it, author account age/activity, comments, labels, close, land, or maintainer evidence checks.","openclaw-pr-maintainer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-pr-maintainer/SKILL.md",[344,345],{"path":270,"priority":271},{"path":346,"priority":347},"scripts/github-activity.sh","low",{"basePath":349,"description":350,"displayName":351,"installMethods":352,"rationale":353,"selectedPaths":354,"source":272,"sourceLanguage":18,"type":247},".agents/skills/openclaw-pre-release-plugin-testing","Plan and run pre-release OpenClaw plugin validation across bundled plugins, package artifacts, lifecycle commands, doctor/fix, config round-trip, gateway startup, SDK compatibility, Docker E2E, Package Acceptance, and Testbox proof.","openclaw-pre-release-plugin-testing",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-pre-release-plugin-testing/SKILL.md",[355],{"path":270,"priority":271},{"basePath":357,"description":358,"displayName":359,"installMethods":360,"rationale":361,"selectedPaths":362,"source":272,"sourceLanguage":18,"type":247},".agents/skills/openclaw-qa-testing","Run, watch, debug, extend, or explain OpenClaw qa-lab and qa-channel scenarios, artifacts, and live lanes.","openclaw-qa-testing",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-qa-testing/SKILL.md",[363],{"path":270,"priority":271},{"basePath":365,"description":366,"displayName":367,"installMethods":368,"rationale":369,"selectedPaths":370,"source":272,"sourceLanguage":18,"type":247},".agents/skills/openclaw-refactor-docs","Refactor an existing OpenClaw docs page with source-audited preservation, restructuring, and verification.","openclaw-refactor-docs",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-refactor-docs/SKILL.md",[371],{"path":270,"priority":271},{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"source":272,"sourceLanguage":18,"type":247},".agents/skills/openclaw-release-maintainer","Prepare or verify OpenClaw stable/beta releases, changelogs, release notes, publish commands, and artifacts.","openclaw-release-maintainer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-release-maintainer/SKILL.md",[379],{"path":270,"priority":271},{"basePath":381,"description":382,"displayName":383,"installMethods":384,"rationale":385,"selectedPaths":386,"source":272,"sourceLanguage":18,"type":247},".agents/skills/openclaw-secret-scanning-maintainer","Triage, redact, clean up, and resolve OpenClaw GitHub Secret Scanning alerts in issues or PRs.","openclaw-secret-scanning-maintainer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-secret-scanning-maintainer/SKILL.md",[387,388],{"path":270,"priority":271},{"path":389,"priority":347},"scripts/secret-scanning.mjs",{"basePath":391,"description":392,"displayName":393,"installMethods":394,"rationale":395,"selectedPaths":396,"source":272,"sourceLanguage":18,"type":247},".agents/skills/openclaw-small-bugfix-sweep","Fix only small, high-certainty OpenClaw bugs from a pasted issue/PR list after deep code review.","openclaw-small-bugfix-sweep",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-small-bugfix-sweep/SKILL.md",[397],{"path":270,"priority":271},{"basePath":399,"description":400,"displayName":401,"installMethods":402,"rationale":403,"selectedPaths":404,"source":272,"sourceLanguage":18,"type":247},".agents/skills/openclaw-test-heap-leaks","Investigate OpenClaw pnpm test memory growth, Vitest OOMs, RSS spikes, and heap snapshot deltas.","openclaw-test-heap-leaks",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-test-heap-leaks/SKILL.md",[405,406],{"path":270,"priority":271},{"path":407,"priority":347},"scripts/heapsnapshot-delta.mjs",{"basePath":409,"description":410,"displayName":411,"installMethods":412,"rationale":413,"selectedPaths":414,"source":272,"sourceLanguage":18,"type":247},".agents/skills/openclaw-test-performance","Benchmark, diagnose, and optimize OpenClaw test and plugin-suite runtime, import hotspots, CPU/RSS, heap growth, and slow coverage paths.","openclaw-test-performance",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-test-performance/SKILL.md",[415],{"path":270,"priority":271},{"basePath":417,"description":418,"displayName":419,"installMethods":420,"rationale":421,"selectedPaths":422,"source":272,"sourceLanguage":18,"type":247},".agents/skills/openclaw-testing","Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.","openclaw-testing",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-testing/SKILL.md",[423],{"path":270,"priority":271},{"basePath":425,"description":426,"displayName":427,"installMethods":428,"rationale":429,"selectedPaths":430,"source":272,"sourceLanguage":18,"type":247},".agents/skills/optimizetests","Optimize OpenClaw slow tests, imports, misplaced coverage, and CI wall time without dropping coverage.","optimizetests",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/optimizetests/SKILL.md",[431],{"path":270,"priority":271},{"basePath":433,"description":434,"displayName":435,"installMethods":436,"rationale":437,"selectedPaths":438,"source":272,"sourceLanguage":18,"type":247},".agents/skills/parallels-discord-roundtrip","Run macOS Parallels smoke with Discord send, host verification, host reply, and guest readback proof.","parallels-discord-roundtrip",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/parallels-discord-roundtrip/SKILL.md",[439],{"path":270,"priority":271},{"basePath":441,"description":442,"displayName":443,"installMethods":444,"rationale":445,"selectedPaths":446,"source":272,"sourceLanguage":18,"type":247},".agents/skills/security-triage","Triage OpenClaw security advisories, drafts, and GHSA reports with shipped-tag and trust-model proof.","security-triage",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/security-triage/SKILL.md",[447],{"path":270,"priority":271},{"basePath":449,"description":450,"displayName":451,"installMethods":452,"rationale":453,"selectedPaths":454,"source":272,"sourceLanguage":18,"type":247},".agents/skills/tag-duplicate-prs-issues","Use gitcrawl to search duplicate OpenClaw PRs/issues, group related work in prtags, and sync duplicate state to GitHub.","tag-duplicate-prs-issues",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/tag-duplicate-prs-issues/SKILL.md",[455],{"path":270,"priority":271},{"basePath":457,"description":458,"displayName":459,"installMethods":460,"rationale":461,"selectedPaths":462,"source":272,"sourceLanguage":18,"type":247},".agents/skills/telegram-crabbox-e2e-proof","Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.","telegram-crabbox-e2e-proof",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/telegram-crabbox-e2e-proof/SKILL.md",[463],{"path":270,"priority":271},{"basePath":465,"description":466,"displayName":467,"installMethods":468,"rationale":469,"selectedPaths":470,"source":272,"sourceLanguage":18,"type":247},"extensions/acpx/skills/acp-router","Route plain-language requests for Pi, Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions (\"telephone game\" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.","acp-router",{"claudeCode":12},"SKILL.md frontmatter at extensions/acpx/skills/acp-router/SKILL.md",[471],{"path":270,"priority":271},{"basePath":473,"description":474,"displayName":475,"installMethods":476,"rationale":477,"selectedPaths":478,"source":272,"sourceLanguage":18,"type":247},"extensions/browser/skills/browser-automation","Use when controlling web pages with the OpenClaw browser tool, especially multi-step flows, login checks, tab management, or recovery from stale refs/timeouts.","browser-automation",{"claudeCode":12},"SKILL.md frontmatter at extensions/browser/skills/browser-automation/SKILL.md",[479],{"path":270,"priority":271},{"basePath":481,"description":482,"displayName":483,"installMethods":484,"rationale":485,"selectedPaths":486,"source":272,"sourceLanguage":18,"type":247},"extensions/diffs/skills/diffs","Use the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.","diffs",{"claudeCode":12},"SKILL.md frontmatter at extensions/diffs/skills/diffs/SKILL.md",[487],{"path":270,"priority":271},{"basePath":489,"description":490,"displayName":491,"installMethods":492,"rationale":493,"selectedPaths":494,"source":272,"sourceLanguage":18,"type":247},"extensions/feishu/skills/feishu-doc","Feishu document read/write operations. Activate when user mentions Feishu docs, cloud docs, or docx links.\n","feishu-doc",{"claudeCode":12},"SKILL.md frontmatter at extensions/feishu/skills/feishu-doc/SKILL.md",[495,496],{"path":270,"priority":271},{"path":497,"priority":498},"references/block-types.md","medium",{"basePath":500,"description":501,"displayName":502,"installMethods":503,"rationale":504,"selectedPaths":505,"source":272,"sourceLanguage":18,"type":247},"extensions/feishu/skills/feishu-drive","Feishu cloud storage file management. Activate when user mentions cloud space, folders, drive.\n","feishu-drive",{"claudeCode":12},"SKILL.md frontmatter at extensions/feishu/skills/feishu-drive/SKILL.md",[506],{"path":270,"priority":271},{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":272,"sourceLanguage":18,"type":247},"extensions/feishu/skills/feishu-perm","Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators.\n","feishu-perm",{"claudeCode":12},"SKILL.md frontmatter at extensions/feishu/skills/feishu-perm/SKILL.md",[514],{"path":270,"priority":271},{"basePath":516,"description":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":272,"sourceLanguage":18,"type":247},"extensions/feishu/skills/feishu-wiki","Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.\n","feishu-wiki",{"claudeCode":12},"SKILL.md frontmatter at extensions/feishu/skills/feishu-wiki/SKILL.md",[522],{"path":270,"priority":271},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":272,"sourceLanguage":18,"type":247},"extensions/memory-wiki/skills/obsidian-vault-maintainer","Maintain an Obsidian-friendly memory wiki vault with wikilinks, frontmatter, and official Obsidian CLI awareness.","obsidian-vault-maintainer",{"claudeCode":12},"SKILL.md frontmatter at extensions/memory-wiki/skills/obsidian-vault-maintainer/SKILL.md",[530],{"path":270,"priority":271},{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":272,"sourceLanguage":18,"type":247},"extensions/memory-wiki/skills/wiki-maintainer","Maintain the OpenClaw memory wiki vault with deterministic pages, managed blocks, and source-backed updates.","wiki-maintainer",{"claudeCode":12},"SKILL.md frontmatter at extensions/memory-wiki/skills/wiki-maintainer/SKILL.md",[538],{"path":270,"priority":271},{"basePath":540,"description":541,"displayName":542,"installMethods":543,"rationale":544,"selectedPaths":545,"source":272,"sourceLanguage":18,"type":247},"extensions/open-prose/skills/prose","OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.","prose",{"claudeCode":12},"SKILL.md frontmatter at extensions/open-prose/skills/prose/SKILL.md",[546,547,550,552,554,556,558,560,562,564,566,568,570,572,574,576,578,580,582,584,586,588,590,592,594,596,598,600,602,604,606,608,610,612,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670],{"path":270,"priority":271},{"path":548,"priority":549},"LICENSE","high",{"path":551,"priority":498},"alt-borges.md",{"path":553,"priority":498},"compiler.md",{"path":555,"priority":347},"examples/01-hello-world.prose",{"path":557,"priority":347},"examples/02-research-and-summarize.prose",{"path":559,"priority":347},"examples/03-code-review.prose",{"path":561,"priority":347},"examples/04-write-and-refine.prose",{"path":563,"priority":347},"examples/05-debug-issue.prose",{"path":565,"priority":347},"examples/06-explain-codebase.prose",{"path":567,"priority":347},"examples/07-refactor.prose",{"path":569,"priority":347},"examples/08-blog-post.prose",{"path":571,"priority":347},"examples/09-research-with-agents.prose",{"path":573,"priority":347},"examples/10-code-review-agents.prose",{"path":575,"priority":347},"examples/11-skills-and-imports.prose",{"path":577,"priority":347},"examples/12-secure-agent-permissions.prose",{"path":579,"priority":347},"examples/13-variables-and-context.prose",{"path":581,"priority":347},"examples/14-composition-blocks.prose",{"path":583,"priority":347},"examples/15-inline-sequences.prose",{"path":585,"priority":347},"examples/16-parallel-reviews.prose",{"path":587,"priority":347},"examples/17-parallel-research.prose",{"path":589,"priority":347},"examples/18-mixed-parallel-sequential.prose",{"path":591,"priority":347},"examples/19-advanced-parallel.prose",{"path":593,"priority":347},"examples/20-fixed-loops.prose",{"path":595,"priority":347},"examples/21-pipeline-operations.prose",{"path":597,"priority":347},"examples/22-error-handling.prose",{"path":599,"priority":347},"examples/23-retry-with-backoff.prose",{"path":601,"priority":347},"examples/24-choice-blocks.prose",{"path":603,"priority":347},"examples/25-conditionals.prose",{"path":605,"priority":347},"examples/26-parameterized-blocks.prose",{"path":607,"priority":347},"examples/27-string-interpolation.prose",{"path":609,"priority":347},"examples/28-automated-pr-review.prose",{"path":611,"priority":347},"examples/28-gas-town.prose",{"path":613,"priority":347},"examples/29-captains-chair.prose",{"path":615,"priority":347},"examples/30-captains-chair-simple.prose",{"path":617,"priority":347},"examples/31-captains-chair-with-memory.prose",{"path":619,"priority":347},"examples/33-pr-review-autofix.prose",{"path":621,"priority":347},"examples/34-content-pipeline.prose",{"path":623,"priority":347},"examples/35-feature-factory.prose",{"path":625,"priority":347},"examples/36-bug-hunter.prose",{"path":627,"priority":347},"examples/37-the-forge.prose",{"path":629,"priority":347},"examples/38-skill-scan.prose",{"path":631,"priority":347},"examples/39-architect-by-simulation.prose",{"path":633,"priority":347},"examples/40-rlm-self-refine.prose",{"path":635,"priority":347},"examples/41-rlm-divide-conquer.prose",{"path":637,"priority":347},"examples/42-rlm-filter-recurse.prose",{"path":639,"priority":347},"examples/43-rlm-pairwise.prose",{"path":641,"priority":347},"examples/44-run-endpoint-ux-test.prose",{"path":643,"priority":347},"examples/45-plugin-release.prose",{"path":645,"priority":347},"examples/45-run-endpoint-ux-test-with-remediation.prose",{"path":647,"priority":347},"examples/46-run-endpoint-ux-test-fast.prose",{"path":649,"priority":347},"examples/46-workflow-crystallizer.prose",{"path":651,"priority":347},"examples/47-language-self-improvement.prose",{"path":653,"priority":347},"examples/48-habit-miner.prose",{"path":655,"priority":347},"examples/49-prose-run-retrospective.prose",{"path":657,"priority":347},"examples/README.md",{"path":659,"priority":347},"examples/roadmap/README.md",{"path":661,"priority":347},"examples/roadmap/iterative-refinement.prose",{"path":663,"priority":347},"examples/roadmap/parallel-review.prose",{"path":665,"priority":347},"examples/roadmap/simple-pipeline.prose",{"path":667,"priority":347},"examples/roadmap/syntax/open-prose-syntax.prose",{"path":669,"priority":498},"help.md",{"path":671,"priority":498},"prose.md",{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":272,"sourceLanguage":682,"type":247},"extensions/qqbot/skills/qqbot-channel","QQ channel management skill. Use qqbot_channel_api to list guilds and channels, inspect members, publish posts, manage announcements, and work with schedules through the QQ Open Platform HTTP API with automatic token authentication.","qqbot-channel",{"claudeCode":12},"SKILL.md frontmatter at extensions/qqbot/skills/qqbot-channel/SKILL.md",[679,680],{"path":270,"priority":271},{"path":681,"priority":498},"references/api_references.md","zh-CN",{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":272,"sourceLanguage":682,"type":247},"extensions/qqbot/skills/qqbot-media","QQBot rich media send and receive support. Use \u003Cqqmedia> tags to send image, voice, video, or file attachments, with the media type inferred from the file extension.","qqbot-media",{"claudeCode":12},"SKILL.md frontmatter at extensions/qqbot/skills/qqbot-media/SKILL.md",[690],{"path":270,"priority":271},{"basePath":692,"description":693,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":272,"sourceLanguage":682,"type":247},"extensions/qqbot/skills/qqbot-remind","QQBot scheduled reminders. Create, list, and cancel one-time or recurring reminders when a QQ conversation involves reminders, alarms, or scheduled tasks.","qqbot-remind",{"claudeCode":12},"SKILL.md frontmatter at extensions/qqbot/skills/qqbot-remind/SKILL.md",[698],{"path":270,"priority":271},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":272,"sourceLanguage":18,"type":247},"extensions/tavily/skills/tavily","Tavily web search, content extraction, and research tools.","tavily",{"claudeCode":12},"SKILL.md frontmatter at extensions/tavily/skills/tavily/SKILL.md",[706],{"path":270,"priority":271},{"basePath":708,"description":709,"displayName":710,"installMethods":711,"rationale":712,"selectedPaths":713,"source":272,"sourceLanguage":18,"type":247},"skills/1password","Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets.","1password",{"claudeCode":12},"SKILL.md frontmatter at skills/1password/SKILL.md",[714,715,717],{"path":270,"priority":271},{"path":716,"priority":498},"references/cli-examples.md",{"path":718,"priority":498},"references/get-started.md",{"basePath":720,"description":721,"displayName":722,"installMethods":723,"rationale":724,"selectedPaths":725,"source":272,"sourceLanguage":18,"type":247},"skills/apple-notes","Create, view, edit, delete, search, move, or export Apple Notes via the memo CLI on macOS.","apple-notes",{"claudeCode":12},"SKILL.md frontmatter at skills/apple-notes/SKILL.md",[726],{"path":270,"priority":271},{"basePath":728,"description":729,"displayName":730,"installMethods":731,"rationale":732,"selectedPaths":733,"source":272,"sourceLanguage":18,"type":247},"skills/apple-reminders","List, add, edit, complete, or delete Apple Reminders and reminder lists via remindctl.","apple-reminders",{"claudeCode":12},"SKILL.md frontmatter at skills/apple-reminders/SKILL.md",[734],{"path":270,"priority":271},{"basePath":736,"description":737,"displayName":738,"installMethods":739,"rationale":740,"selectedPaths":741,"source":272,"sourceLanguage":18,"type":247},"skills/bear-notes","Create, search, and manage Bear notes via grizzly CLI.","bear-notes",{"claudeCode":12},"SKILL.md frontmatter at skills/bear-notes/SKILL.md",[742],{"path":270,"priority":271},{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":272,"sourceLanguage":18,"type":247},"skills/blogwatcher","Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.","blogwatcher",{"claudeCode":12},"SKILL.md frontmatter at skills/blogwatcher/SKILL.md",[750],{"path":270,"priority":271},{"basePath":244,"description":10,"displayName":13,"installMethods":752,"rationale":753,"selectedPaths":754,"source":272,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at skills/blucli/SKILL.md",[755],{"path":270,"priority":271},{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":272,"sourceLanguage":18,"type":247},"skills/camsnap","Capture frames or clips from RTSP/ONVIF cameras.","camsnap",{"claudeCode":12},"SKILL.md frontmatter at skills/camsnap/SKILL.md",[763],{"path":270,"priority":271},{"basePath":765,"description":766,"displayName":767,"installMethods":768,"rationale":769,"selectedPaths":770,"source":272,"sourceLanguage":18,"type":247},"skills/clawhub","Search, install, update, sync, or publish agent skills with the ClawHub CLI and registry.","clawhub",{"claudeCode":12},"SKILL.md frontmatter at skills/clawhub/SKILL.md",[771],{"path":270,"priority":271},{"basePath":773,"description":774,"displayName":775,"installMethods":776,"rationale":777,"selectedPaths":778,"source":272,"sourceLanguage":18,"type":247},"skills/coding-agent","Delegate coding tasks to Codex, Claude Code, OpenCode, or Pi agents via immediate background processes. Use when: (1) building or creating features/apps, (2) reviewing PRs in a temp clone/worktree, (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-line fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (use sessions_spawn with runtime:\"acp\"), or any work in ~/clawd workspace (never spawn agents here). All coding-agent runs start with background:true immediately. Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required. Completion notification must use openclaw message send, not system event/heartbeat.","coding-agent",{"claudeCode":12},"SKILL.md frontmatter at skills/coding-agent/SKILL.md",[779],{"path":270,"priority":271},{"basePath":781,"description":782,"displayName":783,"installMethods":784,"rationale":785,"selectedPaths":786,"source":272,"sourceLanguage":18,"type":247},"skills/discord","Discord ops via the message tool (channel=discord).","discord",{"claudeCode":12},"SKILL.md frontmatter at skills/discord/SKILL.md",[787],{"path":270,"priority":271},{"basePath":789,"description":790,"displayName":791,"installMethods":792,"rationale":793,"selectedPaths":794,"source":272,"sourceLanguage":18,"type":247},"skills/eightctl","Control Eight Sleep pods (status, temperature, alarms, schedules).","eightctl",{"claudeCode":12},"SKILL.md frontmatter at skills/eightctl/SKILL.md",[795],{"path":270,"priority":271},{"basePath":797,"description":798,"displayName":799,"installMethods":800,"rationale":801,"selectedPaths":802,"source":272,"sourceLanguage":18,"type":247},"skills/gemini","Gemini CLI for one-shot Q&A, summaries, and generation.","gemini",{"claudeCode":12},"SKILL.md frontmatter at skills/gemini/SKILL.md",[803],{"path":270,"priority":271},{"basePath":805,"description":806,"displayName":807,"installMethods":808,"rationale":809,"selectedPaths":810,"source":272,"sourceLanguage":18,"type":247},"skills/gh-issues","Fetch GitHub issues, delegate fixes to subagents, open PRs, watch reviews, or run /gh-issues workflows.","gh-issues",{"claudeCode":12},"SKILL.md frontmatter at skills/gh-issues/SKILL.md",[811],{"path":270,"priority":271},{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":272,"sourceLanguage":18,"type":247},"skills/gifgrep","Search GIF providers with CLI/TUI, download results, and extract stills/sheets.","gifgrep",{"claudeCode":12},"SKILL.md frontmatter at skills/gifgrep/SKILL.md",[819],{"path":270,"priority":271},{"basePath":821,"description":822,"displayName":823,"installMethods":824,"rationale":825,"selectedPaths":826,"source":272,"sourceLanguage":18,"type":247},"skills/github","Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.","github",{"claudeCode":12},"SKILL.md frontmatter at skills/github/SKILL.md",[827],{"path":270,"priority":271},{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":272,"sourceLanguage":18,"type":247},"skills/gog","Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.","gog",{"claudeCode":12},"SKILL.md frontmatter at skills/gog/SKILL.md",[835],{"path":270,"priority":271},{"basePath":837,"description":838,"displayName":839,"installMethods":840,"rationale":841,"selectedPaths":842,"source":272,"sourceLanguage":18,"type":247},"skills/goplaces","Query Google Places for text search, place details, resolve, reviews, or scriptable JSON via goplaces.","goplaces",{"claudeCode":12},"SKILL.md frontmatter at skills/goplaces/SKILL.md",[843],{"path":270,"priority":271},{"basePath":845,"description":846,"displayName":847,"installMethods":848,"rationale":849,"selectedPaths":850,"source":272,"sourceLanguage":18,"type":247},"skills/healthcheck","Audit and harden hosts running OpenClaw for SSH, firewall, updates, exposure, cron checks, and risk posture.","healthcheck",{"claudeCode":12},"SKILL.md frontmatter at skills/healthcheck/SKILL.md",[851],{"path":270,"priority":271},{"basePath":853,"description":854,"displayName":855,"installMethods":856,"rationale":857,"selectedPaths":858,"source":272,"sourceLanguage":18,"type":247},"skills/himalaya","Use himalaya to list, read, search, compose, reply, forward, and organize IMAP/SMTP email.","himalaya",{"claudeCode":12},"SKILL.md frontmatter at skills/himalaya/SKILL.md",[859,860,862],{"path":270,"priority":271},{"path":861,"priority":498},"references/configuration.md",{"path":863,"priority":498},"references/message-composition.md",{"basePath":865,"description":866,"displayName":867,"installMethods":868,"rationale":869,"selectedPaths":870,"source":272,"sourceLanguage":18,"type":247},"skills/imsg","iMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.","imsg",{"claudeCode":12},"SKILL.md frontmatter at skills/imsg/SKILL.md",[871],{"path":270,"priority":271},{"basePath":873,"description":874,"displayName":875,"installMethods":876,"rationale":877,"selectedPaths":878,"source":272,"sourceLanguage":18,"type":247},"skills/mcporter","List, configure, authenticate, call, and inspect MCP servers/tools with mcporter over HTTP or stdio.","mcporter",{"claudeCode":12},"SKILL.md frontmatter at skills/mcporter/SKILL.md",[879],{"path":270,"priority":271},{"basePath":881,"description":882,"displayName":883,"installMethods":884,"rationale":885,"selectedPaths":886,"source":272,"sourceLanguage":18,"type":247},"skills/model-usage","Summarize CodexBar local cost logs by model for Codex or Claude, including current or full breakdowns.","model-usage",{"claudeCode":12},"SKILL.md frontmatter at skills/model-usage/SKILL.md",[887,888,890,892],{"path":270,"priority":271},{"path":889,"priority":498},"references/codexbar-cli.md",{"path":891,"priority":347},"scripts/model_usage.py",{"path":893,"priority":347},"scripts/test_model_usage.py",{"basePath":895,"description":896,"displayName":897,"installMethods":898,"rationale":899,"selectedPaths":900,"source":272,"sourceLanguage":18,"type":247},"skills/nano-pdf","Edit PDFs with natural-language instructions using the nano-pdf CLI.","nano-pdf",{"claudeCode":12},"SKILL.md frontmatter at skills/nano-pdf/SKILL.md",[901],{"path":270,"priority":271},{"basePath":903,"description":904,"displayName":905,"installMethods":906,"rationale":907,"selectedPaths":908,"source":272,"sourceLanguage":18,"type":247},"skills/node-connect","Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.","node-connect",{"claudeCode":12},"SKILL.md frontmatter at skills/node-connect/SKILL.md",[909],{"path":270,"priority":271},{"basePath":911,"description":912,"displayName":913,"installMethods":914,"rationale":915,"selectedPaths":916,"source":272,"sourceLanguage":18,"type":247},"skills/notion","Notion API for creating and managing pages, databases, and blocks.","notion",{"claudeCode":12},"SKILL.md frontmatter at skills/notion/SKILL.md",[917],{"path":270,"priority":271},{"basePath":919,"description":920,"displayName":921,"installMethods":922,"rationale":923,"selectedPaths":924,"source":272,"sourceLanguage":18,"type":247},"skills/obsidian","Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.","obsidian",{"claudeCode":12},"SKILL.md frontmatter at skills/obsidian/SKILL.md",[925],{"path":270,"priority":271},{"basePath":927,"description":928,"displayName":929,"installMethods":930,"rationale":931,"selectedPaths":932,"source":272,"sourceLanguage":18,"type":247},"skills/openai-whisper","Local speech-to-text with the Whisper CLI (no API key).","openai-whisper",{"claudeCode":12},"SKILL.md frontmatter at skills/openai-whisper/SKILL.md",[933],{"path":270,"priority":271},{"basePath":935,"description":936,"displayName":937,"installMethods":938,"rationale":939,"selectedPaths":940,"source":272,"sourceLanguage":18,"type":247},"skills/openai-whisper-api","Transcribe audio via OpenAI Audio Transcriptions API (Whisper).","openai-whisper-api",{"claudeCode":12},"SKILL.md frontmatter at skills/openai-whisper-api/SKILL.md",[941,942],{"path":270,"priority":271},{"path":943,"priority":347},"scripts/transcribe.sh",{"basePath":945,"description":946,"displayName":947,"installMethods":948,"rationale":949,"selectedPaths":950,"source":272,"sourceLanguage":18,"type":247},"skills/openhue","Control Philips Hue lights and scenes via the OpenHue CLI.","openhue",{"claudeCode":12},"SKILL.md frontmatter at skills/openhue/SKILL.md",[951],{"path":270,"priority":271},{"basePath":953,"description":954,"displayName":955,"installMethods":956,"rationale":957,"selectedPaths":958,"source":272,"sourceLanguage":18,"type":247},"skills/oracle","Use oracle CLI to bundle prompts and files for second-model debugging, refactor, design, or review checks.","oracle",{"claudeCode":12},"SKILL.md frontmatter at skills/oracle/SKILL.md",[959],{"path":270,"priority":271},{"basePath":961,"description":962,"displayName":963,"installMethods":964,"rationale":965,"selectedPaths":966,"source":272,"sourceLanguage":18,"type":247},"skills/ordercli","Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).","ordercli",{"claudeCode":12},"SKILL.md frontmatter at skills/ordercli/SKILL.md",[967],{"path":270,"priority":271},{"basePath":969,"description":970,"displayName":971,"installMethods":972,"rationale":973,"selectedPaths":974,"source":272,"sourceLanguage":18,"type":247},"skills/peekaboo","Capture and automate macOS UI with the Peekaboo CLI.","peekaboo",{"claudeCode":12},"SKILL.md frontmatter at skills/peekaboo/SKILL.md",[975],{"path":270,"priority":271},{"basePath":977,"description":978,"displayName":979,"installMethods":980,"rationale":981,"selectedPaths":982,"source":272,"sourceLanguage":18,"type":247},"skills/sag","ElevenLabs text-to-speech with mac-style say UX.","sag",{"claudeCode":12},"SKILL.md frontmatter at skills/sag/SKILL.md",[983],{"path":270,"priority":271},{"basePath":985,"description":986,"displayName":987,"installMethods":988,"rationale":989,"selectedPaths":990,"source":272,"sourceLanguage":18,"type":247},"skills/session-logs","Search and analyze your own session logs (older/parent conversations) using jq.","session-logs",{"claudeCode":12},"SKILL.md frontmatter at skills/session-logs/SKILL.md",[991],{"path":270,"priority":271},{"basePath":993,"description":994,"displayName":995,"installMethods":996,"rationale":997,"selectedPaths":998,"source":272,"sourceLanguage":18,"type":247},"skills/sherpa-onnx-tts","Local text-to-speech via sherpa-onnx (offline, no cloud)","sherpa-onnx-tts",{"claudeCode":12},"SKILL.md frontmatter at skills/sherpa-onnx-tts/SKILL.md",[999],{"path":270,"priority":271},{"basePath":1001,"description":1002,"displayName":1003,"installMethods":1004,"rationale":1005,"selectedPaths":1006,"source":272,"sourceLanguage":18,"type":247},"skills/skill-creator","Create, edit, improve, tidy, review, audit, or restructure AgentSkills and SKILL.md files.","skill-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/skill-creator/SKILL.md",[1007,1008,1010,1012,1014,1016,1018],{"path":270,"priority":271},{"path":1009,"priority":549},"license.txt",{"path":1011,"priority":347},"scripts/init_skill.py",{"path":1013,"priority":347},"scripts/package_skill.py",{"path":1015,"priority":347},"scripts/quick_validate.py",{"path":1017,"priority":347},"scripts/test_package_skill.py",{"path":1019,"priority":347},"scripts/test_quick_validate.py",{"basePath":1021,"description":1022,"displayName":1023,"installMethods":1024,"rationale":1025,"selectedPaths":1026,"source":272,"sourceLanguage":18,"type":247},"skills/slack","Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.","slack",{"claudeCode":12},"SKILL.md frontmatter at skills/slack/SKILL.md",[1027],{"path":270,"priority":271},{"basePath":1029,"description":1030,"displayName":1031,"installMethods":1032,"rationale":1033,"selectedPaths":1034,"source":272,"sourceLanguage":18,"type":247},"skills/songsee","Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.","songsee",{"claudeCode":12},"SKILL.md frontmatter at skills/songsee/SKILL.md",[1035],{"path":270,"priority":271},{"basePath":1037,"description":1038,"displayName":1039,"installMethods":1040,"rationale":1041,"selectedPaths":1042,"source":272,"sourceLanguage":18,"type":247},"skills/sonoscli","Control Sonos speakers (discover/status/play/volume/group).","sonoscli",{"claudeCode":12},"SKILL.md frontmatter at skills/sonoscli/SKILL.md",[1043],{"path":270,"priority":271},{"basePath":1045,"description":1046,"displayName":1047,"installMethods":1048,"rationale":1049,"selectedPaths":1050,"source":272,"sourceLanguage":18,"type":247},"skills/spotify-player","Terminal Spotify playback/search via spogo (preferred) or spotify_player.","spotify-player",{"claudeCode":12},"SKILL.md frontmatter at skills/spotify-player/SKILL.md",[1051],{"path":270,"priority":271},{"basePath":1053,"description":1054,"displayName":1055,"installMethods":1056,"rationale":1057,"selectedPaths":1058,"source":272,"sourceLanguage":18,"type":247},"skills/summarize","Summarize or transcribe URLs, YouTube/videos, podcasts, articles, transcripts, PDFs, and local files.","summarize",{"claudeCode":12},"SKILL.md frontmatter at skills/summarize/SKILL.md",[1059],{"path":270,"priority":271},{"basePath":1061,"description":1062,"displayName":1063,"installMethods":1064,"rationale":1065,"selectedPaths":1066,"source":272,"sourceLanguage":18,"type":247},"skills/taskflow","Coordinate multi-step detached tasks as one durable TaskFlow job with owner context, state, waits, and child tasks.","taskflow",{"claudeCode":12},"SKILL.md frontmatter at skills/taskflow/SKILL.md",[1067,1068,1070],{"path":270,"priority":271},{"path":1069,"priority":347},"examples/inbox-triage.lobster",{"path":1071,"priority":347},"examples/pr-intake.lobster",{"basePath":1073,"description":1074,"displayName":1075,"installMethods":1076,"rationale":1077,"selectedPaths":1078,"source":272,"sourceLanguage":18,"type":247},"skills/taskflow-inbox-triage","Example TaskFlow pattern for inbox triage, intent routing, waiting on replies, and later summaries.","taskflow-inbox-triage",{"claudeCode":12},"SKILL.md frontmatter at skills/taskflow-inbox-triage/SKILL.md",[1079],{"path":270,"priority":271},{"basePath":1081,"description":1082,"displayName":1083,"installMethods":1084,"rationale":1085,"selectedPaths":1086,"source":272,"sourceLanguage":18,"type":247},"skills/things-mac","Add, update, list, search, or inspect Things 3 todos, inbox, today, projects, areas, and tags on macOS.","things-mac",{"claudeCode":12},"SKILL.md frontmatter at skills/things-mac/SKILL.md",[1087],{"path":270,"priority":271},{"basePath":1089,"description":1090,"displayName":1091,"installMethods":1092,"rationale":1093,"selectedPaths":1094,"source":272,"sourceLanguage":18,"type":247},"skills/tmux","Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.","tmux",{"claudeCode":12},"SKILL.md frontmatter at skills/tmux/SKILL.md",[1095,1096,1098],{"path":270,"priority":271},{"path":1097,"priority":347},"scripts/find-sessions.sh",{"path":1099,"priority":347},"scripts/wait-for-text.sh",{"basePath":1101,"description":1102,"displayName":1103,"installMethods":1104,"rationale":1105,"selectedPaths":1106,"source":272,"sourceLanguage":18,"type":247},"skills/trello","Manage Trello boards, lists, and cards via the Trello REST API.","trello",{"claudeCode":12},"SKILL.md frontmatter at skills/trello/SKILL.md",[1107],{"path":270,"priority":271},{"basePath":1109,"description":1110,"displayName":1111,"installMethods":1112,"rationale":1113,"selectedPaths":1114,"source":272,"sourceLanguage":18,"type":247},"skills/video-frames","Extract frames or short clips from videos using ffmpeg.","video-frames",{"claudeCode":12},"SKILL.md frontmatter at skills/video-frames/SKILL.md",[1115,1116],{"path":270,"priority":271},{"path":1117,"priority":347},"scripts/frame.sh",{"basePath":1119,"description":1120,"displayName":1121,"installMethods":1122,"rationale":1123,"selectedPaths":1124,"source":272,"sourceLanguage":18,"type":247},"skills/voice-call","Start voice calls via the OpenClaw voice-call plugin.","voice-call",{"claudeCode":12},"SKILL.md frontmatter at skills/voice-call/SKILL.md",[1125],{"path":270,"priority":271},{"basePath":1127,"description":1128,"displayName":1129,"installMethods":1130,"rationale":1131,"selectedPaths":1132,"source":272,"sourceLanguage":18,"type":247},"skills/wacli","Send third-party WhatsApp messages or sync/search WhatsApp history via wacli, not normal active chats.","wacli",{"claudeCode":12},"SKILL.md frontmatter at skills/wacli/SKILL.md",[1133],{"path":270,"priority":271},{"basePath":1135,"description":1136,"displayName":1137,"installMethods":1138,"rationale":1139,"selectedPaths":1140,"source":272,"sourceLanguage":18,"type":247},"skills/weather","Get current weather, rain, temperature, and forecasts for locations or travel planning.","weather",{"claudeCode":12},"SKILL.md frontmatter at skills/weather/SKILL.md",[1141],{"path":270,"priority":271},{"basePath":1143,"description":1144,"displayName":1145,"installMethods":1146,"rationale":1147,"selectedPaths":1148,"source":272,"sourceLanguage":18,"type":247},"skills/xurl","Use xurl for authenticated X API posts, replies, search, DMs, media upload, followers, or raw v2 calls.","xurl",{"claudeCode":12},"SKILL.md frontmatter at skills/xurl/SKILL.md",[1149],{"path":270,"priority":271},{"basePath":1151,"installMethods":1152,"rationale":1154,"selectedPaths":1155,"source":272,"sourceLanguage":18,"type":212},"scripts/docs-i18n",{"go":1153},"github.com/openclaw/openclaw/scripts/docs-i18n","cli ecosystem detected at scripts/docs-i18n",[1156,1158],{"path":1157,"priority":271},"go.mod",{"path":1159,"priority":498},"main.go",{"basePath":1161,"description":1162,"displayName":1163,"installMethods":1164,"license":238,"rationale":1165,"selectedPaths":1166,"source":272,"sourceLanguage":18,"type":1190},"","Multi-channel AI gateway with extensible messaging integrations","openclaw",{"npm":1163},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[1167,1169,1171,1172,1174,1176,1178,1180,1182,1184,1186,1188],{"path":1168,"priority":271},"package.json",{"path":1170,"priority":271},"README.md",{"path":548,"priority":549},{"path":1173,"priority":498},"openclaw.mjs",{"path":1175,"priority":347},"src/index.ts",{"path":1177,"priority":347},"src/tools/availability.ts",{"path":1179,"priority":347},"src/tools/descriptors.ts",{"path":1181,"priority":347},"src/tools/diagnostics.ts",{"path":1183,"priority":347},"src/tools/execution.ts",{"path":1185,"priority":347},"src/tools/index.ts",{"path":1187,"priority":347},"src/tools/planner.ts",{"path":1189,"priority":347},"src/tools/protocol.ts","mcp",{"sources":1192},[1193],"manual",{"npmPackage":1163},{"closedIssues90d":8,"description":1196,"forks":232,"homepage":1197,"license":238,"openIssues90d":8,"pushedAt":233,"readmeSize":230,"stars":234,"topics":1198},"Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞 ","https://openclaw.ai",[1199,1200,1201,1202,1203,1204,1163],"ai","assistant","own-your-data","personal","crustacean","molty",{"downloads":236},{"classifiedAt":1207,"discoverAt":1208,"extractAt":1209,"githubAt":1209,"npmAt":1210,"updatedAt":1207},1778697651718,1778697628325,1778697645005,1778697647656,[213,216,215,212,214],{"evaluatedAt":242,"extractAt":1213,"updatedAt":242},1778697652123,[],[1216,1247,1269,1286,1304,1332],{"_creationTime":1217,"_id":1218,"community":1219,"display":1220,"identity":1226,"providers":1231,"relations":1240,"tags":1243,"workflow":1244},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1221,"installMethods":1222,"name":1224,"sourceUrl":1225},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1223},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1227,"githubOwner":1228,"githubRepo":1229,"locale":18,"slug":1230,"type":247},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1232,"extract":1239},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1233,"tags":1234,"targetMarket":217,"tier":218},100,[1235,1236,1237,1091,216,212,1238],"git","development-environment","workflow","developer-tool",{"commitSha":253,"license":238},{"parentExtensionId":1241,"repoId":1242},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[216,212,1238,1236,1235,1091,1237],{"evaluatedAt":1245,"extractAt":1246,"updatedAt":1245},1778699613343,1778699234184,{"_creationTime":1248,"_id":1249,"community":1250,"display":1251,"identity":1254,"providers":1257,"relations":1265,"tags":1266,"workflow":1267},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1252,"installMethods":1253,"name":1229,"sourceUrl":1225},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1223},{"basePath":1255,"githubOwner":1228,"githubRepo":1229,"locale":18,"slug":1256,"type":247},"skills/ask","ask",{"evaluate":1258,"extract":1264},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1233,"tags":1259,"targetMarket":217,"tier":218},[212,216,1260,1261,1262,1263],"llm","prompting","code-review","artifact-generation",{"commitSha":253,"license":238},{"parentExtensionId":1241,"repoId":1242},[1263,216,212,1262,1260,1261],{"evaluatedAt":1268,"extractAt":1246,"updatedAt":1268},1778699303045,{"_creationTime":1270,"_id":1271,"community":1272,"display":1273,"identity":1275,"providers":1276,"relations":1282,"tags":1283,"workflow":1284},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":822,"installMethods":1274,"name":823,"sourceUrl":14},{"claudeCode":12},{"basePath":821,"githubOwner":245,"githubRepo":246,"locale":18,"slug":823,"type":247},{"evaluate":1277,"extract":1281},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1233,"tags":1278,"targetMarket":217,"tier":218},[823,212,1279,1280,216],"api","developer-tools",{"commitSha":253},{"repoId":255},[1279,216,212,1280,823],{"evaluatedAt":1285,"extractAt":1213,"updatedAt":1285},1778698569289,{"_creationTime":1287,"_id":1288,"community":1289,"display":1290,"identity":1292,"providers":1293,"relations":1300,"tags":1301,"workflow":1302},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":458,"installMethods":1291,"name":459,"sourceUrl":14},{"claudeCode":12},{"basePath":457,"githubOwner":245,"githubRepo":246,"locale":18,"slug":459,"type":247},{"evaluate":1294,"extract":1299},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1233,"tags":1295,"targetMarket":217,"tier":218},[1296,1297,216,1298,212],"testing","telegram","qa",{"commitSha":253},{"repoId":255},[216,212,1298,1297,1296],{"evaluatedAt":1303,"extractAt":1213,"updatedAt":1303},1778698038113,{"_creationTime":1305,"_id":1306,"community":1307,"display":1308,"identity":1314,"providers":1319,"relations":1324,"tags":1327,"workflow":1328},1778697373439.756,"k1735p8vnc44y3ntfepns5m0nx86npbs",{"reviewCount":8},{"description":1309,"installMethods":1310,"name":1312,"sourceUrl":1313},"Browser-automatisierungs-CLI für KI-Agenten. Verwenden Sie diese, wenn der Benutzer mit Websites interagieren muss, einschließlich der Navigation auf Seiten, dem Ausfüllen von Formularen, dem Klicken auf Schaltflächen, dem Aufnehmen von Screenshots, dem Extrahieren von Daten, dem Testen von Webanwendungen oder der Automatisierung beliebiger Browseraufgaben. Auslöser sind Anfragen wie \"öffne eine Website\", \"fülle ein Formular aus\", \"klicke auf eine Schaltfläche\", \"mache einen Screenshot\", \"scrappe Daten von einer Seite\", \"teste diese Web-App\", \"melde dich bei einer Seite an\", \"automatisiere Browser-Aktionen\" oder jede Aufgabe, die eine programmatische Webinteraktion erfordert.",{"claudeCode":1311},"shanraisshan/claude-code-best-practice","agent-browser","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":1315,"githubOwner":1316,"githubRepo":1317,"locale":1318,"slug":1312,"type":247},".claude/skills/agent-browser","shanraisshan","claude-code-best-practice","de",{"evaluate":1320,"extract":1323},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1233,"tags":1321,"targetMarket":217,"tier":218},[475,1322,1296,212,216],"web-scraping",{"commitSha":253},{"repoId":1325,"translatedFrom":1326},"kd74710g49kxgwbfjxeb7s132d86myxr","k17ej9360g7468qswf3svnrx9186m1ng",[216,475,212,1296,1322],{"evaluatedAt":1329,"extractAt":1330,"updatedAt":1331},1778697222051,1778697205743,1778697373439,{"_creationTime":1333,"_id":1334,"community":1335,"display":1336,"identity":1342,"providers":1346,"relations":1354,"tags":1357,"workflow":1358},1778696833339.6235,"k173202da6bz9n3t2ytqn33f3h86n9e0",{"reviewCount":8},{"description":1337,"installMethods":1338,"name":1340,"sourceUrl":1341},"Convert documents and text to audio using Google Cloud Text-to-Speech.\nUse this skill when the user wants to: narrate a document, read aloud text,\ngenerate audio from a file, convert text to speech, create a recording\nof documentation or analysis, create a podcast from a document, or use\nGoogle TTS/text-to-speech. Trigger phrases: \"read this aloud\", \"narrate this\",\n\"create a recording\", \"text to speech\", \"TTS\", \"convert to audio\",\n\"audio from document\", \"listen to this\", \"generate audio\", \"google tts\",\n\"create a podcast\".\n",{"claudeCode":1339},"sanjay3290/ai-skills","google-tts","https://github.com/sanjay3290/ai-skills",{"basePath":1343,"githubOwner":1344,"githubRepo":1345,"locale":18,"slug":1340,"type":247},"skills/google-tts","sanjay3290","ai-skills",{"evaluate":1347,"extract":1353},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1233,"tags":1348,"targetMarket":217,"tier":218},[1349,1350,213,1351,1352],"tts","speech","google-cloud","python",{"commitSha":253},{"parentExtensionId":1355,"repoId":1356},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[213,1351,1352,1350,1349],{"evaluatedAt":1359,"extractAt":1360,"updatedAt":1359},1778697061989,1778696833339]