[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-pexoai-pexo-agent-en":3,"guides-for-pexoai-pexo-agent":402,"similar-k1794gf56b1sv37w34bxhhnb1986nx9z-en":403},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":260,"isFallback":256,"parentExtension":266,"providers":267,"relations":273,"repo":275,"tags":398,"workflow":399},1778695321983.4875,"k1794gf56b1sv37w34bxhhnb1986nx9z",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use this skill when the user wants to produce a short video (5–120 seconds). Supports any video type: product ads, TikTok/Instagram/YouTube content, brand videos, explainers, social clips. USE FOR: video production, AI video, make a video, product video, brand video, promotional clip, explainer video, short video.\n",{"claudeCode":12},"pexoai/pexo-skills","Pexo Agent","https://github.com/pexoai/pexo-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":242,"workflow":258},1778695360891.8914,"kn74g2r50808j37ge3qeyjstqs86m567","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"practices":206,"prerequisites":211,"promptVersionExtension":216,"promptVersionScoring":217,"purpose":218,"rationale":219,"score":220,"summary":221,"tags":222,"targetMarket":228,"tier":229,"useCases":230,"workflow":235},[21,26,29,32,36,39,43,46,50,54,58,61,64,68,72,76,79,82,85,88,92,96,99,103,106,109,112,115,118,121,125,128,133,137,140,143,146,149,153,156,159,162,165,168,171,175,179,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of producing short videos and lists specific use cases and keywords.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill acts as an AI creative partner, handling the entire video production process from scriptwriting to music, which is significantly beyond default LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete workflow for video creation, including project setup, file uploads, Pexo interaction, status polling, and delivery, covering the full lifecycle.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The 'pexo-agent' skill focuses exclusively on AI video creation, aligning with its name and description without encroaching on unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities for producing short videos and lists relevant use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The description clearly defines the artifact (short videos, 5-120s) and the user intent (produce a video) with specific use cases and boundaries.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is concise, self-contained, and effectively summarizes the core capability and triggers.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md body is concise, detailing the workflow and referencing separate files for deeper material like setup checklists and troubleshooting.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to separate reference files like SETUP-CHECKLIST.md and TROUBLESHOOTING.md.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","The skill's workflow does not involve deep exploration or code review, so 'context: fork' is not applicable.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","The SKILL.md provides clear workflow steps and script references, allowing users to understand how to use the skill end-to-end.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The TROUBLESHOOTING.md file comprehensively documents various failure modes, error codes, and recovery steps for different scripts.",{"category":65,"check":66,"severity":56,"summary":67},"Code Execution","Tool Fallback","The skill does not rely on external MCP servers or tools that would require a fallback path.",{"category":69,"check":70,"severity":24,"summary":71},"Safety","Halt on unexpected state","The TROUBLESHOOTING.md outlines error handling and exit behaviors, indicating scripts will report errors rather than proceeding on unexpected states.",{"category":73,"check":74,"severity":24,"summary":75},"Portability","Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills within the repository.",{"category":33,"check":77,"severity":24,"summary":78},"Scoped tools","The skill uses specific shell scripts like `pexo-chat.sh` and `pexo-project-create.sh`, which are well-defined actions rather than general-purpose command executors.",{"category":47,"check":80,"severity":24,"summary":81},"Configuration & parameter reference","The SETUP-CHECKLIST.md and script usages clearly document required environment variables and config file setup.",{"category":33,"check":83,"severity":24,"summary":84},"Tool naming","Tool names like `pexo-project-create.sh`, `pexo-upload.sh`, and `pexo-chat.sh` are descriptive and follow a consistent convention.",{"category":33,"check":86,"severity":24,"summary":87},"Minimal I/O surface","Scripts accept specific arguments like project ID and messages, and return structured output (project ID, JSON, or script output), adhering to a minimal I/O pattern.",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The repository includes a MIT license file, indicating permissive open-source use.",{"category":93,"check":94,"severity":24,"summary":95},"Maintenance","Commit recency","The last commit was on April 9th, 2026, which is within the last 3 months.",{"category":93,"check":97,"severity":24,"summary":98},"Dependency Management","The project declares dependencies like curl, jq, and file, which are standard system utilities, and uses a lockfile, indicating good dependency management practices.",{"category":100,"check":101,"severity":24,"summary":102},"Security","Secret Management","API keys are handled via configuration files and environment variables, with masking in diagnostics, and are not hardcoded or echoed to stdout.",{"category":100,"check":104,"severity":24,"summary":105},"Injection","The skill's scripts and workflow rely on structured inputs and specific tool calls, rather than executing arbitrary external data or code.",{"category":100,"check":107,"severity":24,"summary":108},"Transitive Supply-Chain Grenades","The skill uses committed scripts and standard system utilities, avoiding runtime downloads or remote execution of code.",{"category":100,"check":110,"severity":24,"summary":111},"Sandbox Isolation","The scripts operate within the project context and use standard system utilities, with no indication of attempting to modify files outside the intended scope.",{"category":100,"check":113,"severity":24,"summary":114},"Sandbox escape primitives","No evidence of detached process spawns or denial-retry loops that could indicate sandbox escape attempts.",{"category":100,"check":116,"severity":24,"summary":117},"Data Exfiltration","The skill handles API keys securely and does not instruct the agent to read or submit confidential data to third parties.",{"category":100,"check":119,"severity":24,"summary":120},"Hidden Text Tricks","The bundled content and descriptions are free of hidden-steering characters or obfuscation techniques.",{"category":122,"check":123,"severity":24,"summary":124},"Hooks","Opaque code execution","The bundled scripts are standard shell scripts and do not contain obfuscated code, base64 payloads, or runtime fetched code.",{"category":73,"check":126,"severity":24,"summary":127},"Structural Assumption","The skill relies on standard shell utilities and configuration files, with no assumptions about user-specific project file layouts.",{"category":129,"check":130,"severity":131,"summary":132},"Trust","Issues Attention","info","There are 2 open issues and 0 closed issues in the last 90 days, indicating low recent activity.",{"category":134,"check":135,"severity":24,"summary":136},"Versioning","Release Management","A meaningful semver version (0.3.10) is declared in the SKILL.md frontmatter.",{"category":65,"check":138,"severity":24,"summary":139},"Validation","Scripts accept specific arguments and validate input types (e.g., project ID, asset IDs), with JQ used for JSON parsing, indicating proper input handling.",{"category":100,"check":141,"severity":24,"summary":142},"Unguarded Destructive Operations","The skill's operations primarily involve creating projects, uploading assets, and communicating with an API, with no destructive operations requiring confirmation gates.",{"category":65,"check":144,"severity":24,"summary":145},"Error Handling","Scripts consistently return non-zero exit codes with detailed JSON or plain text error messages to stderr, allowing for meaningful error reporting and agent decision-making.",{"category":65,"check":147,"severity":24,"summary":148},"Logging","The scripts' error reporting to stderr and structured JSON output function as an audit trail for actions taken and their outcomes.",{"category":150,"check":151,"severity":56,"summary":152},"Compliance","GDPR","The skill does not operate on personal data; it manages video projects and assets.",{"category":150,"check":154,"severity":24,"summary":155},"Target market","The skill functions globally without any geographic or jurisdictional restrictions, and the `targetMarket` is implicitly global.",{"category":73,"check":157,"severity":24,"summary":158},"Runtime stability","The skill relies on standard POSIX shell utilities (bash, curl, jq) and common configurations, making it portable across different environments.",{"category":47,"check":160,"severity":24,"summary":161},"README","The README.md file clearly describes the purpose of the pexo-skills repository and its individual skills, including pexo-agent.",{"category":33,"check":163,"severity":24,"summary":164},"Tool surface size","The pexo-agent skill exposes a reasonable number of well-defined scripts (e.g., pexo-chat.sh, pexo-project-create.sh) within the expected range.",{"category":40,"check":166,"severity":24,"summary":167},"Overlapping near-synonym tools","The exposed scripts (e.g., pexo-project-create.sh, pexo-chat.sh) represent distinct actions and do not have overlapping near-synonym names.",{"category":47,"check":169,"severity":24,"summary":170},"Phantom features","All advertised features, such as project creation and chat interaction, are implemented via the provided scripts.",{"category":172,"check":173,"severity":24,"summary":174},"Install","Installation instruction","The README provides clear installation instructions for multiple platforms (OpenClaw, Claude Code, ClaWHub, Cursor) and the SKILL.md details setup requirements.",{"category":176,"check":177,"severity":24,"summary":178},"Errors","Actionable error messages","Error messages in TROUBLESHOOTING.md and script outputs consistently include what failed, why, and remediation steps or links.",{"category":180,"check":181,"severity":24,"summary":182},"Execution","Pinned dependencies","The skill relies on standard system utilities (curl, jq, file) which are typically managed by the OS package manager, and the `_common.sh` script indicates a consistent runtime environment.",{"category":33,"check":184,"severity":56,"summary":185},"Dry-run preview","The skill's operations (project creation, asset upload, API calls) are not state-changing in a way that necessitates a dry-run preview in the traditional sense.",{"category":187,"check":188,"severity":24,"summary":189},"Protocol","Idempotent retry & timeouts","The scripts handle API calls with timeouts, and the `pexo-chat.sh` script implements SSE acknowledgements, suggesting an awareness of network reliability and operation success.",{"category":150,"check":191,"severity":56,"summary":192},"Telemetry opt-in","The skill does not appear to emit telemetry; all operations are focused on video creation and project management.",1778695360721,"This skill acts as an AI video creation agent, handling scriptwriting, composition, music, and delivery of short videos (5-120s) based on user requests. It manages projects, uploads assets, interacts with the Pexo API, polls for status, and delivers final videos.",[196,197,198,199,200],"AI-powered video production from natural language","Supports various video types and aspect ratios","Automated scriptwriting, composition, and music selection","File upload for image, video, and audio assets","Progress tracking and delivery of final video",[202,203,204,205],"Direct video editing by the user","Real-time video generation","Generating videos longer than 120 seconds","Providing fine-grained control over AI model selection during production",[207,208,209,210],"AI Content Generation","Video Production Workflow","API Integration","Shell Scripting Best Practices",[212,213,214,215],"PEXO_API_KEY environment variable or ~/.pexo/config file","PEXO_BASE_URL environment variable or ~/.pexo/config file","curl, jq, and file utilities installed","Network connectivity to pexo.ai","3.0.0","4.4.0","To enable users to easily produce short, polished videos from simple descriptions, by acting as an intermediary between the user and a professional AI video creation backend.","The extension demonstrates high quality across documentation, security, and functionality. The primary factors contributing to the score are the comprehensive error handling and setup guides, clear scope, and robust security practices.",97,"A high-quality AI video creation skill with excellent documentation and robust error handling.",[223,224,225,226,227],"video-production","ai-video","content-creation","automation","media-generation","global","verified",[231,232,233,234],"Creating marketing and product ad videos","Generating social media content (TikTok, Instagram, YouTube)","Producing explainer videos for products or services","Making brand videos and promotional clips",[236,237,238,239,240,241],"Create a new project using pexo-project-create.sh.","Upload any user-provided files (images, videos, audio) using pexo-upload.sh.","Send the user's message, including asset tags, to Pexo via pexo-chat.sh.","Poll project status using pexo-project-get.sh.","Act on Pexo's nextAction (WAIT, RESPOND, DELIVER, FAILED, RECONNECT).","Deliver the final video or handle errors/revisions based on Pexo's response.",{"codeQuality":243,"collectedAt":245,"documentation":246,"maintenance":249,"security":255,"testCoverage":257},{"hasLockfile":244},true,1778695335375,{"descriptionLength":247,"readmeSize":248},316,4812,{"closedIssues90d":8,"forks":250,"hasChangelog":244,"manifestVersion":251,"openIssues90d":252,"pushedAt":253,"stars":254},39,"0.3.10",2,1775735926000,851,{"hasNpmPackage":256,"smitheryVerified":256},false,{"hasCi":244,"hasTests":256},{"updatedAt":259},1778695360891,{"basePath":261,"githubOwner":262,"githubRepo":263,"locale":18,"slug":264,"type":265},"skills/pexo-agent","pexoai","pexo-skills","pexo-agent","skill",null,{"evaluate":268,"extract":270},{"promptVersionExtension":216,"promptVersionScoring":217,"score":220,"tags":269,"targetMarket":228,"tier":229},[223,224,225,226,227],{"commitSha":271,"license":272},"HEAD","MIT",{"repoId":274},"kd7a11fjbvhz4653zn8wdan1bd86mrja",{"_creationTime":276,"_id":274,"identity":277,"providers":278,"workflow":394},1778695317648.9006,{"githubOwner":262,"githubRepo":263,"sourceUrl":14},{"classify":279,"discover":388,"github":391},{"commitSha":271,"extensions":280},[281,293,324,334,348,362],{"basePath":282,"installMethods":283,"rationale":284,"selectedPaths":285,"source":291,"sourceLanguage":18,"type":292},"",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[286,289],{"path":287,"priority":288},".claude-plugin/marketplace.json","mandatory",{"path":290,"priority":288},"README.md","rule","marketplace",{"basePath":261,"description":10,"displayName":294,"installMethods":295,"rationale":296,"selectedPaths":297,"source":291,"sourceLanguage":18,"type":265},"pexoai-agent",{"claudeCode":12},"SKILL.md frontmatter at skills/pexo-agent/SKILL.md",[298,300,303,305,308,310,312,314,316,318,320,322],{"path":299,"priority":288},"SKILL.md",{"path":301,"priority":302},"references/SETUP-CHECKLIST.md","medium",{"path":304,"priority":302},"references/TROUBLESHOOTING.md",{"path":306,"priority":307},"scripts/_common.sh","low",{"path":309,"priority":307},"scripts/pexo-asset-get.sh",{"path":311,"priority":307},"scripts/pexo-chat.sh",{"path":313,"priority":307},"scripts/pexo-doctor.sh",{"path":315,"priority":307},"scripts/pexo-entitlements.sh",{"path":317,"priority":307},"scripts/pexo-project-create.sh",{"path":319,"priority":307},"scripts/pexo-project-get.sh",{"path":321,"priority":307},"scripts/pexo-project-list.sh",{"path":323,"priority":307},"scripts/pexo-upload.sh",{"basePath":325,"description":326,"displayName":327,"installMethods":328,"rationale":329,"selectedPaths":330,"source":291,"sourceLanguage":18,"type":265},"skills/videoagent-audio-studio","Tired of juggling multiple audio APIs? This skill gives you one-command access to TTS, music generation, sound effects, and voice cloning. Use when you want to generate any audio without managing multiple API keys.\n","videoagent-audio-studio",{"claudeCode":12},"SKILL.md frontmatter at skills/videoagent-audio-studio/SKILL.md",[331,332],{"path":299,"priority":288},{"path":333,"priority":307},"tools/start_server.sh",{"basePath":335,"description":336,"displayName":337,"installMethods":338,"rationale":339,"selectedPaths":340,"source":291,"sourceLanguage":18,"type":265},"skills/videoagent-director","AI creative director that turns a user's natural-language idea into a complete storyboard and generates all assets — images, video clips, and audio — automatically. The user only describes what they want; all prompt engineering is handled internally.\n","videoagent-director",{"claudeCode":12},"SKILL.md frontmatter at skills/videoagent-director/SKILL.md",[341,342,344,346],{"path":299,"priority":288},{"path":290,"priority":343},"high",{"path":345,"priority":302},"references/storyboard_guide.md",{"path":347,"priority":307},"tools/director.js",{"basePath":349,"description":350,"displayName":351,"installMethods":352,"rationale":353,"selectedPaths":354,"source":291,"sourceLanguage":18,"type":265},"skills/videoagent-image-studio","Tired of juggling 8 API keys? This skill gives you one-command access to Midjourney, Flux, Ideogram, and more, with zero setup. Use when you want to generate any image without worrying about API keys.\n","videoagent-image-studio",{"claudeCode":12},"SKILL.md frontmatter at skills/videoagent-image-studio/SKILL.md",[355,356,358,360],{"path":299,"priority":288},{"path":357,"priority":302},"CHANGELOG.md",{"path":359,"priority":302},"CONTRIBUTING.md",{"path":361,"priority":307},"tools/generate.js",{"basePath":363,"description":364,"displayName":365,"installMethods":366,"rationale":367,"selectedPaths":368,"source":291,"sourceLanguage":18,"type":265},"skills/videoagent-video-studio","Generate short AI videos from text or images — text-to-video, image-to-video, and reference-based generation — with zero API key setup. Use when the user wants to create a video clip, animate an image, or generate video from a description.\n","videoagent-video-studio",{"claudeCode":12},"SKILL.md frontmatter at skills/videoagent-video-studio/SKILL.md",[369,370,371,373,375,377,379,381,383,385,387],{"path":299,"priority":288},{"path":290,"priority":343},{"path":372,"priority":302},"references/calling_guide.md",{"path":374,"priority":302},"references/models.md",{"path":376,"priority":302},"references/prompt_guide.md",{"path":378,"priority":307},"scripts/local-server.cjs",{"path":380,"priority":307},"scripts/test-api.ps1",{"path":382,"priority":307},"scripts/test-generate.ps1",{"path":384,"priority":307},"scripts/test-generate.sh",{"path":386,"priority":307},"scripts/test-proxy.cjs",{"path":361,"priority":307},{"sources":389},[390],"manual",{"closedIssues90d":8,"description":392,"forks":250,"openIssues90d":252,"pushedAt":253,"readmeSize":248,"stars":254,"topics":393},"A collection of open-source Agent Skills for content creation — images, audio, and video.",[],{"classifiedAt":395,"discoverAt":396,"extractAt":397,"githubAt":397,"updatedAt":395},1778695321805,1778695317648,1778695319754,[224,226,225,227,223],{"evaluatedAt":259,"extractAt":400,"updatedAt":401},1778695321983,1778695496365,[],[404,434,465,484,516,543],{"_creationTime":405,"_id":406,"community":407,"display":408,"identity":414,"providers":418,"relations":427,"tags":430,"workflow":431},1778685615701.8425,"k1707ctze9p8fn1e339nd2czjn86m6p5",{"reviewCount":8},{"description":409,"installMethods":410,"name":412,"sourceUrl":413},"When the user wants to create, generate, or produce video content using AI tools or programmatic frameworks. Also use when the user mentions 'video production,' 'AI video,' 'Remotion,' 'Hyperframes,' 'HeyGen,' 'Synthesia,' 'Veo,' 'Runway,' 'Kling,' 'Pika,' 'video generation,' 'AI avatar,' 'talking head video,' 'programmatic video,' 'video template,' 'explainer video,' 'product demo video,' 'video pipeline,' or 'make me a video.' Use this for video creation, generation, and production workflows. For video content strategy and what to post, see social-content. For paid video ad creative, see ad-creative.",{"claudeCode":411},"coreyhaines31/marketingskills","video","https://github.com/coreyhaines31/marketingskills",{"basePath":415,"githubOwner":416,"githubRepo":417,"locale":18,"slug":412,"type":265},"skills/video","coreyhaines31","marketingskills",{"evaluate":419,"extract":426},{"promptVersionExtension":216,"promptVersionScoring":217,"score":420,"tags":421,"targetMarket":228,"tier":229},100,[412,422,224,423,424,425,225],"production","remotion","heygen","runway",{"commitSha":271},{"parentExtensionId":428,"repoId":429},"k175jvka8cxxkf91gk8qy25r8186npjr","kd7a4vjty5ay3s25r82cm72wdn86nmg0",[224,225,424,422,423,425,412],{"evaluatedAt":432,"extractAt":433,"updatedAt":432},1778686582142,1778685615701,{"_creationTime":435,"_id":436,"community":437,"display":438,"identity":444,"providers":449,"relations":459,"tags":461,"workflow":462},1778691705439.1692,"k17bv0m8vrr9v6c2fn856zw6ph86m1jg",{"reviewCount":8},{"description":439,"installMethods":440,"name":442,"sourceUrl":443},"When the user wants to create developer YouTube content, technical screencasts, or video tutorials. Trigger phrases include \"YouTube,\" \"developer video,\" \"screencast,\" \"video tutorial,\" \"live coding,\" \"YouTube for developers,\" \"tech YouTube,\" or \"YouTube thumbnails.\"",{"claudeCode":441},"jonathimer/devmarketing-skills","YouTube for Developer Relations","https://github.com/jonathimer/devmarketing-skills",{"basePath":445,"githubOwner":446,"githubRepo":447,"locale":18,"slug":448,"type":265},"skills/youtube-devrel","jonathimer","devmarketing-skills","youtube-devrel",{"evaluate":450,"extract":458},{"promptVersionExtension":216,"promptVersionScoring":217,"score":451,"tags":452,"targetMarket":228,"tier":229},99,[453,454,455,225,456,457,223],"youtube","screencast","tutorial","developer-relations","seo",{"commitSha":271,"license":272},{"repoId":460},"kd74f65yh7zvhb9s83jpzx33cd86nd64",[225,456,454,457,455,223,453],{"evaluatedAt":463,"extractAt":464,"updatedAt":463},1778692600438,1778691705439,{"_creationTime":466,"_id":467,"community":468,"display":469,"identity":471,"providers":472,"relations":479,"tags":480,"workflow":481},1778695321983.4885,"k17ebhanfep7e674dkqscx6dt586mf11",{"reviewCount":8},{"description":364,"installMethods":470,"name":365,"sourceUrl":14},{"claudeCode":12},{"basePath":363,"githubOwner":262,"githubRepo":263,"locale":18,"slug":365,"type":265},{"evaluate":473,"extract":478},{"promptVersionExtension":216,"promptVersionScoring":217,"score":420,"tags":474,"targetMarket":228,"tier":229},[412,224,475,476,477],"text-to-video","image-to-video","generation",{"commitSha":271},{"repoId":274},[224,477,476,475,412],{"evaluatedAt":482,"extractAt":400,"updatedAt":483},1778695435906,1778695497057,{"_creationTime":485,"_id":486,"community":487,"display":488,"identity":494,"providers":499,"relations":509,"tags":512,"workflow":513},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":489,"installMethods":490,"name":492,"sourceUrl":493},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":491},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":495,"githubOwner":496,"githubRepo":497,"locale":18,"slug":498,"type":265},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":500,"extract":508},{"promptVersionExtension":216,"promptVersionScoring":217,"score":420,"tags":501,"targetMarket":228,"tier":229},[502,503,504,505,226,506,507],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":271,"license":272},{"parentExtensionId":510,"repoId":511},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[226,506,507,503,502,505,504],{"evaluatedAt":514,"extractAt":515,"updatedAt":514},1778699613343,1778699234184,{"_creationTime":517,"_id":518,"community":519,"display":520,"identity":526,"providers":528,"relations":536,"tags":538,"workflow":539},1778699468747.1746,"k1707pszx7h026a651dp5tvaxd86m3ag",{"reviewCount":8},{"description":521,"installMethods":522,"name":524,"sourceUrl":525},"Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.",{"claudeCode":523},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":282,"githubOwner":527,"githubRepo":524,"locale":18,"slug":524,"type":265},"zagmoai",{"evaluate":529,"extract":535},{"promptVersionExtension":216,"promptVersionScoring":217,"score":420,"tags":530,"targetMarket":228,"tier":229},[531,532,533,226,534],"google-docs","google-sheets","productivity","api-client",{"commitSha":271},{"repoId":537},"kd776ynh73t0d6samn4bnxdf3x86n8mj",[534,226,531,532,533],{"evaluatedAt":540,"extractAt":541,"updatedAt":542},1778699485884,1778699468747,1778699509178,{"_creationTime":544,"_id":545,"community":546,"display":547,"identity":550,"providers":553,"relations":561,"tags":562,"workflow":563},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":548,"installMethods":549,"name":497,"sourceUrl":493},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":491},{"basePath":551,"githubOwner":496,"githubRepo":497,"locale":18,"slug":552,"type":265},"skills/ask","ask",{"evaluate":554,"extract":560},{"promptVersionExtension":216,"promptVersionScoring":217,"score":420,"tags":555,"targetMarket":228,"tier":229},[506,226,556,557,558,559],"llm","prompting","code-review","artifact-generation",{"commitSha":271,"license":272},{"parentExtensionId":510,"repoId":511},[559,226,506,558,556,557],{"evaluatedAt":564,"extractAt":515,"updatedAt":564},1778699303045]