[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-build-zoom-phone-integration":3,"mdc--d40er-key":40,"related-repo-anthropic-build-zoom-phone-integration":571,"related-org-anthropic-build-zoom-phone-integration":690},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":29,"repoUrl":30,"updatedAt":31,"license":32,"forks":33,"topics":34,"repo":35,"sourceUrl":38,"mdContent":39},"build-zoom-phone-integration","build Zoom Phone integrations","Reference skill for Zoom Phone. Use after routing to a phone workflow when implementing OAuth, Phone APIs, webhooks, Smart Embed events, URI schemes, CRM or CTI dialers, or call handling automation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"anthropic","Anthropic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fanthropic.png","anthropics",[13,17,20,23,26],{"name":14,"slug":15,"type":16},"Automation","automation","tag",{"name":18,"slug":19,"type":16},"Messaging","messaging",{"name":21,"slug":22,"type":16},"API Development","api-development",{"name":24,"slug":25,"type":16},"Zoom","zoom",{"name":27,"slug":28,"type":16},"Webhooks","webhooks",22885,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins","2026-04-10T04:56:23.837832",null,2736,[],{"repoUrl":30,"stars":29,"forks":33,"topics":36,"description":37},[],"Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins\u002Ftree\u002FHEAD\u002Fpartner-built\u002Fzoom-plugin\u002Fskills\u002Fphone","---\nname: build-zoom-phone-integration\ndescription: \"Reference skill for Zoom Phone. Use after routing to a phone workflow when implementing OAuth, Phone APIs, webhooks, Smart Embed events, URI schemes, CRM or CTI dialers, or call handling automation.\"\ntriggers:\n  - \"zoom phone\"\n  - \"phone smart embed\"\n  - \"zoom phone api\"\n  - \"zoom phone webhook\"\n  - \"call history\"\n  - \"call handling\"\n  - \"zoomphonecall\"\n  - \"zoomphonesms\"\n  - \"phone crm integration\"\n  - \"call element\"\n---\n\n# \u002Fbuild-zoom-phone-integration\n\nBackground reference for Zoom Phone integrations across API, webhook, Smart Embed, and URI-launch workflows.\n\nImplementation guidance for Zoom Phone integrations across API, webhook\u002Fevent, Smart Embed, and URI-launch workflows.\n\nOfficial docs:\n- https:\u002F\u002Fdevelopers.zoom.us\u002Fdocs\u002Fphone\u002F\n- CRM sample reference: https:\u002F\u002Fgithub.com\u002Fzoom\u002FCRM-Sample\n\n## Routing Guardrail\n\n- If the user needs embedded softphone behavior in a web app, use Smart Embed ([examples\u002Fsmart-embed-postmessage-bridge.md](examples\u002Fsmart-embed-postmessage-bridge.md)).\n- If the user needs call records, analytics, or automation, use Phone REST API and webhooks ([references\u002Fdeprecations-and-migrations.md](references\u002Fdeprecations-and-migrations.md)).\n- If the user needs click-to-dial\u002FSMS launch from external UI, use URI schemes (`zoomphonecall:\u002F\u002F`, `zoomphonesms:\u002F\u002F`).\n- If the user mixes Zoom Phone and Contact Center, chain with [..\u002Fcontact-center\u002FSKILL.md](..\u002Fcontact-center\u002FSKILL.md).\n\n## Quick Links\n\nStart here:\n1. [concepts\u002Farchitecture-and-lifecycle.md](concepts\u002Farchitecture-and-lifecycle.md)\n2. [scenarios\u002Fhigh-level-scenarios.md](scenarios\u002Fhigh-level-scenarios.md)\n3. [references\u002Fdeprecations-and-migrations.md](references\u002Fdeprecations-and-migrations.md)\n4. [references\u002Fforum-top-questions.md](references\u002Fforum-top-questions.md)\n5. [references\u002Fsmart-embed-event-contract.md](references\u002Fsmart-embed-event-contract.md)\n6. [references\u002Fcall-handling-patterns.md](references\u002Fcall-handling-patterns.md)\n7. [references\u002Fenvironment-variables.md](references\u002Fenvironment-variables.md)\n8. [references\u002Fcrm-sample-validation.md](references\u002Fcrm-sample-validation.md)\n9. [troubleshooting\u002Fcommon-issues.md](troubleshooting\u002Fcommon-issues.md)\n10. [RUNBOOK.md](RUNBOOK.md)\n11. [examples\u002Fsmart-embed-postmessage-bridge.md](examples\u002Fsmart-embed-postmessage-bridge.md)\n12. [examples\u002Fphone-api-service-pattern.md](examples\u002Fphone-api-service-pattern.md)\n13. [references\u002Fsource-map.md](references\u002Fsource-map.md)\n\n## Common Lifecycle Pattern\n\n1. Provision account prerequisites (Zoom Phone license, admin setup, SMS readiness).\n2. Create OAuth app and scopes in Marketplace.\n3. Choose integration surface:\n- Smart Embed (iframe + postMessage)\n- REST + webhooks\n- URI launch (`callto`, `tel`, `zoomphonecall`, `zoomphonesms`)\n4. Capture real-time events (Smart Embed events and\u002For webhooks).\n5. Persist call identifiers and correlate records (`call_id`, `call_history_uuid`, `call_element_id`).\n6. Apply migration-safe data mapping (v1 -> v2 -> v3) and handle renamed fields.\n7. Harden security (origin validation, webhook signature validation, least-privilege scopes).\n\n## High-Level Scenarios\n\n- CRM softphone pane using Smart Embed + contact search\u002Fmatch callbacks.\n- Click-to-call from account\u002Fcontact table via `zp-make-call`.\n- Call disposition workflow using `zp-save-log-event` and custom notes page.\n- SMS engagement workflow with `zoomphonesms:\u002F\u002F` and `zp-sms-log-event`.\n- Real-time operational board driven by `phone.*` webhook events.\n- Call analytics migration from legacy call logs to call history\u002Fcall elements.\n- Admin automation for user\u002Fauto-receptionist\u002Fcall-queue call-handling settings.\n\nSee [scenarios\u002Fhigh-level-scenarios.md](scenarios\u002Fhigh-level-scenarios.md) for details.\n\n## Chaining\n\n- OAuth setup\u002Ftoken lifecycle: [..\u002Foauth\u002FSKILL.md](..\u002Foauth\u002FSKILL.md)\n- Phone and account resources via REST: [..\u002Frest-api\u002FSKILL.md](..\u002Frest-api\u002FSKILL.md)\n- Event delivery and signature validation: [..\u002Fwebhooks\u002FSKILL.md](..\u002Fwebhooks\u002FSKILL.md)\n- Contact Center blended journey: [..\u002Fcontact-center\u002FSKILL.md](..\u002Fcontact-center\u002FSKILL.md)\n\n## Environment Variables\n\n- See [references\u002Fenvironment-variables.md](references\u002Fenvironment-variables.md) for standardized `.env` keys and where to find each value.\n",{"data":41,"body":53},{"name":4,"description":6,"triggers":42},[43,44,45,46,47,48,49,50,51,52],"zoom phone","phone smart embed","zoom phone api","zoom phone webhook","call history","call handling","zoomphonecall","zoomphonesms","phone crm integration","call element",{"type":54,"children":55},"root",[56,64,70,75,80,107,114,173,179,184,290,296,314,359,404,410,485,496,502,544,550],{"type":57,"tag":58,"props":59,"children":60},"element","h1",{"id":4},[61],{"type":62,"value":63},"text","\u002Fbuild-zoom-phone-integration",{"type":57,"tag":65,"props":66,"children":67},"p",{},[68],{"type":62,"value":69},"Background reference for Zoom Phone integrations across API, webhook, Smart Embed, and URI-launch workflows.",{"type":57,"tag":65,"props":71,"children":72},{},[73],{"type":62,"value":74},"Implementation guidance for Zoom Phone integrations across API, webhook\u002Fevent, Smart Embed, and URI-launch workflows.",{"type":57,"tag":65,"props":76,"children":77},{},[78],{"type":62,"value":79},"Official docs:",{"type":57,"tag":81,"props":82,"children":83},"ul",{},[84,96],{"type":57,"tag":85,"props":86,"children":87},"li",{},[88],{"type":57,"tag":89,"props":90,"children":94},"a",{"href":91,"rel":92},"https:\u002F\u002Fdevelopers.zoom.us\u002Fdocs\u002Fphone\u002F",[93],"nofollow",[95],{"type":62,"value":91},{"type":57,"tag":85,"props":97,"children":98},{},[99,101],{"type":62,"value":100},"CRM sample reference: ",{"type":57,"tag":89,"props":102,"children":105},{"href":103,"rel":104},"https:\u002F\u002Fgithub.com\u002Fzoom\u002FCRM-Sample",[93],[106],{"type":62,"value":103},{"type":57,"tag":108,"props":109,"children":111},"h2",{"id":110},"routing-guardrail",[112],{"type":62,"value":113},"Routing Guardrail",{"type":57,"tag":81,"props":115,"children":116},{},[117,129,140,161],{"type":57,"tag":85,"props":118,"children":119},{},[120,122,127],{"type":62,"value":121},"If the user needs embedded softphone behavior in a web app, use Smart Embed (",{"type":57,"tag":89,"props":123,"children":125},{"href":124},"examples\u002Fsmart-embed-postmessage-bridge.md",[126],{"type":62,"value":124},{"type":62,"value":128},").",{"type":57,"tag":85,"props":130,"children":131},{},[132,134,139],{"type":62,"value":133},"If the user needs call records, analytics, or automation, use Phone REST API and webhooks (",{"type":57,"tag":89,"props":135,"children":137},{"href":136},"references\u002Fdeprecations-and-migrations.md",[138],{"type":62,"value":136},{"type":62,"value":128},{"type":57,"tag":85,"props":141,"children":142},{},[143,145,152,154,160],{"type":62,"value":144},"If the user needs click-to-dial\u002FSMS launch from external UI, use URI schemes (",{"type":57,"tag":146,"props":147,"children":149},"code",{"className":148},[],[150],{"type":62,"value":151},"zoomphonecall:\u002F\u002F",{"type":62,"value":153},", ",{"type":57,"tag":146,"props":155,"children":157},{"className":156},[],[158],{"type":62,"value":159},"zoomphonesms:\u002F\u002F",{"type":62,"value":128},{"type":57,"tag":85,"props":162,"children":163},{},[164,166,171],{"type":62,"value":165},"If the user mixes Zoom Phone and Contact Center, chain with ",{"type":57,"tag":89,"props":167,"children":169},{"href":168},"..\u002Fcontact-center\u002FSKILL.md",[170],{"type":62,"value":168},{"type":62,"value":172},".",{"type":57,"tag":108,"props":174,"children":176},{"id":175},"quick-links",[177],{"type":62,"value":178},"Quick Links",{"type":57,"tag":65,"props":180,"children":181},{},[182],{"type":62,"value":183},"Start here:",{"type":57,"tag":185,"props":186,"children":187},"ol",{},[188,196,204,211,219,227,235,243,251,259,267,274,282],{"type":57,"tag":85,"props":189,"children":190},{},[191],{"type":57,"tag":89,"props":192,"children":194},{"href":193},"concepts\u002Farchitecture-and-lifecycle.md",[195],{"type":62,"value":193},{"type":57,"tag":85,"props":197,"children":198},{},[199],{"type":57,"tag":89,"props":200,"children":202},{"href":201},"scenarios\u002Fhigh-level-scenarios.md",[203],{"type":62,"value":201},{"type":57,"tag":85,"props":205,"children":206},{},[207],{"type":57,"tag":89,"props":208,"children":209},{"href":136},[210],{"type":62,"value":136},{"type":57,"tag":85,"props":212,"children":213},{},[214],{"type":57,"tag":89,"props":215,"children":217},{"href":216},"references\u002Fforum-top-questions.md",[218],{"type":62,"value":216},{"type":57,"tag":85,"props":220,"children":221},{},[222],{"type":57,"tag":89,"props":223,"children":225},{"href":224},"references\u002Fsmart-embed-event-contract.md",[226],{"type":62,"value":224},{"type":57,"tag":85,"props":228,"children":229},{},[230],{"type":57,"tag":89,"props":231,"children":233},{"href":232},"references\u002Fcall-handling-patterns.md",[234],{"type":62,"value":232},{"type":57,"tag":85,"props":236,"children":237},{},[238],{"type":57,"tag":89,"props":239,"children":241},{"href":240},"references\u002Fenvironment-variables.md",[242],{"type":62,"value":240},{"type":57,"tag":85,"props":244,"children":245},{},[246],{"type":57,"tag":89,"props":247,"children":249},{"href":248},"references\u002Fcrm-sample-validation.md",[250],{"type":62,"value":248},{"type":57,"tag":85,"props":252,"children":253},{},[254],{"type":57,"tag":89,"props":255,"children":257},{"href":256},"troubleshooting\u002Fcommon-issues.md",[258],{"type":62,"value":256},{"type":57,"tag":85,"props":260,"children":261},{},[262],{"type":57,"tag":89,"props":263,"children":265},{"href":264},"RUNBOOK.md",[266],{"type":62,"value":264},{"type":57,"tag":85,"props":268,"children":269},{},[270],{"type":57,"tag":89,"props":271,"children":272},{"href":124},[273],{"type":62,"value":124},{"type":57,"tag":85,"props":275,"children":276},{},[277],{"type":57,"tag":89,"props":278,"children":280},{"href":279},"examples\u002Fphone-api-service-pattern.md",[281],{"type":62,"value":279},{"type":57,"tag":85,"props":283,"children":284},{},[285],{"type":57,"tag":89,"props":286,"children":288},{"href":287},"references\u002Fsource-map.md",[289],{"type":62,"value":287},{"type":57,"tag":108,"props":291,"children":293},{"id":292},"common-lifecycle-pattern",[294],{"type":62,"value":295},"Common Lifecycle Pattern",{"type":57,"tag":185,"props":297,"children":298},{},[299,304,309],{"type":57,"tag":85,"props":300,"children":301},{},[302],{"type":62,"value":303},"Provision account prerequisites (Zoom Phone license, admin setup, SMS readiness).",{"type":57,"tag":85,"props":305,"children":306},{},[307],{"type":62,"value":308},"Create OAuth app and scopes in Marketplace.",{"type":57,"tag":85,"props":310,"children":311},{},[312],{"type":62,"value":313},"Choose integration surface:",{"type":57,"tag":81,"props":315,"children":316},{},[317,322,327],{"type":57,"tag":85,"props":318,"children":319},{},[320],{"type":62,"value":321},"Smart Embed (iframe + postMessage)",{"type":57,"tag":85,"props":323,"children":324},{},[325],{"type":62,"value":326},"REST + webhooks",{"type":57,"tag":85,"props":328,"children":329},{},[330,332,338,339,345,346,351,352,357],{"type":62,"value":331},"URI launch (",{"type":57,"tag":146,"props":333,"children":335},{"className":334},[],[336],{"type":62,"value":337},"callto",{"type":62,"value":153},{"type":57,"tag":146,"props":340,"children":342},{"className":341},[],[343],{"type":62,"value":344},"tel",{"type":62,"value":153},{"type":57,"tag":146,"props":347,"children":349},{"className":348},[],[350],{"type":62,"value":49},{"type":62,"value":153},{"type":57,"tag":146,"props":353,"children":355},{"className":354},[],[356],{"type":62,"value":50},{"type":62,"value":358},")",{"type":57,"tag":185,"props":360,"children":362},{"start":361},4,[363,368,394,399],{"type":57,"tag":85,"props":364,"children":365},{},[366],{"type":62,"value":367},"Capture real-time events (Smart Embed events and\u002For webhooks).",{"type":57,"tag":85,"props":369,"children":370},{},[371,373,379,380,386,387,393],{"type":62,"value":372},"Persist call identifiers and correlate records (",{"type":57,"tag":146,"props":374,"children":376},{"className":375},[],[377],{"type":62,"value":378},"call_id",{"type":62,"value":153},{"type":57,"tag":146,"props":381,"children":383},{"className":382},[],[384],{"type":62,"value":385},"call_history_uuid",{"type":62,"value":153},{"type":57,"tag":146,"props":388,"children":390},{"className":389},[],[391],{"type":62,"value":392},"call_element_id",{"type":62,"value":128},{"type":57,"tag":85,"props":395,"children":396},{},[397],{"type":62,"value":398},"Apply migration-safe data mapping (v1 -> v2 -> v3) and handle renamed fields.",{"type":57,"tag":85,"props":400,"children":401},{},[402],{"type":62,"value":403},"Harden security (origin validation, webhook signature validation, least-privilege scopes).",{"type":57,"tag":108,"props":405,"children":407},{"id":406},"high-level-scenarios",[408],{"type":62,"value":409},"High-Level Scenarios",{"type":57,"tag":81,"props":411,"children":412},{},[413,418,430,443,462,475,480],{"type":57,"tag":85,"props":414,"children":415},{},[416],{"type":62,"value":417},"CRM softphone pane using Smart Embed + contact search\u002Fmatch callbacks.",{"type":57,"tag":85,"props":419,"children":420},{},[421,423,429],{"type":62,"value":422},"Click-to-call from account\u002Fcontact table via ",{"type":57,"tag":146,"props":424,"children":426},{"className":425},[],[427],{"type":62,"value":428},"zp-make-call",{"type":62,"value":172},{"type":57,"tag":85,"props":431,"children":432},{},[433,435,441],{"type":62,"value":434},"Call disposition workflow using ",{"type":57,"tag":146,"props":436,"children":438},{"className":437},[],[439],{"type":62,"value":440},"zp-save-log-event",{"type":62,"value":442}," and custom notes page.",{"type":57,"tag":85,"props":444,"children":445},{},[446,448,453,455,461],{"type":62,"value":447},"SMS engagement workflow with ",{"type":57,"tag":146,"props":449,"children":451},{"className":450},[],[452],{"type":62,"value":159},{"type":62,"value":454}," and ",{"type":57,"tag":146,"props":456,"children":458},{"className":457},[],[459],{"type":62,"value":460},"zp-sms-log-event",{"type":62,"value":172},{"type":57,"tag":85,"props":463,"children":464},{},[465,467,473],{"type":62,"value":466},"Real-time operational board driven by ",{"type":57,"tag":146,"props":468,"children":470},{"className":469},[],[471],{"type":62,"value":472},"phone.*",{"type":62,"value":474}," webhook events.",{"type":57,"tag":85,"props":476,"children":477},{},[478],{"type":62,"value":479},"Call analytics migration from legacy call logs to call history\u002Fcall elements.",{"type":57,"tag":85,"props":481,"children":482},{},[483],{"type":62,"value":484},"Admin automation for user\u002Fauto-receptionist\u002Fcall-queue call-handling settings.",{"type":57,"tag":65,"props":486,"children":487},{},[488,490,494],{"type":62,"value":489},"See ",{"type":57,"tag":89,"props":491,"children":492},{"href":201},[493],{"type":62,"value":201},{"type":62,"value":495}," for details.",{"type":57,"tag":108,"props":497,"children":499},{"id":498},"chaining",[500],{"type":62,"value":501},"Chaining",{"type":57,"tag":81,"props":503,"children":504},{},[505,515,525,535],{"type":57,"tag":85,"props":506,"children":507},{},[508,510],{"type":62,"value":509},"OAuth setup\u002Ftoken lifecycle: ",{"type":57,"tag":89,"props":511,"children":513},{"href":512},"..\u002Foauth\u002FSKILL.md",[514],{"type":62,"value":512},{"type":57,"tag":85,"props":516,"children":517},{},[518,520],{"type":62,"value":519},"Phone and account resources via REST: ",{"type":57,"tag":89,"props":521,"children":523},{"href":522},"..\u002Frest-api\u002FSKILL.md",[524],{"type":62,"value":522},{"type":57,"tag":85,"props":526,"children":527},{},[528,530],{"type":62,"value":529},"Event delivery and signature validation: ",{"type":57,"tag":89,"props":531,"children":533},{"href":532},"..\u002Fwebhooks\u002FSKILL.md",[534],{"type":62,"value":532},{"type":57,"tag":85,"props":536,"children":537},{},[538,540],{"type":62,"value":539},"Contact Center blended journey: ",{"type":57,"tag":89,"props":541,"children":542},{"href":168},[543],{"type":62,"value":168},{"type":57,"tag":108,"props":545,"children":547},{"id":546},"environment-variables",[548],{"type":62,"value":549},"Environment Variables",{"type":57,"tag":81,"props":551,"children":552},{},[553],{"type":57,"tag":85,"props":554,"children":555},{},[556,557,561,563,569],{"type":62,"value":489},{"type":57,"tag":89,"props":558,"children":559},{"href":240},[560],{"type":62,"value":240},{"type":62,"value":562}," for standardized ",{"type":57,"tag":146,"props":564,"children":566},{"className":565},[],[567],{"type":62,"value":568},".env",{"type":62,"value":570}," keys and where to find each value.",{"items":572,"total":689},[573,589,605,621,639,658,674],{"slug":574,"name":574,"fn":575,"description":576,"org":577,"tags":578,"stars":29,"repoUrl":30,"updatedAt":588},"accessibility-review","run WCAG accessibility audits","Run a WCAG 2.1 AA accessibility audit on a design or page. Trigger with \"audit accessibility\", \"check a11y\", \"is this accessible?\", or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[579,582,585],{"name":580,"slug":581,"type":16},"Accessibility","accessibility",{"name":583,"slug":584,"type":16},"Design","design",{"name":586,"slug":587,"type":16},"WCAG","wcag","2026-04-06T17:58:05.682394",{"slug":590,"name":590,"fn":591,"description":592,"org":593,"tags":594,"stars":29,"repoUrl":30,"updatedAt":604},"account-research","research accounts for sales intel","Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM. Trigger with \"research [company]\", \"look up [person]\", \"intel on [prospect]\", \"who is [name] at [company]\", or \"tell me about [company]\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[595,598,601],{"name":596,"slug":597,"type":16},"CRM","crm",{"name":599,"slug":600,"type":16},"Research","research",{"name":602,"slug":603,"type":16},"Sales","sales","2026-04-06T17:56:41.410418",{"slug":606,"name":606,"fn":607,"description":608,"org":609,"tags":610,"stars":29,"repoUrl":30,"updatedAt":620},"analyze","answer data questions and run analyses","Answer data questions -- from quick lookups to full analyses. Use when looking up a single metric, investigating what's driving a trend or drop, comparing segments over time, or preparing a formal data report for stakeholders.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[611,614,617],{"name":612,"slug":613,"type":16},"Analytics","analytics",{"name":615,"slug":616,"type":16},"Data Analysis","data-analysis",{"name":618,"slug":619,"type":16},"SQL","sql","2026-04-06T17:57:21.593647",{"slug":622,"name":622,"fn":623,"description":624,"org":625,"tags":626,"stars":29,"repoUrl":30,"updatedAt":638},"architecture","create and evaluate architecture decision records","Create or evaluate an architecture decision record (ADR). Use when choosing between technologies (e.g., Kafka vs SQS), documenting a design decision with trade-offs and consequences, reviewing a system design proposal, or designing a new component from requirements and constraints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[627,630,632,635],{"name":628,"slug":629,"type":16},"ADR","adr",{"name":631,"slug":622,"type":16},"Architecture",{"name":633,"slug":634,"type":16},"Documentation","documentation",{"name":636,"slug":637,"type":16},"Engineering","engineering","2026-04-06T17:57:49.26444",{"slug":640,"name":640,"fn":641,"description":642,"org":643,"tags":644,"stars":29,"repoUrl":30,"updatedAt":657},"audit-support","support SOX 404 control testing","Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[645,648,651,654],{"name":646,"slug":647,"type":16},"Audit","audit",{"name":649,"slug":650,"type":16},"Finance","finance",{"name":652,"slug":653,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":655,"slug":656,"type":16},"SOX","sox","2026-04-06T17:57:36.714815",{"slug":659,"name":659,"fn":660,"description":661,"org":662,"tags":663,"stars":29,"repoUrl":30,"updatedAt":673},"brand-review","review content against brand voice","Review content against your brand voice, style guide, and messaging pillars, flagging deviations by severity with specific before\u002Fafter fixes. Use when checking a draft before it ships, when auditing copy for voice consistency and terminology, or when screening for unsubstantiated claims, missing disclaimers, and other legal flags.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[664,667,670],{"name":665,"slug":666,"type":16},"Branding","branding",{"name":668,"slug":669,"type":16},"Marketing","marketing",{"name":671,"slug":672,"type":16},"Writing","writing","2026-04-06T17:58:19.548331",{"slug":675,"name":675,"fn":676,"description":677,"org":678,"tags":679,"stars":29,"repoUrl":30,"updatedAt":688},"brand-voice-enforcement","enforce brand voice in content","This skill applies brand guidelines to content creation. It should be used when the user asks to \"write an email\", \"draft a proposal\", \"create a pitch deck\", \"write a LinkedIn post\", \"draft a presentation\", \"write a Slack message\", \"draft sales content\", or any content creation request where brand voice should be applied. Also triggers on \"on-brand\", \"brand voice\", \"enforce voice\", \"apply brand guidelines\", \"brand-aligned content\", \"write in our voice\", \"use our brand tone\", \"make this sound like us\", \"rewrite this in our tone\", or \"this doesn't sound on-brand\". Not for generating guidelines from scratch (use guideline-generation) or discovering brand materials (use discover-brand).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[680,681,684,687],{"name":665,"slug":666,"type":16},{"name":682,"slug":683,"type":16},"Communications","communications",{"name":685,"slug":686,"type":16},"Content Creation","content-creation",{"name":671,"slug":672,"type":16},"2026-04-06T18:00:23.528956",200,{"items":691,"total":866},[692,711,723,735,754,765,786,806,816,829,837,850],{"slug":693,"name":693,"fn":694,"description":695,"org":696,"tags":697,"stars":708,"repoUrl":709,"updatedAt":710},"algorithmic-art","create algorithmic art with p5.js","Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[698,701,702,705],{"name":699,"slug":700,"type":16},"Creative","creative",{"name":583,"slug":584,"type":16},{"name":703,"slug":704,"type":16},"Generative Art","generative-art",{"name":706,"slug":707,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":712,"name":712,"fn":713,"description":714,"org":715,"tags":716,"stars":708,"repoUrl":709,"updatedAt":722},"brand-guidelines","apply Anthropic brand colors and typography","Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[717,718,719],{"name":665,"slug":666,"type":16},{"name":583,"slug":584,"type":16},{"name":720,"slug":721,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":724,"name":724,"fn":725,"description":726,"org":727,"tags":728,"stars":708,"repoUrl":709,"updatedAt":734},"canvas-design","create posters and visual art as PNG or PDF","Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[729,730,731],{"name":699,"slug":700,"type":16},{"name":583,"slug":584,"type":16},{"name":732,"slug":733,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":736,"name":736,"fn":737,"description":738,"org":739,"tags":740,"stars":708,"repoUrl":709,"updatedAt":753},"claude-api","build apps with the Claude API","Reference for the Claude API \u002F Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration.\nTRIGGER — read BEFORE opening the target file; don't skip because it \"looks like a one-liner\" — whenever: the prompt names Claude\u002FAnthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing\u002Fmodel choice\u002Flimits\u002Fcaching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent\u002FMCP\u002Ftool-definition\u002Fmulti-agent\u002FRAG\u002FLLM-judge\u002Fcomputer-use; generate\u002Fsummarize\u002Fextract\u002Fclassify\u002Frewrite\u002Fconverse over NL; debugging refusals\u002Fcutoffs\u002Fstreaming\u002Ftool-calls\u002Ftokens).\nSKIP only when another provider is being worked on (overrides all triggers): OpenAI\u002FGPT\u002FGemini\u002FLlama\u002FMistral\u002FCohere\u002FOllama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[741,744,745,748,750],{"name":742,"slug":743,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":746,"slug":747,"type":16},"Anthropic SDK","anthropic-sdk",{"name":749,"slug":736,"type":16},"Claude API",{"name":751,"slug":752,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":755,"name":755,"fn":756,"description":757,"org":758,"tags":759,"stars":708,"repoUrl":709,"updatedAt":764},"doc-coauthoring","co-author documentation and technical specs","Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[760,761],{"name":633,"slug":634,"type":16},{"name":762,"slug":763,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":766,"name":766,"fn":767,"description":768,"org":769,"tags":770,"stars":708,"repoUrl":709,"updatedAt":785},"docx","create and edit Word documents","Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx or .dotx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[771,774,776,779,782],{"name":772,"slug":773,"type":16},"Documents","documents",{"name":775,"slug":766,"type":16},"DOCX",{"name":777,"slug":778,"type":16},"Office","office",{"name":780,"slug":781,"type":16},"Templates","templates",{"name":783,"slug":784,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":787,"name":787,"fn":788,"description":789,"org":790,"tags":791,"stars":708,"repoUrl":709,"updatedAt":805},"frontend-design","design production-grade frontend interfaces","Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[792,793,796,799,802],{"name":583,"slug":584,"type":16},{"name":794,"slug":795,"type":16},"Frontend","frontend",{"name":797,"slug":798,"type":16},"React","react",{"name":800,"slug":801,"type":16},"Tailwind CSS","tailwind-css",{"name":803,"slug":804,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":807,"name":807,"fn":808,"description":809,"org":810,"tags":811,"stars":708,"repoUrl":709,"updatedAt":815},"internal-comms","write internal company communications","A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[812,813,814],{"name":682,"slug":683,"type":16},{"name":780,"slug":781,"type":16},{"name":671,"slug":672,"type":16},"2026-04-06T17:56:20.695522",{"slug":817,"name":817,"fn":818,"description":819,"org":820,"tags":821,"stars":708,"repoUrl":709,"updatedAt":828},"mcp-builder","build MCP servers","Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node\u002FTypeScript (MCP SDK).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[822,823,824,825],{"name":742,"slug":743,"type":16},{"name":21,"slug":22,"type":16},{"name":751,"slug":752,"type":16},{"name":826,"slug":827,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":733,"name":733,"fn":830,"description":831,"org":832,"tags":833,"stars":708,"repoUrl":709,"updatedAt":836},"read edit and manipulate PDF files","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text\u002Ftables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting\u002Fdecrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[834,835],{"name":772,"slug":773,"type":16},{"name":732,"slug":733,"type":16},"2026-04-06T17:56:02.483316",{"slug":838,"name":838,"fn":839,"description":840,"org":841,"tags":842,"stars":708,"repoUrl":709,"updatedAt":849},"pptx","create and edit PowerPoint presentations","Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates (.potx), layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx or .potx filename, regardless of what they plan to do with the content afterward. If a .pptx or .potx file needs to be opened, created, or touched, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[843,846],{"name":844,"slug":845,"type":16},"PowerPoint","powerpoint",{"name":847,"slug":848,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":851,"name":851,"fn":852,"description":853,"org":854,"tags":855,"stars":708,"repoUrl":709,"updatedAt":865},"skill-creator","create and optimize agent skills","Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[856,857,858,861,864],{"name":742,"slug":743,"type":16},{"name":633,"slug":634,"type":16},{"name":859,"slug":860,"type":16},"Evals","evals",{"name":862,"slug":863,"type":16},"Performance","performance",{"name":762,"slug":763,"type":16},"2026-04-19T06:45:40.804",490]