[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-steipete-weather-zh-CN":3,"guides-for-steipete-weather":1211,"similar-k177dcdxzhdm3b9mzab74jc3f586mh78-zh-CN":1212},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":223,"parentExtension":245,"providers":246,"relations":251,"repo":253,"tags":1208,"workflow":1209},1778697652123.9014,"k177dcdxzhdm3b9mzab74jc3f586mh78",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Get current weather, rain, temperature, and forecasts for locations or travel planning.",{"claudeCode":12},"steipete/clawdis","weather","https://github.com/steipete/clawdis",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":221,"workflow":238},1778699164375.0469,"kn71bjf3xc6f2jt4jnhbrnb5rs86m41w","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":214,"tier":215,"useCases":216},[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,113,116,120,123,126,129,132,135,138,142,146,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 user problem of getting weather information.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill leverages `wttr.in` to provide specific weather data, which is a concrete utility beyond basic LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill uses a well-established external service (`wttr.in`) and provides clear instructions for use, covering the complete lifecycle of fetching weather data.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on retrieving weather information, aligning with its described purpose.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's functionality of providing current weather, rain, temperature, and forecasts.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses a single, well-defined tool (`curl`) with specific parameters to achieve its stated purpose.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md file clearly documents the usage of `curl` with various parameters and format codes for retrieving weather data.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill utilizes a single external command (`curl`) which is standard and descriptive.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's input is a location and optional format parameters, and its output is weather data, adhering to minimal I/O.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under MIT, a permissive open-source license, as indicated by the bundled LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository has recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill relies on `curl`, which is a system dependency and not a third-party software dependency managed by the skill.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not handle any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses `curl` with specific arguments and relies on the `wttr.in` service, which is not a vector for arbitrary code execution.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill uses `curl` to fetch data from a known, static URL (`wttr.in`), avoiding runtime downloads of arbitrary code or data.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill only makes outbound calls via `curl` and does not modify files outside its intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The skill's use of `curl` with defined parameters does not involve sandbox escape primitives.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's outbound call to `wttr.in` is documented and does not submit confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The SKILL.md and README.md files do not contain hidden text tricks or obfuscated content.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's execution relies on standard `curl` commands and does not involve obfuscated code.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill relies on the presence of `curl`, which is a common system utility, and makes no assumptions about project structure.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","The repository has 0 open and 0 closed issues in the last 90 days, indicating a healthy or new project with no current engagement concerns.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has a clear versioning strategy with tagged releases and a CHANGELOG, and installation instructions refer to tagged versions.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill uses `curl` with specific parameters, and the `wttr.in` service handles input validation for locations and formats.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill relies on `curl` and the `wttr.in` service for error handling, which are robust and provide meaningful feedback.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","The skill is a simple wrapper around `curl` and does not perform complex operations or require local audit logging.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill only requests weather data based on location and does not handle personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill provides weather information globally and has no regional limitations.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on `curl`, a standard POSIX utility, ensuring broad runtime compatibility.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive and provides detailed installation and usage instructions, along with project highlights.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","This is a single-tool skill, so the tool surface size check is not applicable.",{"category":40,"check":133,"severity":63,"summary":134},"Overlapping near-synonym tools","The skill uses a single `curl` command and does not have overlapping tools.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All features mentioned in the documentation are directly implemented via `curl` commands to `wttr.in`.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The SKILL.md provides clear installation instructions for `curl` and multiple copy-pasteable invocation examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Errors from `curl` and `wttr.in` are generally informative and indicate issues like invalid locations or network problems.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill relies on the system `curl` command, which is typically managed by the OS package manager and assumed to be stable.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill is read-only and does not involve state-changing operations, making a dry-run preview not applicable.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill's reliance on `curl` and `wttr.in` means standard network protocols and their retry/timeout mechanisms apply.",{"category":117,"check":158,"severity":63,"summary":159},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined as getting weather information using `wttr.in`, with clear usage examples and non-goals.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability for routing.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is concise and focuses on usage examples and command references, delegating deeper material appropriately.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md is well-structured with commands and examples, and does not embed excessive bulk material.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill is a short-form, single-purpose tool and does not involve deep exploration requiring forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides sufficient, ready-to-use examples for all major weather-related queries.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md documents limitations such as the need for a location and the use of official NWS for severe weather, with implied recovery steps.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill only uses the standard `curl` command and does not rely on a custom MCP server, making fallback not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill relies on `curl` and `wttr.in` for state and error handling, which inherently halts on unexpected conditions like invalid locations or network errors.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; any related tasks are handled by `curl` to `wttr.in`.",1778699164265,"This skill uses the `curl` command to fetch weather data from the `wttr.in` service. It can provide current conditions, forecasts, temperature, rain, and humidity for specified locations. The output can be formatted in various ways, including plain text, JSON, or even PNG images.",[195,196,197,198],"Get current weather conditions","Retrieve weather forecasts","Check for rain and temperature","Support for locations and travel planning",[200,201,202,203],"Providing historical weather data","Conducting climate analysis or trends","Accessing hyper-local microclimate data","Issuing severe weather alerts","3.0.0","4.4.0","To provide users with accurate and up-to-date weather information for any location, aiding in daily planning and travel.","The skill is well-documented, robustly implemented using a standard tool, and clearly scoped. No critical or warning findings were identified.",99,"A high-quality skill for retrieving current weather and forecasts.",[13,211,212,213],"forecast","information","cli","global","verified",[217,218,219,220],"Checking daily weather before commuting","Planning outdoor activities","Preparing for travel to different locations","Answering \"what's the weather like?\" queries",{"codeQuality":222,"collectedAt":224,"documentation":225,"maintenance":228,"popularity":232,"security":234,"testCoverage":237},{"hasLockfile":223},true,1778699147209,{"descriptionLength":226,"readmeSize":227},87,86172,{"closedIssues90d":8,"forks":229,"hasChangelog":223,"openIssues90d":8,"pushedAt":230,"stars":231},76893,1778697576000,371556,{"npmDownloads":233},4624697,{"hasNpmPackage":223,"license":235,"smitheryVerified":236},"MIT",false,{"hasCi":223,"hasTests":223},{"updatedAt":239},1778699164375,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"skills/weather","steipete","clawdis","skill",null,{"evaluate":247,"extract":249},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":248,"targetMarket":214,"tier":215},[13,211,212,213],{"commitSha":250},"HEAD",{"repoId":252},"kd738npxg9yh3xf3vddzy9fyfh86nhng",{"_creationTime":254,"_id":252,"identity":255,"providers":256,"workflow":1203},1778697628325.5796,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":257,"discover":1188,"extract":1191,"github":1192,"npm":1202},{"commitSha":250,"extensions":258},[259,270,278,286,294,302,310,318,326,334,345,353,361,369,377,387,395,405,413,421,429,437,445,453,461,469,477,485,496,504,512,520,528,536,669,680,688,696,704,716,724,732,740,748,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,1139,1147,1157],{"basePath":260,"description":261,"displayName":262,"installMethods":263,"rationale":264,"selectedPaths":265,"source":269,"sourceLanguage":18,"type":244},".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",[266],{"path":267,"priority":268},"SKILL.md","mandatory","rule",{"basePath":271,"description":272,"displayName":273,"installMethods":274,"rationale":275,"selectedPaths":276,"source":269,"sourceLanguage":18,"type":244},".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",[277],{"path":267,"priority":268},{"basePath":279,"description":280,"displayName":281,"installMethods":282,"rationale":283,"selectedPaths":284,"source":269,"sourceLanguage":18,"type":244},".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",[285],{"path":267,"priority":268},{"basePath":287,"description":288,"displayName":289,"installMethods":290,"rationale":291,"selectedPaths":292,"source":269,"sourceLanguage":18,"type":244},".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",[293],{"path":267,"priority":268},{"basePath":295,"description":296,"displayName":297,"installMethods":298,"rationale":299,"selectedPaths":300,"source":269,"sourceLanguage":18,"type":244},".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",[301],{"path":267,"priority":268},{"basePath":303,"description":304,"displayName":305,"installMethods":306,"rationale":307,"selectedPaths":308,"source":269,"sourceLanguage":18,"type":244},".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",[309],{"path":267,"priority":268},{"basePath":311,"description":312,"displayName":313,"installMethods":314,"rationale":315,"selectedPaths":316,"source":269,"sourceLanguage":18,"type":244},".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",[317],{"path":267,"priority":268},{"basePath":319,"description":320,"displayName":321,"installMethods":322,"rationale":323,"selectedPaths":324,"source":269,"sourceLanguage":18,"type":244},".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",[325],{"path":267,"priority":268},{"basePath":327,"description":328,"displayName":329,"installMethods":330,"rationale":331,"selectedPaths":332,"source":269,"sourceLanguage":18,"type":244},".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",[333],{"path":267,"priority":268},{"basePath":335,"description":336,"displayName":337,"installMethods":338,"rationale":339,"selectedPaths":340,"source":269,"sourceLanguage":18,"type":244},".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",[341,342],{"path":267,"priority":268},{"path":343,"priority":344},"scripts/github-activity.sh","low",{"basePath":346,"description":347,"displayName":348,"installMethods":349,"rationale":350,"selectedPaths":351,"source":269,"sourceLanguage":18,"type":244},".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",[352],{"path":267,"priority":268},{"basePath":354,"description":355,"displayName":356,"installMethods":357,"rationale":358,"selectedPaths":359,"source":269,"sourceLanguage":18,"type":244},".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",[360],{"path":267,"priority":268},{"basePath":362,"description":363,"displayName":364,"installMethods":365,"rationale":366,"selectedPaths":367,"source":269,"sourceLanguage":18,"type":244},".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",[368],{"path":267,"priority":268},{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":269,"sourceLanguage":18,"type":244},".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",[376],{"path":267,"priority":268},{"basePath":378,"description":379,"displayName":380,"installMethods":381,"rationale":382,"selectedPaths":383,"source":269,"sourceLanguage":18,"type":244},".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",[384,385],{"path":267,"priority":268},{"path":386,"priority":344},"scripts/secret-scanning.mjs",{"basePath":388,"description":389,"displayName":390,"installMethods":391,"rationale":392,"selectedPaths":393,"source":269,"sourceLanguage":18,"type":244},".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",[394],{"path":267,"priority":268},{"basePath":396,"description":397,"displayName":398,"installMethods":399,"rationale":400,"selectedPaths":401,"source":269,"sourceLanguage":18,"type":244},".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",[402,403],{"path":267,"priority":268},{"path":404,"priority":344},"scripts/heapsnapshot-delta.mjs",{"basePath":406,"description":407,"displayName":408,"installMethods":409,"rationale":410,"selectedPaths":411,"source":269,"sourceLanguage":18,"type":244},".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",[412],{"path":267,"priority":268},{"basePath":414,"description":415,"displayName":416,"installMethods":417,"rationale":418,"selectedPaths":419,"source":269,"sourceLanguage":18,"type":244},".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",[420],{"path":267,"priority":268},{"basePath":422,"description":423,"displayName":424,"installMethods":425,"rationale":426,"selectedPaths":427,"source":269,"sourceLanguage":18,"type":244},".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",[428],{"path":267,"priority":268},{"basePath":430,"description":431,"displayName":432,"installMethods":433,"rationale":434,"selectedPaths":435,"source":269,"sourceLanguage":18,"type":244},".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",[436],{"path":267,"priority":268},{"basePath":438,"description":439,"displayName":440,"installMethods":441,"rationale":442,"selectedPaths":443,"source":269,"sourceLanguage":18,"type":244},".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",[444],{"path":267,"priority":268},{"basePath":446,"description":447,"displayName":448,"installMethods":449,"rationale":450,"selectedPaths":451,"source":269,"sourceLanguage":18,"type":244},".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",[452],{"path":267,"priority":268},{"basePath":454,"description":455,"displayName":456,"installMethods":457,"rationale":458,"selectedPaths":459,"source":269,"sourceLanguage":18,"type":244},".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",[460],{"path":267,"priority":268},{"basePath":462,"description":463,"displayName":464,"installMethods":465,"rationale":466,"selectedPaths":467,"source":269,"sourceLanguage":18,"type":244},"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",[468],{"path":267,"priority":268},{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":269,"sourceLanguage":18,"type":244},"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",[476],{"path":267,"priority":268},{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":269,"sourceLanguage":18,"type":244},"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",[484],{"path":267,"priority":268},{"basePath":486,"description":487,"displayName":488,"installMethods":489,"rationale":490,"selectedPaths":491,"source":269,"sourceLanguage":18,"type":244},"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",[492,493],{"path":267,"priority":268},{"path":494,"priority":495},"references/block-types.md","medium",{"basePath":497,"description":498,"displayName":499,"installMethods":500,"rationale":501,"selectedPaths":502,"source":269,"sourceLanguage":18,"type":244},"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",[503],{"path":267,"priority":268},{"basePath":505,"description":506,"displayName":507,"installMethods":508,"rationale":509,"selectedPaths":510,"source":269,"sourceLanguage":18,"type":244},"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",[511],{"path":267,"priority":268},{"basePath":513,"description":514,"displayName":515,"installMethods":516,"rationale":517,"selectedPaths":518,"source":269,"sourceLanguage":18,"type":244},"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",[519],{"path":267,"priority":268},{"basePath":521,"description":522,"displayName":523,"installMethods":524,"rationale":525,"selectedPaths":526,"source":269,"sourceLanguage":18,"type":244},"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",[527],{"path":267,"priority":268},{"basePath":529,"description":530,"displayName":531,"installMethods":532,"rationale":533,"selectedPaths":534,"source":269,"sourceLanguage":18,"type":244},"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",[535],{"path":267,"priority":268},{"basePath":537,"description":538,"displayName":539,"installMethods":540,"rationale":541,"selectedPaths":542,"source":269,"sourceLanguage":18,"type":244},"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",[543,544,547,549,551,553,555,557,559,561,563,565,567,569,571,573,575,577,579,581,583,585,587,589,591,593,595,597,599,601,603,605,607,609,611,613,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667],{"path":267,"priority":268},{"path":545,"priority":546},"LICENSE","high",{"path":548,"priority":495},"alt-borges.md",{"path":550,"priority":495},"compiler.md",{"path":552,"priority":344},"examples/01-hello-world.prose",{"path":554,"priority":344},"examples/02-research-and-summarize.prose",{"path":556,"priority":344},"examples/03-code-review.prose",{"path":558,"priority":344},"examples/04-write-and-refine.prose",{"path":560,"priority":344},"examples/05-debug-issue.prose",{"path":562,"priority":344},"examples/06-explain-codebase.prose",{"path":564,"priority":344},"examples/07-refactor.prose",{"path":566,"priority":344},"examples/08-blog-post.prose",{"path":568,"priority":344},"examples/09-research-with-agents.prose",{"path":570,"priority":344},"examples/10-code-review-agents.prose",{"path":572,"priority":344},"examples/11-skills-and-imports.prose",{"path":574,"priority":344},"examples/12-secure-agent-permissions.prose",{"path":576,"priority":344},"examples/13-variables-and-context.prose",{"path":578,"priority":344},"examples/14-composition-blocks.prose",{"path":580,"priority":344},"examples/15-inline-sequences.prose",{"path":582,"priority":344},"examples/16-parallel-reviews.prose",{"path":584,"priority":344},"examples/17-parallel-research.prose",{"path":586,"priority":344},"examples/18-mixed-parallel-sequential.prose",{"path":588,"priority":344},"examples/19-advanced-parallel.prose",{"path":590,"priority":344},"examples/20-fixed-loops.prose",{"path":592,"priority":344},"examples/21-pipeline-operations.prose",{"path":594,"priority":344},"examples/22-error-handling.prose",{"path":596,"priority":344},"examples/23-retry-with-backoff.prose",{"path":598,"priority":344},"examples/24-choice-blocks.prose",{"path":600,"priority":344},"examples/25-conditionals.prose",{"path":602,"priority":344},"examples/26-parameterized-blocks.prose",{"path":604,"priority":344},"examples/27-string-interpolation.prose",{"path":606,"priority":344},"examples/28-automated-pr-review.prose",{"path":608,"priority":344},"examples/28-gas-town.prose",{"path":610,"priority":344},"examples/29-captains-chair.prose",{"path":612,"priority":344},"examples/30-captains-chair-simple.prose",{"path":614,"priority":344},"examples/31-captains-chair-with-memory.prose",{"path":616,"priority":344},"examples/33-pr-review-autofix.prose",{"path":618,"priority":344},"examples/34-content-pipeline.prose",{"path":620,"priority":344},"examples/35-feature-factory.prose",{"path":622,"priority":344},"examples/36-bug-hunter.prose",{"path":624,"priority":344},"examples/37-the-forge.prose",{"path":626,"priority":344},"examples/38-skill-scan.prose",{"path":628,"priority":344},"examples/39-architect-by-simulation.prose",{"path":630,"priority":344},"examples/40-rlm-self-refine.prose",{"path":632,"priority":344},"examples/41-rlm-divide-conquer.prose",{"path":634,"priority":344},"examples/42-rlm-filter-recurse.prose",{"path":636,"priority":344},"examples/43-rlm-pairwise.prose",{"path":638,"priority":344},"examples/44-run-endpoint-ux-test.prose",{"path":640,"priority":344},"examples/45-plugin-release.prose",{"path":642,"priority":344},"examples/45-run-endpoint-ux-test-with-remediation.prose",{"path":644,"priority":344},"examples/46-run-endpoint-ux-test-fast.prose",{"path":646,"priority":344},"examples/46-workflow-crystallizer.prose",{"path":648,"priority":344},"examples/47-language-self-improvement.prose",{"path":650,"priority":344},"examples/48-habit-miner.prose",{"path":652,"priority":344},"examples/49-prose-run-retrospective.prose",{"path":654,"priority":344},"examples/README.md",{"path":656,"priority":344},"examples/roadmap/README.md",{"path":658,"priority":344},"examples/roadmap/iterative-refinement.prose",{"path":660,"priority":344},"examples/roadmap/parallel-review.prose",{"path":662,"priority":344},"examples/roadmap/simple-pipeline.prose",{"path":664,"priority":344},"examples/roadmap/syntax/open-prose-syntax.prose",{"path":666,"priority":495},"help.md",{"path":668,"priority":495},"prose.md",{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":269,"sourceLanguage":679,"type":244},"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",[676,677],{"path":267,"priority":268},{"path":678,"priority":495},"references/api_references.md","zh-CN",{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":269,"sourceLanguage":679,"type":244},"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",[687],{"path":267,"priority":268},{"basePath":689,"description":690,"displayName":691,"installMethods":692,"rationale":693,"selectedPaths":694,"source":269,"sourceLanguage":679,"type":244},"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",[695],{"path":267,"priority":268},{"basePath":697,"description":698,"displayName":699,"installMethods":700,"rationale":701,"selectedPaths":702,"source":269,"sourceLanguage":18,"type":244},"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",[703],{"path":267,"priority":268},{"basePath":705,"description":706,"displayName":707,"installMethods":708,"rationale":709,"selectedPaths":710,"source":269,"sourceLanguage":18,"type":244},"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",[711,712,714],{"path":267,"priority":268},{"path":713,"priority":495},"references/cli-examples.md",{"path":715,"priority":495},"references/get-started.md",{"basePath":717,"description":718,"displayName":719,"installMethods":720,"rationale":721,"selectedPaths":722,"source":269,"sourceLanguage":18,"type":244},"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",[723],{"path":267,"priority":268},{"basePath":725,"description":726,"displayName":727,"installMethods":728,"rationale":729,"selectedPaths":730,"source":269,"sourceLanguage":18,"type":244},"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",[731],{"path":267,"priority":268},{"basePath":733,"description":734,"displayName":735,"installMethods":736,"rationale":737,"selectedPaths":738,"source":269,"sourceLanguage":18,"type":244},"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",[739],{"path":267,"priority":268},{"basePath":741,"description":742,"displayName":743,"installMethods":744,"rationale":745,"selectedPaths":746,"source":269,"sourceLanguage":18,"type":244},"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",[747],{"path":267,"priority":268},{"basePath":749,"description":750,"displayName":751,"installMethods":752,"rationale":753,"selectedPaths":754,"source":269,"sourceLanguage":18,"type":244},"skills/blucli","BluOS CLI (blu) for discovery, playback, grouping, and volume.","blucli",{"claudeCode":12},"SKILL.md frontmatter at skills/blucli/SKILL.md",[755],{"path":267,"priority":268},{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":269,"sourceLanguage":18,"type":244},"skills/camsnap","Capture frames or clips from RTSP/ONVIF cameras.","camsnap",{"claudeCode":12},"SKILL.md frontmatter at skills/camsnap/SKILL.md",[763],{"path":267,"priority":268},{"basePath":765,"description":766,"displayName":767,"installMethods":768,"rationale":769,"selectedPaths":770,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":773,"description":774,"displayName":775,"installMethods":776,"rationale":777,"selectedPaths":778,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":781,"description":782,"displayName":783,"installMethods":784,"rationale":785,"selectedPaths":786,"source":269,"sourceLanguage":18,"type":244},"skills/discord","Discord ops via the message tool (channel=discord).","discord",{"claudeCode":12},"SKILL.md frontmatter at skills/discord/SKILL.md",[787],{"path":267,"priority":268},{"basePath":789,"description":790,"displayName":791,"installMethods":792,"rationale":793,"selectedPaths":794,"source":269,"sourceLanguage":18,"type":244},"skills/eightctl","Control Eight Sleep pods (status, temperature, alarms, schedules).","eightctl",{"claudeCode":12},"SKILL.md frontmatter at skills/eightctl/SKILL.md",[795],{"path":267,"priority":268},{"basePath":797,"description":798,"displayName":799,"installMethods":800,"rationale":801,"selectedPaths":802,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":805,"description":806,"displayName":807,"installMethods":808,"rationale":809,"selectedPaths":810,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":821,"description":822,"displayName":823,"installMethods":824,"rationale":825,"selectedPaths":826,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":837,"description":838,"displayName":839,"installMethods":840,"rationale":841,"selectedPaths":842,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":845,"description":846,"displayName":847,"installMethods":848,"rationale":849,"selectedPaths":850,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":853,"description":854,"displayName":855,"installMethods":856,"rationale":857,"selectedPaths":858,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"path":861,"priority":495},"references/configuration.md",{"path":863,"priority":495},"references/message-composition.md",{"basePath":865,"description":866,"displayName":867,"installMethods":868,"rationale":869,"selectedPaths":870,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":873,"description":874,"displayName":875,"installMethods":876,"rationale":877,"selectedPaths":878,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":881,"description":882,"displayName":883,"installMethods":884,"rationale":885,"selectedPaths":886,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"path":889,"priority":495},"references/codexbar-cli.md",{"path":891,"priority":344},"scripts/model_usage.py",{"path":893,"priority":344},"scripts/test_model_usage.py",{"basePath":895,"description":896,"displayName":897,"installMethods":898,"rationale":899,"selectedPaths":900,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":903,"description":904,"displayName":905,"installMethods":906,"rationale":907,"selectedPaths":908,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":911,"description":912,"displayName":913,"installMethods":914,"rationale":915,"selectedPaths":916,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":919,"description":920,"displayName":921,"installMethods":922,"rationale":923,"selectedPaths":924,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":927,"description":928,"displayName":929,"installMethods":930,"rationale":931,"selectedPaths":932,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":935,"description":936,"displayName":937,"installMethods":938,"rationale":939,"selectedPaths":940,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"path":943,"priority":344},"scripts/transcribe.sh",{"basePath":945,"description":946,"displayName":947,"installMethods":948,"rationale":949,"selectedPaths":950,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":953,"description":954,"displayName":955,"installMethods":956,"rationale":957,"selectedPaths":958,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":961,"description":962,"displayName":963,"installMethods":964,"rationale":965,"selectedPaths":966,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":969,"description":970,"displayName":971,"installMethods":972,"rationale":973,"selectedPaths":974,"source":269,"sourceLanguage":18,"type":244},"skills/peekaboo","Capture and automate macOS UI with the Peekaboo CLI.","peekaboo",{"claudeCode":12},"SKILL.md frontmatter at skills/peekaboo/SKILL.md",[975],{"path":267,"priority":268},{"basePath":977,"description":978,"displayName":979,"installMethods":980,"rationale":981,"selectedPaths":982,"source":269,"sourceLanguage":18,"type":244},"skills/sag","ElevenLabs text-to-speech with mac-style say UX.","sag",{"claudeCode":12},"SKILL.md frontmatter at skills/sag/SKILL.md",[983],{"path":267,"priority":268},{"basePath":985,"description":986,"displayName":987,"installMethods":988,"rationale":989,"selectedPaths":990,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":993,"description":994,"displayName":995,"installMethods":996,"rationale":997,"selectedPaths":998,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":1001,"description":1002,"displayName":1003,"installMethods":1004,"rationale":1005,"selectedPaths":1006,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"path":1009,"priority":546},"license.txt",{"path":1011,"priority":344},"scripts/init_skill.py",{"path":1013,"priority":344},"scripts/package_skill.py",{"path":1015,"priority":344},"scripts/quick_validate.py",{"path":1017,"priority":344},"scripts/test_package_skill.py",{"path":1019,"priority":344},"scripts/test_quick_validate.py",{"basePath":1021,"description":1022,"displayName":1023,"installMethods":1024,"rationale":1025,"selectedPaths":1026,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":1029,"description":1030,"displayName":1031,"installMethods":1032,"rationale":1033,"selectedPaths":1034,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":1037,"description":1038,"displayName":1039,"installMethods":1040,"rationale":1041,"selectedPaths":1042,"source":269,"sourceLanguage":18,"type":244},"skills/sonoscli","Control Sonos speakers (discover/status/play/volume/group).","sonoscli",{"claudeCode":12},"SKILL.md frontmatter at skills/sonoscli/SKILL.md",[1043],{"path":267,"priority":268},{"basePath":1045,"description":1046,"displayName":1047,"installMethods":1048,"rationale":1049,"selectedPaths":1050,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":1053,"description":1054,"displayName":1055,"installMethods":1056,"rationale":1057,"selectedPaths":1058,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":1061,"description":1062,"displayName":1063,"installMethods":1064,"rationale":1065,"selectedPaths":1066,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"path":1069,"priority":344},"examples/inbox-triage.lobster",{"path":1071,"priority":344},"examples/pr-intake.lobster",{"basePath":1073,"description":1074,"displayName":1075,"installMethods":1076,"rationale":1077,"selectedPaths":1078,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":1081,"description":1082,"displayName":1083,"installMethods":1084,"rationale":1085,"selectedPaths":1086,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":1089,"description":1090,"displayName":1091,"installMethods":1092,"rationale":1093,"selectedPaths":1094,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"path":1097,"priority":344},"scripts/find-sessions.sh",{"path":1099,"priority":344},"scripts/wait-for-text.sh",{"basePath":1101,"description":1102,"displayName":1103,"installMethods":1104,"rationale":1105,"selectedPaths":1106,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":1109,"description":1110,"displayName":1111,"installMethods":1112,"rationale":1113,"selectedPaths":1114,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"path":1117,"priority":344},"scripts/frame.sh",{"basePath":1119,"description":1120,"displayName":1121,"installMethods":1122,"rationale":1123,"selectedPaths":1124,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":1127,"description":1128,"displayName":1129,"installMethods":1130,"rationale":1131,"selectedPaths":1132,"source":269,"sourceLanguage":18,"type":244},"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":267,"priority":268},{"basePath":241,"description":10,"displayName":13,"installMethods":1135,"rationale":1136,"selectedPaths":1137,"source":269,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at skills/weather/SKILL.md",[1138],{"path":267,"priority":268},{"basePath":1140,"description":1141,"displayName":1142,"installMethods":1143,"rationale":1144,"selectedPaths":1145,"source":269,"sourceLanguage":18,"type":244},"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",[1146],{"path":267,"priority":268},{"basePath":1148,"installMethods":1149,"rationale":1151,"selectedPaths":1152,"source":269,"sourceLanguage":18,"type":213},"scripts/docs-i18n",{"go":1150},"github.com/openclaw/openclaw/scripts/docs-i18n","cli ecosystem detected at scripts/docs-i18n",[1153,1155],{"path":1154,"priority":268},"go.mod",{"path":1156,"priority":495},"main.go",{"basePath":1158,"description":1159,"displayName":1160,"installMethods":1161,"license":235,"rationale":1162,"selectedPaths":1163,"source":269,"sourceLanguage":18,"type":1187},"","Multi-channel AI gateway with extensible messaging integrations","openclaw",{"npm":1160},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[1164,1166,1168,1169,1171,1173,1175,1177,1179,1181,1183,1185],{"path":1165,"priority":268},"package.json",{"path":1167,"priority":268},"README.md",{"path":545,"priority":546},{"path":1170,"priority":495},"openclaw.mjs",{"path":1172,"priority":344},"src/index.ts",{"path":1174,"priority":344},"src/tools/availability.ts",{"path":1176,"priority":344},"src/tools/descriptors.ts",{"path":1178,"priority":344},"src/tools/diagnostics.ts",{"path":1180,"priority":344},"src/tools/execution.ts",{"path":1182,"priority":344},"src/tools/index.ts",{"path":1184,"priority":344},"src/tools/planner.ts",{"path":1186,"priority":344},"src/tools/protocol.ts","mcp",{"sources":1189},[1190],"manual",{"npmPackage":1160},{"closedIssues90d":8,"description":1193,"forks":229,"homepage":1194,"license":235,"openIssues90d":8,"pushedAt":230,"readmeSize":227,"stars":231,"topics":1195},"Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞 ","https://openclaw.ai",[1196,1197,1198,1199,1200,1201,1160],"ai","assistant","own-your-data","personal","crustacean","molty",{"downloads":233},{"classifiedAt":1204,"discoverAt":1205,"extractAt":1206,"githubAt":1206,"npmAt":1207,"updatedAt":1204},1778697651718,1778697628325,1778697645005,1778697647656,[213,211,212,13],{"evaluatedAt":239,"extractAt":1210,"updatedAt":239},1778697652123,[],[1213,1240,1271,1298,1322,1342],{"_creationTime":1214,"_id":1215,"community":1216,"display":1217,"identity":1223,"providers":1227,"relations":1234,"tags":1236,"workflow":1237},1778686012417.8342,"k17aj3wqskv1ty8d2agkwkwkq186nqtq",{"reviewCount":8},{"description":1218,"installMethods":1219,"name":1221,"sourceUrl":1222},"Weather forecasts and conditions — current, hourly, multi-day. No API key needed.",{"claudeCode":1220},"daxaur/openpaw","c-weather","https://github.com/daxaur/openpaw",{"basePath":1224,"githubOwner":1225,"githubRepo":1226,"locale":18,"slug":1221,"type":244},"skills/c-weather","daxaur","openpaw",{"evaluate":1228,"extract":1233},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1229,"tags":1230,"targetMarket":214,"tier":215},96,[13,211,1231,1232],"temperature","curl",{"commitSha":250},{"repoId":1235},"kd7bwdbyne8rrdfxt9ahxb6ved86mk9b",[1232,211,1231,13],{"evaluatedAt":1238,"extractAt":1239,"updatedAt":1238},1778686985257,1778686012417,{"_creationTime":1241,"_id":1242,"community":1243,"display":1244,"identity":1250,"providers":1255,"relations":1264,"tags":1267,"workflow":1268},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":1245,"installMethods":1246,"name":1248,"sourceUrl":1249},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":1247},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":1251,"githubOwner":1252,"githubRepo":1253,"locale":18,"slug":1254,"type":244},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":1256,"extract":1263},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1257,"tags":1258,"targetMarket":214,"tier":215},100,[1259,1260,1261,1196,1262,213],"finance","trading","market-analysis","typescript",{"commitSha":250,"license":235},{"parentExtensionId":1265,"repoId":1266},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[1196,213,1259,1261,1260,1262],{"evaluatedAt":1269,"extractAt":1270,"updatedAt":1269},1778701108877,1778696691708,{"_creationTime":1272,"_id":1273,"community":1274,"display":1275,"identity":1281,"providers":1285,"relations":1291,"tags":1294,"workflow":1295},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":1276,"installMethods":1277,"name":1279,"sourceUrl":1280},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":1278},"Yeachan-Heo/oh-my-claudecode","setup","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1282,"githubOwner":1283,"githubRepo":1284,"locale":18,"slug":1279,"type":244},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":1286,"extract":1290},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1257,"tags":1287,"targetMarket":214,"tier":215},[1279,1288,1289,213,1187],"routing","configuration",{"commitSha":250},{"parentExtensionId":1292,"repoId":1293},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[213,1289,1187,1288,1279],{"evaluatedAt":1296,"extractAt":1297,"updatedAt":1296},1778699724286,1778699234184,{"_creationTime":1299,"_id":1300,"community":1301,"display":1302,"identity":1306,"providers":1309,"relations":1318,"tags":1319,"workflow":1320},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1303,"installMethods":1304,"name":1305,"sourceUrl":1280},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1278},"Project Session Manager",{"basePath":1307,"githubOwner":1283,"githubRepo":1284,"locale":18,"slug":1308,"type":244},"skills/project-session-manager","project-session-manager",{"evaluate":1310,"extract":1317},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1257,"tags":1311,"targetMarket":214,"tier":215},[1312,1313,1314,1091,1315,213,1316],"git","development-environment","workflow","automation","developer-tool",{"commitSha":250,"license":235},{"parentExtensionId":1292,"repoId":1293},[1315,213,1316,1313,1312,1091,1314],{"evaluatedAt":1321,"extractAt":1297,"updatedAt":1321},1778699613343,{"_creationTime":1323,"_id":1324,"community":1325,"display":1326,"identity":1330,"providers":1332,"relations":1338,"tags":1339,"workflow":1340},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":1327,"installMethods":1328,"name":1329,"sourceUrl":1280},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":1278},"mcp-setup",{"basePath":1331,"githubOwner":1283,"githubRepo":1284,"locale":18,"slug":1329,"type":244},"skills/mcp-setup",{"evaluate":1333,"extract":1337},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1257,"tags":1334,"targetMarket":214,"tier":215},[1187,1289,213,1335,1336],"agent","tooling",{"commitSha":250},{"parentExtensionId":1292,"repoId":1293},[1335,213,1289,1187,1336],{"evaluatedAt":1341,"extractAt":1297,"updatedAt":1341},1778699492025,{"_creationTime":1343,"_id":1344,"community":1345,"display":1346,"identity":1349,"providers":1352,"relations":1360,"tags":1361,"workflow":1362},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1347,"installMethods":1348,"name":1284,"sourceUrl":1280},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1278},{"basePath":1350,"githubOwner":1283,"githubRepo":1284,"locale":18,"slug":1351,"type":244},"skills/ask","ask",{"evaluate":1353,"extract":1359},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1257,"tags":1354,"targetMarket":214,"tier":215},[213,1315,1355,1356,1357,1358],"llm","prompting","code-review","artifact-generation",{"commitSha":250,"license":235},{"parentExtensionId":1292,"repoId":1293},[1358,1315,213,1357,1355,1356],{"evaluatedAt":1363,"extractAt":1297,"updatedAt":1363},1778699303045]