[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-steipete-video-frames-en":3,"guides-for-steipete-video-frames":1212,"similar-k173ykh2hb7ftk68yprzkgmy1n86nh4d-en":1213},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":236,"parentExtension":245,"providers":246,"relations":251,"repo":253,"tags":1209,"workflow":1210},1778697652123.9006,"k173ykh2hb7ftk68yprzkgmy1n86nh4d",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Extract frames or short clips from videos using ffmpeg.",{"claudeCode":12},"steipete/clawdis","video-frames","https://github.com/steipete/clawdis",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":221,"workflow":238},1778699110713.3474,"kn7f67wa7bbex0ecaqvevg959s86ny3c","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"promptVersionExtension":203,"promptVersionScoring":204,"purpose":205,"rationale":206,"score":207,"summary":208,"tags":209,"targetMarket":215,"tier":216,"useCases":217},[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 'Extract frames or short clips from videos using ffmpeg' clearly names the problem of needing to extract specific parts of video files.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a focused wrapper around ffmpeg for frame extraction, offering specific arguments and a script-based approach that is more convenient than direct ffmpeg commands for this task.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, providing a script that handles frame extraction with clear arguments and dependencies.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on extracting frames or clips from videos, aligning with its stated purpose.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's functionality.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses a single, well-defined script (`frame.sh`) with specific arguments, avoiding a generalist approach.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The `SKILL.md` file and script comments clearly document the script's arguments, including `--time`, `--index`, and `--out`.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The script is named `frame.sh`, which is descriptive and directly relates to its function.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The script's arguments (`--time`, `--index`, `--out`) are specific and only request necessary information, and the output is a single file as promised.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed 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 relies on `ffmpeg` which is declared as a bin requirement, not a direct dependency managed by npm or similar package managers within the extension itself.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The extension does not handle any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The script uses shell arguments and directly calls ffmpeg, with no indication of loading untrusted external data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The extension bundles its script and relies on the pre-installed `ffmpeg` binary, with no runtime downloads or remote execution of code.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The script operates on specified input and output files within the user's provided paths, not modifying files outside the project scope or using absolute paths.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The script is a straightforward bash script calling ffmpeg and does not appear to contain any sandbox-escape primitives.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The script only processes local video files and outputs a frame; there are no outbound calls or references to confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled script and markdown files do not contain any hidden text tricks, invisible characters, or malicious steering sequences.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The script is plain bash and is not obfuscated, minified, or dynamically fetched.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script uses relative paths for input and output and does not make assumptions about project structure beyond expecting a valid video file.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating very low issue activity or potential issues being disabled.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The parent project 'openclaw/openclaw' has release tags and a CHANGELOG, indicating a versioning strategy.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","Input arguments are handled by the bash script's argument parsing, and ffmpeg itself performs validation on the video file.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The script only writes to a specified output file and does not perform any destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The script uses `set -euo pipefail` for error handling and checks for file existence and argument presence, exiting with non-zero status on error.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The script uses `echo \"$out\"` for output and `echo` to stderr for usage/errors, providing basic logging.",{"category":117,"check":118,"severity":63,"summary":119},"Compliance","GDPR","The extension only processes video files and does not handle personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension is a general-purpose video processing tool and has no regional or jurisdictional limitations.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The script relies on `ffmpeg` and standard bash, making it portable across POSIX-compliant systems.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README for the parent project is comprehensive, though not specific to this individual skill. The SKILL.md provides sufficient detail for this skill.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","This is a single-tool extension.",{"category":40,"check":133,"severity":63,"summary":134},"Overlapping near-synonym tools","This extension provides a single script.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features (extracting frames/clips) are directly implemented by the provided script.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The `SKILL.md` provides clear installation instructions for `ffmpeg` and demonstrates usage with copy-pasteable examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The script provides clear error messages for missing files, missing arguments, and unknown arguments, along with usage instructions.",{"category":147,"check":148,"severity":63,"summary":149},"Execution","Pinned dependencies","The extension relies on the system's `ffmpeg` installation, which is not a bundled dependency.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The extension is not a state-changing command and does not send data outward; a dry-run is not applicable.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","This is a local file processing script and does not involve remote calls or state-changing operations requiring idempotency or timeouts.",{"category":117,"check":158,"severity":63,"summary":159},"Telemetry opt-in","The extension does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The `SKILL.md` clearly defines the purpose (extract frames/clips from videos) and provides clear usage examples and notes on when to use different options.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The `SKILL.md` is concise and provides the necessary information without excessive length.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The `SKILL.md` is self-contained and does not require deep embedding of material; no progressive disclosure is needed.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill is a focused utility and does not involve deep exploration that would require forking.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The `SKILL.md` provides clear, ready-to-use examples for extracting the first frame and a frame at a specific timestamp.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The script handles missing input files, missing output specifications, and provides usage instructions for all arguments.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","This skill relies on a system-installed binary (`ffmpeg`) and does not have a fallback mechanism to consider.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The script uses `set -euo pipefail` to halt on unexpected states and checks for required arguments and file existence.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not rely on other skills.",1778699110200,"This skill uses a bash script wrapper around ffmpeg to extract specific frames or short clips from video files, allowing users to specify timecodes or frame indices.",[195,196,197,198],"Extract a single frame from a video.","Extract frames at specific timestamps.","Extract specific frames by index.","Supports output to JPG or PNG formats.",[200,201,202],"Video editing or manipulation beyond frame extraction.","Batch processing of multiple videos.","Complex clip generation (e.g., based on duration).","3.0.0","4.4.0","Extract specific frames or short clips from videos for inspection or thumbnail generation.","All checks passed, indicating a high-quality, well-documented, and secure skill.",100,"A robust and well-documented skill for extracting frames or clips from videos.",[210,211,212,213,214],"video","ffmpeg","frames","clips","media","global","verified",[218,219,220],"Quickly generate thumbnails for video content.","Inspect specific moments in a video for analysis.","Extract visual references from video for documentation.",{"codeQuality":222,"collectedAt":224,"documentation":225,"maintenance":228,"popularity":232,"security":234,"testCoverage":237},{"hasLockfile":223},true,1778699096342,{"descriptionLength":226,"readmeSize":227},55,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},1778699110713,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"skills/video-frames","steipete","clawdis","skill",null,{"evaluate":247,"extract":249},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":248,"targetMarket":215,"tier":216},[210,211,212,213,214],{"commitSha":250},"HEAD",{"repoId":252},"kd738npxg9yh3xf3vddzy9fyfh86nhng",{"_creationTime":254,"_id":252,"identity":255,"providers":256,"workflow":1204},1778697628325.5796,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":257,"discover":1189,"extract":1192,"github":1193,"npm":1203},{"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,1115,1123,1131,1139,1147,1158],{"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":241,"description":10,"displayName":13,"installMethods":1109,"rationale":1110,"selectedPaths":1111,"source":269,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at skills/video-frames/SKILL.md",[1112,1113],{"path":267,"priority":268},{"path":1114,"priority":344},"scripts/frame.sh",{"basePath":1116,"description":1117,"displayName":1118,"installMethods":1119,"rationale":1120,"selectedPaths":1121,"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",[1122],{"path":267,"priority":268},{"basePath":1124,"description":1125,"displayName":1126,"installMethods":1127,"rationale":1128,"selectedPaths":1129,"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",[1130],{"path":267,"priority":268},{"basePath":1132,"description":1133,"displayName":1134,"installMethods":1135,"rationale":1136,"selectedPaths":1137,"source":269,"sourceLanguage":18,"type":244},"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",[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":1157},"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","cli",{"basePath":1159,"description":1160,"displayName":1161,"installMethods":1162,"license":235,"rationale":1163,"selectedPaths":1164,"source":269,"sourceLanguage":18,"type":1188},"","Multi-channel AI gateway with extensible messaging integrations","openclaw",{"npm":1161},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[1165,1167,1169,1170,1172,1174,1176,1178,1180,1182,1184,1186],{"path":1166,"priority":268},"package.json",{"path":1168,"priority":268},"README.md",{"path":545,"priority":546},{"path":1171,"priority":495},"openclaw.mjs",{"path":1173,"priority":344},"src/index.ts",{"path":1175,"priority":344},"src/tools/availability.ts",{"path":1177,"priority":344},"src/tools/descriptors.ts",{"path":1179,"priority":344},"src/tools/diagnostics.ts",{"path":1181,"priority":344},"src/tools/execution.ts",{"path":1183,"priority":344},"src/tools/index.ts",{"path":1185,"priority":344},"src/tools/planner.ts",{"path":1187,"priority":344},"src/tools/protocol.ts","mcp",{"sources":1190},[1191],"manual",{"npmPackage":1161},{"closedIssues90d":8,"description":1194,"forks":229,"homepage":1195,"license":235,"openIssues90d":8,"pushedAt":230,"readmeSize":227,"stars":231,"topics":1196},"Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞 ","https://openclaw.ai",[1197,1198,1199,1200,1201,1202,1161],"ai","assistant","own-your-data","personal","crustacean","molty",{"downloads":233},{"classifiedAt":1205,"discoverAt":1206,"extractAt":1207,"githubAt":1207,"npmAt":1208,"updatedAt":1205},1778697651718,1778697628325,1778697645005,1778697647656,[213,211,212,214,210],{"evaluatedAt":239,"extractAt":1211,"updatedAt":239},1778697652123,[],[1214,1243,1268,1296,1325,1352],{"_creationTime":1215,"_id":1216,"community":1217,"display":1218,"identity":1224,"providers":1228,"relations":1237,"tags":1239,"workflow":1240},1778683190010.2788,"k170adpz0ev1b1fhac7tp4ga5x86mnq7",{"reviewCount":8},{"description":1219,"installMethods":1220,"name":1222,"sourceUrl":1223},"FFmpeg-based media transcoding workflows with preset-driven conversions, batch processing, and safe backups for web/mobile/archive outputs.",{"claudeCode":1221},"bobmatnyc/claude-mpm-skills","media-transcoding","https://github.com/bobmatnyc/claude-mpm-skills",{"basePath":1225,"githubOwner":1226,"githubRepo":1227,"locale":18,"slug":1222,"type":244},"toolchains/universal/infrastructure/media-transcoding","bobmatnyc","claude-mpm-skills",{"evaluate":1229,"extract":1236},{"promptVersionExtension":203,"promptVersionScoring":204,"score":1230,"tags":1231,"targetMarket":215,"tier":216},99,[211,214,210,1232,1233,1234,1235],"transcoding","encoding","bash","python",{"commitSha":250},{"repoId":1238},"kd72g55e5qeqs90bk1bvkt8wbx86nkn3",[1234,1233,211,214,1235,1232,210],{"evaluatedAt":1241,"extractAt":1242,"updatedAt":1241},1778685746213,1778683190010,{"_creationTime":1244,"_id":1245,"community":1246,"display":1247,"identity":1253,"providers":1257,"relations":1262,"tags":1264,"workflow":1265},1778688112811.7341,"k1783k7wc5jyd4ddhdpwreese186m6fa",{"reviewCount":8},{"description":1248,"installMethods":1249,"name":1251,"sourceUrl":1252},"Process video files with ffmpeg automation. Use when: compressing videos for upload; extracting audio from video; resizing for social formats; clipping segments; merging multiple videos; generating thumbnails",{"claudeCode":1250},"guia-matthieu/clawfu-skills","video-processing","https://github.com/guia-matthieu/clawfu-skills",{"basePath":1254,"githubOwner":1255,"githubRepo":1256,"locale":18,"slug":1251,"type":244},"skills/automation/video-processing","guia-matthieu","clawfu-skills",{"evaluate":1258,"extract":1261},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":1259,"targetMarket":215,"tier":216},[1251,211,1260,1157,214],"automation",{"commitSha":250},{"repoId":1263},"kd72qvzyvm658ya7pbyh5ey47h86md53",[1260,1157,211,214,1251],{"evaluatedAt":1266,"extractAt":1267,"updatedAt":1266},1778688854859,1778688112811,{"_creationTime":1269,"_id":1270,"community":1271,"display":1272,"identity":1278,"providers":1282,"relations":1290,"tags":1292,"workflow":1293},1778688417731.9595,"k170dqz8g6nn0gs4rf7azc324x86nj9d",{"reviewCount":8},{"description":1273,"installMethods":1274,"name":1276,"sourceUrl":1277},"AI-powered video captioning — transcribe speech, optimize/translate subtitles, and burn them into video via the stable VideoCaptioner backend. Free ASR and translation included.",{"claudeCode":1275},"hkuds/cli-anything","cli-anything-videocaptioner","https://github.com/hkuds/cli-anything",{"basePath":1279,"githubOwner":1280,"githubRepo":1281,"locale":18,"slug":1276,"type":244},"skills/cli-anything-videocaptioner","hkuds","cli-anything",{"evaluate":1283,"extract":1289},{"promptVersionExtension":203,"promptVersionScoring":204,"score":1230,"tags":1284,"targetMarket":215,"tier":216},[210,1285,1286,1287,1288,1157,211],"captioning","subtitles","transcription","translation",{"commitSha":250},{"repoId":1291},"kd7e2bra4ymb6r521a25r6yges86n35p",[1285,1157,211,1286,1287,1288,210],{"evaluatedAt":1294,"extractAt":1295,"updatedAt":1294},1778689899246,1778688417732,{"_creationTime":1297,"_id":1298,"community":1299,"display":1300,"identity":1305,"providers":1309,"relations":1318,"tags":1320,"workflow":1321},1778686219732.8708,"k172sbg4kfrq84d08e4rk1ghp586nk45",{"reviewCount":8},{"description":1301,"installMethods":1302,"name":211,"sourceUrl":1304},"Video and audio processing with FFmpeg. Use for format conversion, resizing, compression, audio extraction, and preparing assets for Remotion. Triggers include converting GIF to MP4, resizing video, extracting audio, compressing files, or any media transformation task.",{"claudeCode":1303},"digitalsamba/claude-code-video-toolkit","https://github.com/digitalsamba/claude-code-video-toolkit",{"basePath":1306,"githubOwner":1307,"githubRepo":1308,"locale":18,"slug":211,"type":244},".claude/skills/ffmpeg","digitalsamba","claude-code-video-toolkit",{"evaluate":1310,"extract":1317},{"promptVersionExtension":203,"promptVersionScoring":204,"score":1230,"tags":1311,"targetMarket":215,"tier":216},[210,1312,211,1313,1314,1315,1316],"audio","remotion","media-processing","compression","conversion",{"commitSha":250},{"repoId":1319},"kd70r97eght58pp9f1x8scdagd86n32q",[1312,1315,1316,211,1314,1313,210],{"evaluatedAt":1322,"extractAt":1323,"updatedAt":1324},1778686320284,1778686219732,1778686648652,{"_creationTime":1326,"_id":1327,"community":1328,"display":1329,"identity":1335,"providers":1338,"relations":1346,"tags":1348,"workflow":1349},1778687399826.0251,"k171vxqcfmkqnje7226v7de7wx86m01n",{"reviewCount":8},{"description":1330,"installMethods":1331,"name":1333,"sourceUrl":1334},"Analyze a screen recording of a manual process and produce targeted, working automation scripts. Extracts frames and audio narration from video files, reconstructs the step-by-step workflow, and proposes automation at multiple complexity levels using tools already installed on the user machine.",{"claudeCode":1332},"github/awesome-copilot","automate-this","https://github.com/github/awesome-copilot",{"basePath":1336,"githubOwner":823,"githubRepo":1337,"locale":18,"slug":1333,"type":244},"skills/automate-this","awesome-copilot",{"evaluate":1339,"extract":1345},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":1340,"targetMarket":215,"tier":216},[1260,1341,1342,1343,211,1344],"video-analysis","script-generation","workflow-reconstruction","whisper",{"commitSha":250},{"repoId":1347},"kd7dsmv976w8rtkqnjjfdtfgks86nnmw",[1260,211,1342,1341,1344,1343],{"evaluatedAt":1350,"extractAt":1351,"updatedAt":1350},1778689324320,1778687399826,{"_creationTime":1353,"_id":1354,"community":1355,"display":1356,"identity":1362,"providers":1366,"relations":1376,"tags":1378,"workflow":1379},1778675414637.861,"k175wzven6w8bjmvxya173zs8d86n5ze",{"reviewCount":8},{"description":1357,"installMethods":1358,"name":1360,"sourceUrl":1361},"Zoom Video SDK for Linux - C++ headless bots, raw audio/video capture/injection, Qt/GTK integration, Docker support",{"claudeCode":1359},"anthropics/knowledge-work-plugins","linux","https://github.com/anthropics/knowledge-work-plugins",{"basePath":1363,"githubOwner":1364,"githubRepo":1365,"locale":18,"slug":1360,"type":244},"partner-built/zoom-plugin/skills/video-sdk/linux","anthropics","knowledge-work-plugins",{"evaluate":1367,"extract":1375},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":1368,"targetMarket":215,"tier":216},[1369,1370,1360,1371,1372,1373,214,1374],"zoom","video-sdk","cpp","development","headless","real-time",{"commitSha":250},{"repoId":1377},"kd7d9w1wpah4hqnbsfzwwax72986mh7d",[1371,1372,1373,1360,214,1374,1370,1369],{"evaluatedAt":1380,"extractAt":1381,"updatedAt":1380},1778678767262,1778675414637]