repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | { |
| #2 | "skillId": "video-frames", |
| #3 | "name": "video-frames", |
| #4 | "description": "Extract frames or short clips from videos using ffmpeg.", |
| #5 | "category": "pump-protocol", |
| #6 | "path": "video-frames/SKILL.md", |
| #7 | "url": "https://x402.wtf/api/skills/video-frames", |
| #8 | "tags": [ |
| #9 | "video", |
| #10 | "solana", |
| #11 | "frames" |
| #12 | ], |
| #13 | "requiredEnv": [], |
| #14 | "homepage": null, |
| #15 | "attestation": { |
| #16 | "status": "pending", |
| #17 | "isFormallyVerified": false, |
| #18 | "attestationPda": null, |
| #19 | "verificationTimestamp": null |
| #20 | }, |
| #21 | "markdown": "---\nname: video-frames\ndescription: Extract frames or short clips from videos using ffmpeg.\nhomepage: https://ffmpeg.org\nmetadata: {\"clawdbot\":{\"emoji\":\"🎞️\",\"requires\":{\"bins\":[\"ffmpeg\"]},\"install\":[{\"id\":\"brew\",\"kind\":\"brew\",\"formula\":\"ffmpeg\",\"bins\":[\"ffmpeg\"],\"label\":\"Install ffmpeg (brew)\"}]}}\n---\n\n# Video Frames (ffmpeg)\n\nExtract a single frame from a video, or create quick thumbnails for inspection.\n\n## Quick start\n\nFirst frame:\n\n```bash\n{baseDir}/scripts/frame.sh /path/to/video.mp4 --out /tmp/frame.jpg\n```\n\nAt a timestamp:\n\n```bash\n{baseDir}/scripts/frame.sh /path/to/video.mp4 --time 00:00:10 --out /tmp/frame-10s.jpg\n```\n\n## Notes\n\n- Prefer `--time` for “what is happening around here?”.\n- Use a `.jpg` for quick share; use `.png` for crisp UI frames.\n" |
| #22 | } |
| #23 |