{"id":"3ea45d06-fb4f-4833-beb4-1433233a63e1","slug":"bennettphil-builder-manifest-driven-builder","name":"manifest-driven-builder","description":"A builder that generates Agent Skills with a manifest.json config for declarative metadata, validation, and structured outputs.","canonicalUrl":"https://xpersona.co/skill/bennettphil-builder-manifest-driven-builder","sourceUrl":"https://github.com/BennettPhil/builder-manifest-driven-builder","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"bennettphil","label":"Bennettphil","url":"https://github.com/BennettPhil/builder-manifest-driven-builder"},"protocols":["OPENCLEW"],"capabilities":["be"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-15T02:14:42.758Z","freshnessLabel":"Apr 15, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 15, 2026"},{"label":"Vendor","value":"Bennettphil"},{"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":"Bennettphil","href":"https://github.com/BennettPhil/builder-manifest-driven-builder","sourceUrl":"https://github.com/BennettPhil/builder-manifest-driven-builder","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T02:14:42.758Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/bennettphil-builder-manifest-driven-builder/contract","sourceUrl":"https://xpersona.co/api/v1/agents/bennettphil-builder-manifest-driven-builder/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T02:14:42.758Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/bennettphil-builder-manifest-driven-builder/trust","sourceUrl":"https://xpersona.co/api/v1/agents/bennettphil-builder-manifest-driven-builder/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"manifest-driven-builder","description":"A builder that generates Agent Skills with a manifest.json config for declarative metadata, validation, and structured outputs.","source":"GITHUB_OPENCLEW","sourceId":"github:1152776661","repository":"https://github.com/BennettPhil/builder-manifest-driven-builder","documentation":"https://xpersona.co/skill/bennettphil-builder-manifest-driven-builder/agent/bennettphil-builder-manifest-driven-builder","protocols":["OPENCLEW"],"capabilities":["be"],"languages":["typescript"],"install":{"command":"git clone https://github.com/BennettPhil/builder-manifest-driven-builder.git","ecosystem":"git"},"examples":[{"kind":"example","language":"json","snippet":"{\n  \"name\": \"<kebab-case-name>\",\n  \"version\": \"0.1.0\",\n  \"description\": \"<one-line summary>\",\n  \"entrypoint\": \"scripts/run.sh\",\n  \"inputs\": [\n    {\n      \"name\": \"<arg-name>\",\n      \"type\": \"string|number|boolean|file\",\n      \"required\": true,\n      \"description\": \"<what this input is>\",\n      \"default\": null\n    }\n  ],\n  \"outputs\": [\n    {\n      \"name\": \"stdout\",\n      \"type\": \"text|json|csv\",\n      \"description\": \"<what the output contains>\"\n    }\n  ],\n  \"environment\": [\n    {\n      \"name\": \"<ENV_VAR>\",\n      \"required\": false,\n      \"description\": \"<what it configures>\",\n      \"default\": \"<default value>\"\n    }\n  ],\n  \"dependencies\": [\"python3\", \"jq\"],\n  \"platforms\": [\"darwin\", \"linux\"]\n}"},{"kind":"example","language":"yaml","snippet":"---\nname: <kebab-case-name>\ndescription: <one-line summary>\nversion: 0.1.0\nlicense: Apache-2.0\n---"}]}}