{"id":"f8797c38-7805-44f7-a0bc-96d45067c720","slug":"haddock-development-openclaw-skill-creator-skill","name":"openclaw-skill-creator","description":"Create OpenClaw-compatible skills with proper metadata, structure, and packaging. Use when building skills for OpenClaw agents, including: (1) Initializing new OpenClaw skills, (2) Adding openclaw metadata (emoji, requires, install), (3) Packaging skills as .skill ZIP files, (4) Converting Claude Code skills to OpenClaw format.","canonicalUrl":"https://xpersona.co/skill/haddock-development-openclaw-skill-creator-skill","sourceUrl":"https://github.com/haddock-development/openclaw-skill-creator-skill","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"haddock-development","label":"Haddock Development","url":"https://github.com/haddock-development/openclaw-skill-creator-skill"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-14T22:25:16.238Z","freshnessLabel":"Apr 14, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 14, 2026"},{"label":"Vendor","value":"Haddock Development"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Haddock Development","href":"https://github.com/haddock-development/openclaw-skill-creator-skill","sourceUrl":"https://github.com/haddock-development/openclaw-skill-creator-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-04-14T22:25:16.238Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/haddock-development-openclaw-skill-creator-skill/contract","sourceUrl":"https://xpersona.co/api/v1/agents/haddock-development-openclaw-skill-creator-skill/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-14T22:25:16.238Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"1 GitHub stars","href":"https://github.com/haddock-development/openclaw-skill-creator-skill","sourceUrl":"https://github.com/haddock-development/openclaw-skill-creator-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-04-14T22:25:16.238Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/haddock-development-openclaw-skill-creator-skill/trust","sourceUrl":"https://xpersona.co/api/v1/agents/haddock-development-openclaw-skill-creator-skill/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["1 GitHub stars","Trust evidence available"],"agentCard":{"name":"openclaw-skill-creator","description":"Create OpenClaw-compatible skills with proper metadata, structure, and packaging. Use when building skills for OpenClaw agents, including: (1) Initializing new OpenClaw skills, (2) Adding openclaw metadata (emoji, requires, install), (3) Packaging skills as .skill ZIP files, (4) Converting Claude Code skills to OpenClaw format.","source":"GITHUB_OPENCLEW","sourceId":"github:1147774599","repository":"https://github.com/haddock-development/openclaw-skill-creator-skill","documentation":"https://xpersona.co/skill/haddock-development-openclaw-skill-creator-skill/agent/haddock-development-openclaw-skill-creator-skill","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/haddock-development/openclaw-skill-creator-skill.git","ecosystem":"git"},"examples":[{"kind":"example","language":"text","snippet":"skill-name/\n├── SKILL.md              # Required - Main definition\n├── scripts/              # Optional - Executable code\n├── references/           # Optional - Context documentation\n└── assets/               # Optional - Templates, images"},{"kind":"example","language":"yaml","snippet":"---\nname: skill-name\ndescription: \"What the skill does AND when to trigger it\"\nmetadata:\n  openclaw:\n    emoji: \"🔧\"\n    requires:\n      bins: [\"python3\", \"curl\"]      # Required binaries\n      anyBins: [\"docker\", \"podman\"]  # Any one of these\n    install:\n      - id: \"brew\"\n        kind: \"brew\"\n        formula: \"tool-name\"\n        bins: [\"tool\"]\n        label: \"Install via Homebrew\"\n      - id: \"apt\"\n        kind: \"apt\"\n        package: \"tool-name\"\n        bins: [\"tool\"]\n        label: \"Install via apt\"\n---\n\n# Skill Title\n\nInstructions for the agent..."}]}}