[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-daxaur-c-video-de":3,"guides-for-daxaur-c-video":681,"similar-k172g9r30r57q1eackx3mjrfes86md4x-de":682},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":228,"parentExtension":251,"providers":252,"relations":257,"repo":259,"tags":678,"workflow":679},1778686012417.8335,"k172g9r30r57q1eackx3mjrfes86md4x",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Download videos, extract audio, convert formats, and clip segments using `yt-dlp` and `ffmpeg`. Supports YouTube, Vimeo, and hundreds of other sites.",{"claudeCode":12},"daxaur/openpaw","c-video","https://github.com/daxaur/openpaw",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":244},1778686922245.8066,"kn710fnhegy1zwt1k8ng6h6sd586nxb4","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":201,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,33,38,41,45,49,53,57,61,64,67,70,74,77,80,83,86,89,93,98,101,105,108,111,114,117,120,123,127,130,134,138,141,144,147,150,154,157,160,163,166,169,172,176,180,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states the extension's purpose: downloading, extracting, converting, and clipping videos using yt-dlp and ffmpeg, and specifies supported sites.",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is concise, self-contained, and effectively summarizes the core capability and supported sites.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md body is concise and effectively delegates deeper material to CLI examples and usage guidelines.",{"category":34,"check":35,"severity":36,"summary":37},"Context","Progressive Disclosure","not_applicable","The skill does not have lengthy procedures that require splitting into separate reference files.",{"category":34,"check":39,"severity":36,"summary":40},"Forked exploration","This skill is not an exploration or audit-style skill and does not require forked exploration.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","Sufficient end-to-end examples are provided for both `yt-dlp` and `ffmpeg`, demonstrating common use cases with clear inputs and expected outputs.",{"category":42,"check":46,"severity":47,"summary":48},"Edge cases","info","The skill notes that yt-dlp may need periodic updates but does not document other specific failure modes or recovery steps.",{"category":50,"check":51,"severity":36,"summary":52},"Code Execution","Tool Fallback","This skill only uses common CLI tools (`yt-dlp`, `ffmpeg`) and does not rely on a custom MCP server with a fallback path.",{"category":54,"check":55,"severity":36,"summary":56},"Safety","Halt on unexpected state","The skill does not appear to have complex preconditions or destructive steps that would require halting on unexpected state.",{"category":58,"check":59,"severity":36,"summary":60},"Portability","Cross-skill coupling","The skill operates independently and does not implicitly rely on other skills.",{"category":42,"check":62,"severity":24,"summary":63},"Problem relevance","The description clearly identifies the user problem of needing to download, extract, convert, and clip videos from various online sources.",{"category":42,"check":65,"severity":24,"summary":66},"Unique selling proposition","The skill offers significant value over a simple prompt by integrating and orchestrating powerful CLI tools like yt-dlp and ffmpeg for complex media manipulation tasks.",{"category":42,"check":68,"severity":24,"summary":69},"Production readiness","The skill is production-ready, providing necessary tools and clear instructions for downloading, processing, and converting videos, covering the complete lifecycle of these operations.",{"category":71,"check":72,"severity":24,"summary":73},"Scope","Single responsibility principle","The extension focuses on video/audio manipulation tasks using specific tools, adhering to a single domain.",{"category":71,"check":75,"severity":24,"summary":76},"Description quality","The description accurately reflects the skill's capabilities, clearly stating its purpose and supported tools.",{"category":22,"check":78,"severity":24,"summary":79},"Scoped tools","The skill exposes specific, narrow tools (`yt-dlp` commands and `ffmpeg` commands) rather than a single generalist tool.",{"category":30,"check":81,"severity":24,"summary":82},"Configuration & parameter reference","All relevant parameters for `yt-dlp` and `ffmpeg` are implicitly documented through the provided command examples, which is sufficient for this tool-based skill.",{"category":71,"check":84,"severity":24,"summary":85},"Tool naming","The tools are named descriptively based on the underlying CLI commands they represent (e.g., `yt-dlp` for video downloading, `ffmpeg` for processing).",{"category":71,"check":87,"severity":24,"summary":88},"Minimal I/O surface","The tool parameters shown in examples are specific and relevant to the task, and outputs are implicitly the processed video/audio files.",{"category":90,"check":91,"severity":24,"summary":92},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license, and a LICENSE file is provided.",{"category":94,"check":95,"severity":96,"summary":97},"Maintenance","Commit recency","warning","The last commit was over 3 months ago (March 6, 2026), suggesting potential for unmaintained status.",{"category":94,"check":99,"severity":24,"summary":100},"Dependency Management","The SKILL.md and README mention the need to update `yt-dlp` via `pip install -U yt-dlp`, indicating awareness of dependency maintenance.",{"category":102,"check":103,"severity":36,"summary":104},"Security","Secret Management","The skill does not appear to handle or expose any secrets.",{"category":102,"check":106,"severity":24,"summary":107},"Injection","The skill's documentation and examples do not suggest it loads or executes untrusted third-party data as instructions.",{"category":102,"check":109,"severity":24,"summary":110},"Transitive Supply-Chain Grenades","The skill relies on commonly installed CLI tools and does not appear to fetch external content at runtime to be executed as instructions.",{"category":102,"check":112,"severity":24,"summary":113},"Sandbox Isolation","The skill operates by executing standard CLI commands, which are typically sandboxed by the runtime environment, and no operations outside of project folders are implied.",{"category":102,"check":115,"severity":24,"summary":116},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were observed in the provided script examples.",{"category":102,"check":118,"severity":24,"summary":119},"Data Exfiltration","The skill focuses on local file operations and does not exhibit any behavior that suggests data exfiltration.",{"category":102,"check":121,"severity":24,"summary":122},"Hidden Text Tricks","Bundled content appears free of hidden-steering tricks and uses clean printable ASCII.",{"category":124,"check":125,"severity":24,"summary":126},"Hooks","Opaque code execution","The skill uses standard CLI commands and does not involve obfuscated code or runtime script fetching.",{"category":58,"check":128,"severity":24,"summary":129},"Structural Assumption","The skill assumes CLI tools are installed and accessible, which is standard for this type of extension, and provides installation guidance.",{"category":131,"check":132,"severity":96,"summary":133},"Trust","Issues Attention","In the last 90 days, 1 issue was opened and 0 were closed, indicating a lack of responsiveness from maintainers.",{"category":135,"check":136,"severity":96,"summary":137},"Versioning","Release Management","There is no explicit versioning declared in the SKILL.md frontmatter or as GitHub release tags, and installation instructions may rely on 'main', making version pinning difficult.",{"category":50,"check":139,"severity":24,"summary":140},"Validation","Input parameters for the CLI tools are demonstrated through examples, implying standard CLI parsing and validation by the tools themselves.",{"category":102,"check":142,"severity":24,"summary":143},"Unguarded Destructive Operations","While file writes are involved, the operations are standard CLI interactions and not inherently destructive without user explicit commands for deletion or overwriting in ways that standard CLI tools handle.",{"category":50,"check":145,"severity":24,"summary":146},"Error Handling","The skill relies on the error handling of `yt-dlp` and `ffmpeg`, which provide descriptive error messages and exit codes, allowing the agent to interpret outcomes.",{"category":50,"check":148,"severity":36,"summary":149},"Logging","This skill primarily interacts with external CLI tools and does not perform actions that typically require a separate audit log for destructive operations within the extension's scope.",{"category":151,"check":152,"severity":36,"summary":153},"Compliance","GDPR","The skill operates on video files and does not handle personal data.",{"category":151,"check":155,"severity":24,"summary":156},"Target market","The skill is globally applicable and does not have any regional or jurisdictional limitations.",{"category":58,"check":158,"severity":24,"summary":159},"Runtime stability","The skill assumes standard CLI tool availability and POSIX shell compatibility, which are widely supported.",{"category":30,"check":161,"severity":24,"summary":162},"README","The README file is comprehensive, detailing the project's purpose, features, installation, and usage of various commands.",{"category":71,"check":164,"severity":36,"summary":165},"Tool surface size","This is a skill-based extension that wraps existing CLIs, not a collection of distinct tools exposed by the skill itself.",{"category":22,"check":167,"severity":36,"summary":168},"Overlapping near-synonym tools","The skill utilizes underlying CLI tools and does not expose overlapping synonym commands.",{"category":30,"check":170,"severity":24,"summary":171},"Phantom features","All features advertised in the README and SKILL.md are directly supported by the documented CLI commands and examples.",{"category":173,"check":174,"severity":24,"summary":175},"Install","Installation instruction","The README provides clear installation instructions for `pawmode` and implicitly for `yt-dlp` and `ffmpeg` via the CLI tools it manages, along with copy-pasteable examples.",{"category":177,"check":178,"severity":24,"summary":179},"Errors","Actionable error messages","The underlying CLI tools (`yt-dlp`, `ffmpeg`) provide descriptive error messages and exit codes, enabling actionable insights when errors occur.",{"category":181,"check":182,"severity":96,"summary":183},"Execution","Pinned dependencies","While `yt-dlp` can be updated via pip, there's no explicit pinning or lockfile mechanism shown for the core dependencies within the extension's own packaging, and no shebang/header for scripts.",{"category":71,"check":185,"severity":36,"summary":186},"Dry-run preview","The skill primarily involves downloading and processing files, not state-changing operations that would typically require a dry-run preview.",{"category":188,"check":189,"severity":36,"summary":190},"Protocol","Idempotent retry & timeouts","The skill relies on the underlying CLI tools for operations and does not involve remote calls or state-changing operations that require complex retry logic or timeouts.",{"category":151,"check":192,"severity":36,"summary":193},"Telemetry opt-in","There is no indication that this skill emits telemetry.",1778686922007,"This skill leverages `yt-dlp` and `ffmpeg` to download videos from numerous websites, extract audio, convert file formats, and clip video segments. It provides examples for common operations and usage guidelines.",[197,198,199,200],"Download videos from YouTube, Vimeo, and hundreds of other sites","Extract audio tracks from videos","Convert video and audio files between various formats","Clip specific segments from video files",[202,203,204,205],"Uploading videos","Live streaming","Video editing beyond simple clipping","Handling copyrighted content without proper rights","3.0.0","4.4.0","To enable Claude Code to easily download, extract audio from, convert formats of, and clip segments from online videos using powerful command-line tools.","The skill is well-documented and functional, but recent commits are lacking and there's no clear versioning strategy for the extension itself.",78,"A robust skill for video and audio manipulation using yt-dlp and ffmpeg.",[213,214,215,216,217,218],"video","audio","download","conversion","yt-dlp","ffmpeg","global","community",[222,223,224,225],"Download a YouTube video in its best available quality.","Extract the audio from a video file and save it as an MP3.","Convert a video from MP4 to WebM format.","Create a short clip from a specific timestamp and duration of a video.",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"popularity":239,"security":241,"testCoverage":243},{"hasLockfile":228},true,1778686901323,{"descriptionLength":231,"readmeSize":232},149,10094,{"closedIssues90d":8,"forks":234,"hasChangelog":235,"openIssues90d":236,"pushedAt":237,"stars":238},5,false,1,1772755947000,137,{"npmDownloads":240},103,{"hasNpmPackage":228,"license":242,"smitheryVerified":235},"MIT",{"hasCi":228,"hasTests":235},{"updatedAt":245},1778686922245,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":13,"type":250},"skills/c-video","daxaur","openpaw","skill",null,{"evaluate":253,"extract":255},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":254,"targetMarket":219,"tier":220},[213,214,215,216,217,218],{"commitSha":256},"HEAD",{"repoId":258},"kd7bwdbyne8rrdfxt9ahxb6ved86mk9b",{"_creationTime":260,"_id":258,"identity":261,"providers":262,"workflow":673},1778686001339.4075,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":263,"discover":651,"extract":654,"github":655,"npm":672},{"commitSha":256,"extensions":264},[265,276,284,292,300,308,316,324,332,340,348,356,364,372,380,388,396,404,412,420,428,436,444,452,460,468,476,484,492,500,508,516,524,532,540,548,556,564,572,577,585,593,601],{"basePath":266,"description":267,"displayName":268,"installMethods":269,"rationale":270,"selectedPaths":271,"source":275,"sourceLanguage":18,"type":250},"skills/c-ai","Query LLMs from the CLI — pipe text for summarization, chat interactively, use local or cloud models with llm or aichat.","c-ai",{"claudeCode":12},"SKILL.md frontmatter at skills/c-ai/SKILL.md",[272],{"path":273,"priority":274},"SKILL.md","mandatory","rule",{"basePath":277,"description":278,"displayName":279,"installMethods":280,"rationale":281,"selectedPaths":282,"source":275,"sourceLanguage":18,"type":250},"skills/c-apps","Install, update, and search Mac App Store apps from the command line using mas.","c-apps",{"claudeCode":12},"SKILL.md frontmatter at skills/c-apps/SKILL.md",[283],{"path":273,"priority":274},{"basePath":285,"description":286,"displayName":287,"installMethods":288,"rationale":289,"selectedPaths":290,"source":275,"sourceLanguage":18,"type":250},"skills/c-bluetooth","Manage Bluetooth devices on macOS using the blucli (`blu`) CLI. List paired and available devices, connect to headphones/speakers/keyboards, and disconnect devices by name or MAC address.","c-bluetooth",{"claudeCode":12},"SKILL.md frontmatter at skills/c-bluetooth/SKILL.md",[291],{"path":273,"priority":274},{"basePath":293,"description":294,"displayName":295,"installMethods":296,"rationale":297,"selectedPaths":298,"source":275,"sourceLanguage":18,"type":250},"skills/c-briefing","Daily briefing — morning summary of email, calendar, tasks, weather. Can run on a schedule via launchd/cron.","c-briefing",{"claudeCode":12},"SKILL.md frontmatter at skills/c-briefing/SKILL.md",[299],{"path":273,"priority":274},{"basePath":301,"description":302,"displayName":303,"installMethods":304,"rationale":305,"selectedPaths":306,"source":275,"sourceLanguage":18,"type":250},"skills/c-browser","Headless browser automation — navigate pages, click elements, fill forms, take screenshots, scrape content using agent-browser or playwright-cli.","c-browser",{"claudeCode":12},"SKILL.md frontmatter at skills/c-browser/SKILL.md",[307],{"path":273,"priority":274},{"basePath":309,"description":310,"displayName":311,"installMethods":312,"rationale":313,"selectedPaths":314,"source":275,"sourceLanguage":18,"type":250},"skills/c-calendar","View and create calendar events via gog (Google Calendar) or icalBuddy (Apple Calendar). Check availability, list upcoming events, create/update/delete events, and manage multiple calendars.","c-calendar",{"claudeCode":12},"SKILL.md frontmatter at skills/c-calendar/SKILL.md",[315],{"path":273,"priority":274},{"basePath":317,"description":318,"displayName":319,"installMethods":320,"rationale":321,"selectedPaths":322,"source":275,"sourceLanguage":18,"type":250},"skills/c-clipboard","System clipboard — copy, paste, transform content between clipboard and files.","c-clipboard",{"claudeCode":12},"SKILL.md frontmatter at skills/c-clipboard/SKILL.md",[323],{"path":273,"priority":274},{"basePath":325,"description":326,"displayName":327,"installMethods":328,"rationale":329,"selectedPaths":330,"source":275,"sourceLanguage":18,"type":250},"skills/c-contacts","macOS Contacts — search, list, and look up contact details via AppleScript.","c-contacts",{"claudeCode":12},"SKILL.md frontmatter at skills/c-contacts/SKILL.md",[331],{"path":273,"priority":274},{"basePath":333,"description":334,"displayName":335,"installMethods":336,"rationale":337,"selectedPaths":338,"source":275,"sourceLanguage":18,"type":250},"skills/c-core","OpenPaw coordinator — routes requests to skills, manages memory, knows what's installed. Use /c for any task.","c",{"claudeCode":12},"SKILL.md frontmatter at skills/c-core/SKILL.md",[339],{"path":273,"priority":274},{"basePath":341,"description":342,"displayName":343,"installMethods":344,"rationale":345,"selectedPaths":346,"source":275,"sourceLanguage":18,"type":250},"skills/c-cron","Manage cron jobs and macOS launchctl services — schedule recurring tasks, start/stop services using lunchy-go.","c-cron",{"claudeCode":12},"SKILL.md frontmatter at skills/c-cron/SKILL.md",[347],{"path":273,"priority":274},{"basePath":349,"description":350,"displayName":351,"installMethods":352,"rationale":353,"selectedPaths":354,"source":275,"sourceLanguage":18,"type":250},"skills/c-display","Control display brightness and safely move files to trash instead of permanently deleting with rm.","c-display",{"claudeCode":12},"SKILL.md frontmatter at skills/c-display/SKILL.md",[355],{"path":273,"priority":274},{"basePath":357,"description":358,"displayName":359,"installMethods":360,"rationale":361,"selectedPaths":362,"source":275,"sourceLanguage":18,"type":250},"skills/c-email","Read, send, search, and label email via gog (Gmail CLI) or himalaya (IMAP). Supports inbox management, drafting replies, thread viewing, and label/folder operations across Gmail and standard IMAP accounts.","c-email",{"claudeCode":12},"SKILL.md frontmatter at skills/c-email/SKILL.md",[363],{"path":273,"priority":274},{"basePath":365,"description":366,"displayName":367,"installMethods":368,"rationale":369,"selectedPaths":370,"source":275,"sourceLanguage":18,"type":250},"skills/c-files","Sync files to Google Drive, S3, Dropbox, OneDrive, and 70+ cloud providers using rclone.","c-files",{"claudeCode":12},"SKILL.md frontmatter at skills/c-files/SKILL.md",[371],{"path":273,"priority":274},{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"source":275,"sourceLanguage":18,"type":250},"skills/c-github","Interact with GitHub using the `gh` CLI and `jq`. Manage PRs, issues, repositories, and Actions workflows. Make raw API calls with `gh api` for anything not covered by built-in commands.","c-github",{"claudeCode":12},"SKILL.md frontmatter at skills/c-github/SKILL.md",[379],{"path":273,"priority":274},{"basePath":381,"description":382,"displayName":383,"installMethods":384,"rationale":385,"selectedPaths":386,"source":275,"sourceLanguage":18,"type":250},"skills/c-jira","Manage Jira issues using `jira` (jira-cli). List and filter issues, create new tickets, transition issue status, manage sprints, and add comments — all from the terminal without opening a browser.","c-jira",{"claudeCode":12},"SKILL.md frontmatter at skills/c-jira/SKILL.md",[387],{"path":273,"priority":274},{"basePath":389,"description":390,"displayName":391,"installMethods":392,"rationale":393,"selectedPaths":394,"source":275,"sourceLanguage":18,"type":250},"skills/c-lights","Control Philips Hue smart lights using the `openhue` CLI. Turn lights on/off, adjust brightness and color, activate scenes, and manage rooms and groups.","c-lights",{"claudeCode":12},"SKILL.md frontmatter at skills/c-lights/SKILL.md",[395],{"path":273,"priority":274},{"basePath":397,"description":398,"displayName":399,"installMethods":400,"rationale":401,"selectedPaths":402,"source":275,"sourceLanguage":18,"type":250},"skills/c-linear","Manage Linear issues and projects using the `linear` CLI. List and filter issues, create new issues, update status, start work on a branch, and create linked pull requests directly from the terminal.","c-linear",{"claudeCode":12},"SKILL.md frontmatter at skills/c-linear/SKILL.md",[403],{"path":273,"priority":274},{"basePath":405,"description":406,"displayName":407,"installMethods":408,"rationale":409,"selectedPaths":410,"source":275,"sourceLanguage":18,"type":250},"skills/c-location","Search Apple Maps, find nearby places, and get directions using the `goplaces` CLI. Supports keyword searches, category filters (restaurants, coffee, gas), and turn-by-turn directions by driving, walking, or transit.","c-location",{"claudeCode":12},"SKILL.md frontmatter at skills/c-location/SKILL.md",[411],{"path":273,"priority":274},{"basePath":413,"description":414,"displayName":415,"installMethods":416,"rationale":417,"selectedPaths":418,"source":275,"sourceLanguage":18,"type":250},"skills/c-lockin","Lock In Mode — orchestrate distraction blocking, environment setup, and session tracking.","c-lockin",{"claudeCode":12},"SKILL.md frontmatter at skills/c-lockin/SKILL.md",[419],{"path":273,"priority":274},{"basePath":421,"description":422,"displayName":423,"installMethods":424,"rationale":425,"selectedPaths":426,"source":275,"sourceLanguage":18,"type":250},"skills/c-memory","Persistent memory across Claude Code sessions — remember facts, preferences, and context","c-memory",{"claudeCode":12},"SKILL.md frontmatter at skills/c-memory/SKILL.md",[427],{"path":273,"priority":274},{"basePath":429,"description":430,"displayName":431,"installMethods":432,"rationale":433,"selectedPaths":434,"source":275,"sourceLanguage":18,"type":250},"skills/c-messaging","Send and read messages via imsg (iMessage) and wacli (WhatsApp). Supports sending to individuals or groups, reading recent conversations, and checking unread messages across both platforms.","c-messaging",{"claudeCode":12},"SKILL.md frontmatter at skills/c-messaging/SKILL.md",[435],{"path":273,"priority":274},{"basePath":437,"description":438,"displayName":439,"installMethods":440,"rationale":441,"selectedPaths":442,"source":275,"sourceLanguage":18,"type":250},"skills/c-music","Control Spotify playback using the `spogo` CLI. Play, pause, skip, search tracks/albums/playlists, manage the queue, and browse your library.","c-music",{"claudeCode":12},"SKILL.md frontmatter at skills/c-music/SKILL.md",[443],{"path":273,"priority":274},{"basePath":445,"description":446,"displayName":447,"installMethods":448,"rationale":449,"selectedPaths":450,"source":275,"sourceLanguage":18,"type":250},"skills/c-network","DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.","c-network",{"claudeCode":12},"SKILL.md frontmatter at skills/c-network/SKILL.md",[451],{"path":273,"priority":274},{"basePath":453,"description":454,"displayName":455,"installMethods":456,"rationale":457,"selectedPaths":458,"source":275,"sourceLanguage":18,"type":250},"skills/c-notes","Manage Apple Notes and Apple Reminders from the CLI. Uses memo for Notes and remindctl for Reminders. Supports listing, searching, reading, creating notes, and adding/completing reminders.","c-notes",{"claudeCode":12},"SKILL.md frontmatter at skills/c-notes/SKILL.md",[459],{"path":273,"priority":274},{"basePath":461,"description":462,"displayName":463,"installMethods":464,"rationale":465,"selectedPaths":466,"source":275,"sourceLanguage":18,"type":250},"skills/c-notify","Send native macOS notification center alerts from the command line using terminal-notifier.","c-notify",{"claudeCode":12},"SKILL.md frontmatter at skills/c-notify/SKILL.md",[467],{"path":273,"priority":274},{"basePath":469,"description":470,"displayName":471,"installMethods":472,"rationale":473,"selectedPaths":474,"source":275,"sourceLanguage":18,"type":250},"skills/c-notion","Manage Notion pages and databases from the CLI using notion-cli. Create, read, search, and update pages. Query databases, add entries, and manage blocks and properties.","c-notion",{"claudeCode":12},"SKILL.md frontmatter at skills/c-notion/SKILL.md",[475],{"path":273,"priority":274},{"basePath":477,"description":478,"displayName":479,"installMethods":480,"rationale":481,"selectedPaths":482,"source":275,"sourceLanguage":18,"type":250},"skills/c-obsidian","Obsidian vault as persistent memory — daily notes, session logs, knowledge capture, and search across your entire vault.","c-obsidian",{"claudeCode":12},"SKILL.md frontmatter at skills/c-obsidian/SKILL.md",[483],{"path":273,"priority":274},{"basePath":485,"description":486,"displayName":487,"installMethods":488,"rationale":489,"selectedPaths":490,"source":275,"sourceLanguage":18,"type":250},"skills/c-research","Summarize web URLs, PDFs, YouTube videos, and podcasts using the `summarize` CLI. Instantly extract key points from any content type without manual reading. Useful for research, link digests, and media review.","c-research",{"claudeCode":12},"SKILL.md frontmatter at skills/c-research/SKILL.md",[491],{"path":273,"priority":274},{"basePath":493,"description":494,"displayName":495,"installMethods":496,"rationale":497,"selectedPaths":498,"source":275,"sourceLanguage":18,"type":250},"skills/c-schedule","Smart scheduling — automate recurring Claude tasks with cost control. Deliver results to Telegram, file, or notification. Built into OpenPaw.","c-schedule",{"claudeCode":12},"SKILL.md frontmatter at skills/c-schedule/SKILL.md",[499],{"path":273,"priority":274},{"basePath":501,"description":502,"displayName":503,"installMethods":504,"rationale":505,"selectedPaths":506,"source":275,"sourceLanguage":18,"type":250},"skills/c-screen","Capture screenshots and extract text via OCR using `peekaboo`, and capture webcam images using `camsnap`. Enables visual analysis of screen content and camera input.","c-screen",{"claudeCode":12},"SKILL.md frontmatter at skills/c-screen/SKILL.md",[507],{"path":273,"priority":274},{"basePath":509,"description":510,"displayName":511,"installMethods":512,"rationale":513,"selectedPaths":514,"source":275,"sourceLanguage":18,"type":250},"skills/c-secrets","Look up and manage secrets using 1Password CLI (`op`) or Bitwarden CLI (`bw`). Retrieve passwords, generate new passwords, and copy credentials to clipboard. CRITICAL: Never display passwords in plain text — always copy to clipboard.","c-secrets",{"claudeCode":12},"SKILL.md frontmatter at skills/c-secrets/SKILL.md",[515],{"path":273,"priority":274},{"basePath":517,"description":518,"displayName":519,"installMethods":520,"rationale":521,"selectedPaths":522,"source":275,"sourceLanguage":18,"type":250},"skills/c-slack","Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.","c-slack",{"claudeCode":12},"SKILL.md frontmatter at skills/c-slack/SKILL.md",[523],{"path":273,"priority":274},{"basePath":525,"description":526,"displayName":527,"installMethods":528,"rationale":529,"selectedPaths":530,"source":275,"sourceLanguage":18,"type":250},"skills/c-speakers","Control Sonos speakers using the `sonos` CLI (sonoscli). Play, pause, adjust volume, manage groups, and play favorites across rooms and speaker zones.","c-speakers",{"claudeCode":12},"SKILL.md frontmatter at skills/c-speakers/SKILL.md",[531],{"path":273,"priority":274},{"basePath":533,"description":534,"displayName":535,"installMethods":536,"rationale":537,"selectedPaths":538,"source":275,"sourceLanguage":18,"type":250},"skills/c-system","macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.","c-system",{"claudeCode":12},"SKILL.md frontmatter at skills/c-system/SKILL.md",[539],{"path":273,"priority":274},{"basePath":541,"description":542,"displayName":543,"installMethods":544,"rationale":545,"selectedPaths":546,"source":275,"sourceLanguage":18,"type":250},"skills/c-tasks","Manage tasks across Todoist (todoist-cli), Things 3 (things-cli), and Taskwarrior (task). Detects which tool is installed. Supports adding, listing, completing, and filtering tasks across all three managers.","c-tasks",{"claudeCode":12},"SKILL.md frontmatter at skills/c-tasks/SKILL.md",[547],{"path":273,"priority":274},{"basePath":549,"description":550,"displayName":551,"installMethods":552,"rationale":553,"selectedPaths":554,"source":275,"sourceLanguage":18,"type":250},"skills/c-telegram","Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.","c-telegram",{"claudeCode":12},"SKILL.md frontmatter at skills/c-telegram/SKILL.md",[555],{"path":273,"priority":274},{"basePath":557,"description":558,"displayName":559,"installMethods":560,"rationale":561,"selectedPaths":562,"source":275,"sourceLanguage":18,"type":250},"skills/c-timer","Timers, alarms, and pomodoro — set countdowns with native notifications.","c-timer",{"claudeCode":12},"SKILL.md frontmatter at skills/c-timer/SKILL.md",[563],{"path":273,"priority":274},{"basePath":565,"description":566,"displayName":567,"installMethods":568,"rationale":569,"selectedPaths":570,"source":275,"sourceLanguage":18,"type":250},"skills/c-tracking","Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.","c-tracking",{"claudeCode":12},"SKILL.md frontmatter at skills/c-tracking/SKILL.md",[571],{"path":273,"priority":274},{"basePath":247,"description":10,"displayName":13,"installMethods":573,"rationale":574,"selectedPaths":575,"source":275,"sourceLanguage":18,"type":250},{"claudeCode":12},"SKILL.md frontmatter at skills/c-video/SKILL.md",[576],{"path":273,"priority":274},{"basePath":578,"description":579,"displayName":580,"installMethods":581,"rationale":582,"selectedPaths":583,"source":275,"sourceLanguage":18,"type":250},"skills/c-video-edit","Programmatic video creation using Remotion (React-based) and Editly (JSON-based declarative). Create, render, and compose videos from code.","c-video-edit",{"claudeCode":12},"SKILL.md frontmatter at skills/c-video-edit/SKILL.md",[584],{"path":273,"priority":274},{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":275,"sourceLanguage":18,"type":250},"skills/c-voice","Convert speech to text using `sag` (ElevenLabs STT) and synthesize speech using `say` (macOS built-in TTS). Enables voice input transcription and audio output.","c-voice",{"claudeCode":12},"SKILL.md frontmatter at skills/c-voice/SKILL.md",[592],{"path":273,"priority":274},{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":275,"sourceLanguage":18,"type":250},"skills/c-weather","Weather forecasts and conditions — current, hourly, multi-day. No API key needed.","c-weather",{"claudeCode":12},"SKILL.md frontmatter at skills/c-weather/SKILL.md",[600],{"path":273,"priority":274},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"license":242,"rationale":606,"selectedPaths":607,"source":275,"sourceLanguage":18,"type":650},"","Open-source Personal Assistant Wizard for Claude Code. Turn Claude Code into your PA with CLI tools and skills.","pawmode",{"npm":604},"cli ecosystem detected at /",[608,610,612,615,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648],{"path":609,"priority":274},"package.json",{"path":611,"priority":274},"README.md",{"path":613,"priority":614},"LICENSE","high",{"path":616,"priority":617},"src/index.ts","low",{"path":619,"priority":617},"src/commands/add.ts",{"path":621,"priority":617},"src/commands/configure.ts",{"path":623,"priority":617},"src/commands/dashboard.ts",{"path":625,"priority":617},"src/commands/doctor.ts",{"path":627,"priority":617},"src/commands/export.ts",{"path":629,"priority":617},"src/commands/list.ts",{"path":631,"priority":617},"src/commands/lockin.ts",{"path":633,"priority":617},"src/commands/remove.ts",{"path":635,"priority":617},"src/commands/reset.ts",{"path":637,"priority":617},"src/commands/schedule.ts",{"path":639,"priority":617},"src/commands/setup.ts",{"path":641,"priority":617},"src/commands/soul.ts",{"path":643,"priority":617},"src/commands/status.ts",{"path":645,"priority":617},"src/commands/telegram.ts",{"path":647,"priority":617},"src/commands/theme.ts",{"path":649,"priority":617},"src/commands/update.ts","cli",{"sources":652},[653],"manual",{"npmPackage":604},{"closedIssues90d":8,"description":656,"forks":234,"homepage":657,"license":242,"openIssues90d":236,"pushedAt":237,"readmeSize":232,"stars":238,"topics":658},"Personal Assistant Wizard for Claude Code — npx pawmode","https://www.npmjs.com/package/pawmode",[659,660,661,662,663,650,664,665,666,667,668,669,670,671],"ai-agent","anthropic","automation","claude","claude-code","macos","open-source","personal-assistant","productivity","smart-home","telegram","typescript","vibecoding",{"downloads":240},{"classifiedAt":674,"discoverAt":675,"extractAt":676,"githubAt":676,"npmAt":677,"updatedAt":674},1778686011878,1778686001339,1778686007840,1778686010039,[214,216,215,218,213,217],{"evaluatedAt":245,"extractAt":680,"updatedAt":245},1778686012417,[],[683,714,744,771,799,825],{"_creationTime":684,"_id":685,"community":686,"display":687,"identity":692,"providers":697,"relations":706,"tags":709,"workflow":710},1778686545849.374,"k177hrzhj7kq341ne6zye4qwrx86n1hp",{"reviewCount":8},{"description":688,"installMethods":689,"name":218,"sourceUrl":691},"Videobearbeitung und -verarbeitung mit FFmpeg. Verwenden Sie es für Formatkonvertierung, Größenänderung, Komprimierung, Audioextraktion und die Vorbereitung von Assets für Remotion. Trigger umfassen die Konvertierung von GIF in MP4, die Größenänderung von Videos, die Extraktion von Audio, die Komprimierung von Dateien oder jede Medien transformations aufgabe.",{"claudeCode":690},"digitalsamba/claude-code-video-toolkit","https://github.com/digitalsamba/claude-code-video-toolkit",{"basePath":693,"githubOwner":694,"githubRepo":695,"locale":696,"slug":218,"type":250},".claude/skills/ffmpeg","digitalsamba","claude-code-video-toolkit","de",{"evaluate":698,"extract":705},{"promptVersionExtension":206,"promptVersionScoring":207,"score":699,"tags":700,"targetMarket":219,"tier":704},99,[213,214,218,701,702,703,216],"remotion","media-processing","compression","verified",{"commitSha":256},{"repoId":707,"translatedFrom":708},"kd70r97eght58pp9f1x8scdagd86n32q","k172sbg4kfrq84d08e4rk1ghp586nk45",[214,703,216,218,702,701,213],{"evaluatedAt":711,"extractAt":712,"updatedAt":713},1778686320284,1778686219732,1778686545849,{"_creationTime":715,"_id":716,"community":717,"display":718,"identity":724,"providers":729,"relations":738,"tags":740,"workflow":741},1778688112811.7349,"k170vdg81q6yx4j2kv8seggh9186na7e",{"reviewCount":8},{"description":719,"installMethods":720,"name":722,"sourceUrl":723},"Download and process YouTube content for research. Use when: downloading competitor videos for analysis; extracting audio for podcasts; getting transcripts for content repurposing; archiving webinars; research content curation",{"claudeCode":721},"guia-matthieu/clawfu-skills","YouTube Downloader","https://github.com/guia-matthieu/clawfu-skills",{"basePath":725,"githubOwner":726,"githubRepo":727,"locale":18,"slug":728,"type":250},"skills/automation/youtube-downloader","guia-matthieu","clawfu-skills","youtube-downloader",{"evaluate":730,"extract":737},{"promptVersionExtension":206,"promptVersionScoring":207,"score":731,"tags":732,"targetMarket":219,"tier":704},100,[733,215,213,214,734,735,736],"youtube","transcription","research","content-processing",{"commitSha":256,"license":242},{"repoId":739},"kd72qvzyvm658ya7pbyh5ey47h86md53",[214,736,215,735,734,213,733],{"evaluatedAt":742,"extractAt":743,"updatedAt":742},1778688933132,1778688112811,{"_creationTime":745,"_id":746,"community":747,"display":748,"identity":754,"providers":758,"relations":765,"tags":767,"workflow":768},1778697652123.9006,"k173ykh2hb7ftk68yprzkgmy1n86nh4d",{"reviewCount":8},{"description":749,"installMethods":750,"name":752,"sourceUrl":753},"Extract frames or short clips from videos using ffmpeg.",{"claudeCode":751},"steipete/clawdis","video-frames","https://github.com/steipete/clawdis",{"basePath":755,"githubOwner":756,"githubRepo":757,"locale":18,"slug":752,"type":250},"skills/video-frames","steipete","clawdis",{"evaluate":759,"extract":764},{"promptVersionExtension":206,"promptVersionScoring":207,"score":731,"tags":760,"targetMarket":219,"tier":704},[213,218,761,762,763],"frames","clips","media",{"commitSha":256},{"repoId":766},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[762,218,761,763,213],{"evaluatedAt":769,"extractAt":770,"updatedAt":769},1778699110713,1778697652123,{"_creationTime":772,"_id":773,"community":774,"display":775,"identity":781,"providers":785,"relations":792,"tags":795,"workflow":796},1778691497595.971,"k17d4j045r8r2rmskvshf0dycx86nhsb",{"reviewCount":8},{"description":776,"installMethods":777,"name":779,"sourceUrl":780},"Downloads YouTube video transcripts/subtitles and cover images by URL or video ID. Supports multiple languages, translation, chapters, and speaker identification. Caches raw data for fast re-formatting. Use when user asks to \"get YouTube transcript\", \"download subtitles\", \"get captions\", \"YouTube字幕\", \"YouTube封面\", \"视频封面\", \"video thumbnail\", \"video cover image\", or provides a YouTube URL and wants the transcript/subtitle text or cover image extracted.",{"claudeCode":778},"jimliu/baoyu-skills","baoyu-youtube-transcript","https://github.com/jimliu/baoyu-skills",{"basePath":782,"githubOwner":783,"githubRepo":784,"locale":18,"slug":779,"type":250},"skills/baoyu-youtube-transcript","jimliu","baoyu-skills",{"evaluate":786,"extract":791},{"promptVersionExtension":206,"promptVersionScoring":207,"score":699,"tags":787,"targetMarket":219,"tier":704},[733,788,789,213,215,790],"transcript","subtitles","metadata",{"commitSha":256,"license":242},{"parentExtensionId":793,"repoId":794},"k172q4hxm2acmg5ree5aeemx1x86m6hx","kd718jn448p61w289hzf15tecd86n3a4",[215,790,789,788,213,733],{"evaluatedAt":797,"extractAt":798,"updatedAt":797},1778692048529,1778691497596,{"_creationTime":800,"_id":801,"community":802,"display":803,"identity":809,"providers":813,"relations":819,"tags":821,"workflow":822},1778688417731.9595,"k170dqz8g6nn0gs4rf7azc324x86nj9d",{"reviewCount":8},{"description":804,"installMethods":805,"name":807,"sourceUrl":808},"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":806},"hkuds/cli-anything","cli-anything-videocaptioner","https://github.com/hkuds/cli-anything",{"basePath":810,"githubOwner":811,"githubRepo":812,"locale":18,"slug":807,"type":250},"skills/cli-anything-videocaptioner","hkuds","cli-anything",{"evaluate":814,"extract":818},{"promptVersionExtension":206,"promptVersionScoring":207,"score":699,"tags":815,"targetMarket":219,"tier":704},[213,816,789,734,817,650,218],"captioning","translation",{"commitSha":256},{"repoId":820},"kd7e2bra4ymb6r521a25r6yges86n35p",[816,650,218,789,734,817,213],{"evaluatedAt":823,"extractAt":824,"updatedAt":823},1778689899246,1778688417732,{"_creationTime":826,"_id":827,"community":828,"display":829,"identity":835,"providers":839,"relations":847,"tags":849,"workflow":850},1778683190010.2788,"k170adpz0ev1b1fhac7tp4ga5x86mnq7",{"reviewCount":8},{"description":830,"installMethods":831,"name":833,"sourceUrl":834},"FFmpeg-based media transcoding workflows with preset-driven conversions, batch processing, and safe backups for web/mobile/archive outputs.",{"claudeCode":832},"bobmatnyc/claude-mpm-skills","media-transcoding","https://github.com/bobmatnyc/claude-mpm-skills",{"basePath":836,"githubOwner":837,"githubRepo":838,"locale":18,"slug":833,"type":250},"toolchains/universal/infrastructure/media-transcoding","bobmatnyc","claude-mpm-skills",{"evaluate":840,"extract":846},{"promptVersionExtension":206,"promptVersionScoring":207,"score":699,"tags":841,"targetMarket":219,"tier":704},[218,763,213,842,843,844,845],"transcoding","encoding","bash","python",{"commitSha":256},{"repoId":848},"kd72g55e5qeqs90bk1bvkt8wbx86nkn3",[844,843,218,763,845,842,213],{"evaluatedAt":851,"extractAt":852,"updatedAt":851},1778685746213,1778683190010]