[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-claude-office-skills-stripe-payments-zh-CN":3,"guides-for-claude-office-skills-stripe-payments":226,"similar-k176rxqcqe94kh882xjvrvgj9h867kgw":227},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":24,"identity":191,"isFallback":196,"parentExtension":197,"providers":198,"relations":203,"repo":205,"workflow":223},1778053148350.4753,"k176rxqcqe94kh882xjvrvgj9h867kgw",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Automate Stripe payment processing, subscription management, invoicing, and financial reporting",{},"Stripe Payments","https://github.com/claude-office-skills/skills/tree/HEAD/stripe-payments",[15,16,17,18,19,20,21,22,23],"stripe","payments","subscriptions","billing","fintech","mcp","finance","automation","reporting",{"_creationTime":25,"_id":26,"extensionId":5,"locale":27,"result":28,"trustSignals":181,"workflow":189},1778053561145.7834,"kn7dhw1e6ca6rxnkpras6gn7wh8676x8","en",{"checks":29,"evaluatedAt":171,"extensionSummary":172,"promptVersionExtension":173,"promptVersionScoring":174,"rationale":175,"score":176,"summary":177,"tags":178,"targetMarket":179,"tier":180},[30,35,38,41,45,48,52,56,59,62,66,71,74,78,81,84,87,90,93,96,100,104,108,112,116,119,122,125,130,133,136,139,142,145,149,152,155,158,161,164,168],{"category":31,"check":32,"severity":33,"summary":34},"Practical Utility","Problem relevance","pass","The description clearly states the user problem: automating Stripe payment processing, subscription management, invoicing, and financial reporting.",{"category":31,"check":36,"severity":33,"summary":37},"Unique selling proposition","The skill offers a comprehensive set of tools for Stripe, going beyond simple API calls to automate complex workflows like subscription management and dunning sequences, providing significant value over direct API usage.",{"category":31,"check":39,"severity":33,"summary":40},"Production readiness","The skill covers the full lifecycle of Stripe payment processing, subscription management, and invoicing, including detailed workflows, configurations, and reporting, indicating it's ready for production use.",{"category":42,"check":43,"severity":33,"summary":44},"Scope","Single responsibility principle","The skill focuses on Stripe payment processing and related financial workflows, maintaining a clear and coherent scope without extending into unrelated domains.",{"category":42,"check":46,"severity":33,"summary":47},"Description quality","The displayed description accurately and concisely reflects the skill's capabilities as detailed in the SKILL.md file.",{"category":49,"check":50,"severity":33,"summary":51},"Invocation","Scoped tools","The MCP tools listed (`stripe_charges`, `stripe_customers`, `stripe_subscriptions`, `stripe_invoices`) are specific verb-noun specialists, facilitating precise agent selection.",{"category":53,"check":54,"severity":33,"summary":55},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed configurations for subscription plans, invoice settings, dunning sequences, and customer portal settings, covering parameters and defaults.",{"category":42,"check":57,"severity":33,"summary":58},"Tool naming","The MCP tool names like `stripe_charges`, `stripe_customers`, `stripe_subscriptions`, and `stripe_invoices` are descriptive and domain-appropriate.",{"category":42,"check":60,"severity":33,"summary":61},"Minimal I/O surface","The documented inputs and outputs for the Stripe tools appear to be focused on the specific tasks, avoiding unnecessary data fields.",{"category":63,"check":64,"severity":33,"summary":65},"License","License usability","The repository includes a standard MIT license file, indicating permissive usage.",{"category":67,"check":68,"severity":69,"summary":70},"Maintenance","Commit recency","not_applicable","No commit history is available for this specific skill in the provided context.",{"category":67,"check":72,"severity":69,"summary":73},"Dependency Management","No third-party dependencies are explicitly managed or detailed for this skill's core logic within the provided files.",{"category":75,"check":76,"severity":33,"summary":77},"Security","Secret Management","The skill handles Stripe API keys via the MCP server, and the provided code/documentation does not show any hardcoded secrets or leakage into stdout/stderr.",{"category":75,"check":79,"severity":33,"summary":80},"Injection","The skill's instructions and examples focus on structured Stripe API interactions, with no indication of executing untrusted code or following instructions from external data.",{"category":75,"check":82,"severity":33,"summary":83},"Transitive Supply-Chain Grenades","All referenced tools and configurations appear to be bundled or standard components of the Stripe ecosystem, with no runtime downloads or external script execution.",{"category":75,"check":85,"severity":33,"summary":86},"Sandbox Isolation","The skill interacts with the Stripe API via the MCP server, which is expected to operate within a secure environment. No file operations outside the skill's scope are evident.",{"category":75,"check":88,"severity":33,"summary":89},"Sandbox escape primitives","No evidence of detached processes, retry loops around denied calls, or other sandbox escape primitives is found in the provided code and documentation.",{"category":75,"check":91,"severity":33,"summary":92},"Data Exfiltration","The skill interacts with Stripe APIs and does not appear to exfiltrate confidential data to unauthorized third parties. Outbound calls are to Stripe.",{"category":75,"check":94,"severity":33,"summary":95},"Hidden Text Tricks","The bundled files do not contain any hidden text tricks, invisible Unicode characters, or obfuscated instructions.",{"category":97,"check":98,"severity":33,"summary":99},"Hooks","Opaque code execution","The skill's logic is defined in human-readable SKILL.md and MCP tool definitions, with no obfuscated code, base64 payloads, or runtime script fetching.",{"category":101,"check":102,"severity":69,"summary":103},"Portability","Structural Assumption","The skill primarily interacts with the Stripe API via MCP and does not make assumptions about user-specific project file layouts.",{"category":105,"check":106,"severity":69,"summary":107},"Trust","Issues Attention","Issue data for this skill is not available in the provided trust signals.",{"category":109,"check":110,"severity":33,"summary":111},"Versioning","Release Management","The SKILL.md frontmatter includes a `version: 1.0.0` field, indicating a managed release version.",{"category":113,"check":114,"severity":33,"summary":115},"Code Execution","Validation","The MCP server and its tools are expected to handle validation of Stripe API inputs and outputs. The SKILL.md details configurations, implying structured input.",{"category":75,"check":117,"severity":33,"summary":118},"Unguarded Destructive Operations","Stripe operations are inherently transactional. The skill's design, interacting with a mature API like Stripe, implies guarded operations managed by Stripe's infrastructure.",{"category":113,"check":120,"severity":33,"summary":121},"Error Handling","The SKILL.md mentions 'Error Handling' as a best practice, and the detailed webhook handlers and dunning sequences suggest robust error management is designed into the workflows.",{"category":113,"check":123,"severity":69,"summary":124},"Logging","No explicit logging mechanism is detailed within the SKILL.md for this skill, but it's expected that the MCP server would handle audit logging.",{"category":126,"check":127,"severity":128,"summary":129},"Compliance","GDPR","info","The skill processes payment and customer data via Stripe, which has its own GDPR compliance measures. The skill itself does not explicitly handle personal data beyond what's necessary for Stripe operations.",{"category":126,"check":131,"severity":33,"summary":132},"Target market","The skill uses Stripe, a global payment processor, and standard currency formats ('usd'), indicating a global target market.",{"category":101,"check":134,"severity":33,"summary":135},"Runtime stability","The skill relies on the MCP server and the Stripe API, which are expected to be cross-platform and stable. No OS-specific assumptions are evident.",{"category":49,"check":137,"severity":33,"summary":138},"Precise Purpose","The description clearly states what the skill does (automating Stripe payments, subscriptions, invoicing, reporting) and implies when to use it (for any business needing these functionalities).",{"category":49,"check":140,"severity":33,"summary":141},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capabilities, including keywords and intended use.",{"category":53,"check":143,"severity":33,"summary":144},"Concise Body","The SKILL.md is well-structured with clear sections and uses diagrams and code snippets effectively without excessive length.",{"category":146,"check":147,"severity":33,"summary":148},"Context","Progressive Disclosure","Detailed workflows, configurations, and examples are presented within the SKILL.md, with no indication of needing external files for core functionality.",{"category":146,"check":150,"severity":69,"summary":151},"Forked exploration","This skill is transactional and does not involve deep exploration or code review that would require forked context.",{"category":31,"check":153,"severity":33,"summary":154},"Usage examples","The SKILL.md includes detailed code snippets for API examples and workflow diagrams, which serve as effective usage examples.",{"category":31,"check":156,"severity":33,"summary":157},"Edge cases","The dunning sequence section explicitly details steps for handling payment failures and subscription lifecycle events, covering common edge cases and recovery paths.",{"category":113,"check":159,"severity":33,"summary":160},"Tool Fallback","The skill references `payments-mcp` in the frontmatter, implying it's the primary tool, and its presence is likely a prerequisite for full functionality, with no explicit fallback mentioned.",{"category":101,"check":162,"severity":33,"summary":163},"Stack assumptions","The skill assumes the availability of the `payments-mcp` server, which is declared in the frontmatter. It also references JavaScript for API examples.",{"category":165,"check":166,"severity":33,"summary":167},"Safety","Halt on unexpected state","The detailed dunning sequence and webhook handlers imply that the skill is designed to halt or manage unexpected states like payment failures or subscription changes gracefully.",{"category":101,"check":169,"severity":33,"summary":170},"Cross-skill coupling","The skill is focused on Stripe and does not appear to implicitly rely on other skills. Related skills are listed as 'related_skills' in the frontmatter.",1778053507036,"This skill leverages the Stripe API via the `payments-mcp` server to automate crucial financial operations. It details workflows for payment processing, subscription lifecycle management, dunning sequences, and revenue analytics, providing robust solutions for businesses using Stripe for billing.","2.0.0","3.4.0","This skill is well-documented, covers a critical business function comprehensively, and adheres to best practices for scope, security, and usability. The detailed workflows, configuration options, and API examples demonstrate a high level of production readiness.",95,"A comprehensive and production-ready skill for automating Stripe payment processing, subscription management, invoicing, and financial reporting.",[15,16,17,18,19,20,21,22,23],"global","verified",{"codeQuality":182,"collectedAt":183,"documentation":184,"maintenance":185,"security":186,"testCoverage":188},{},1778053495973,{"descriptionLength":176,"readmeSize":8},{},{"hasNpmPackage":187,"smitheryVerified":187},false,{"hasCi":187,"hasTests":187},{"updatedAt":190},1778053561145,{"githubOwner":192,"githubRepo":193,"locale":27,"slug":194,"type":195},"claude-office-skills","skills","stripe-payments","skill",true,null,{"extract":199,"llm":202},{"commitSha":200,"license":201},"9c4c7d5cd2813a8936bf2c9fdb174ea883b85a11","MIT",{"promptVersionExtension":173,"promptVersionScoring":174,"score":176,"targetMarket":179,"tier":180},{"repoId":204},"kd7fw7xbj58qc2z8whrrjptbed8659db",{"_creationTime":206,"_id":204,"identity":207,"providers":209,"workflow":220},1777995558409.8474,{"githubOwner":192,"githubRepo":193,"sourceUrl":208},"https://github.com/claude-office-skills/skills",{"discover":210,"github":213},{"sources":211},[212],"skills-sh",{"closedIssues90d":8,"forks":214,"license":201,"openIssues90d":215,"pushedAt":216,"readmeSize":217,"stars":218,"topics":219},27,2,1769868236000,29630,98,[],{"discoverAt":221,"extractAt":222,"githubAt":222,"updatedAt":222},1777995558409,1778053155657,{"anyEnrichmentAt":224,"extractAt":225,"githubAt":224,"llmAt":190,"updatedAt":190},1778053151766,1778053148350,[],[228,248,276,303,325,348],{"_creationTime":229,"_id":230,"community":231,"display":232,"identity":241,"providers":243,"relations":246,"workflow":247},1778053148350.45,"k17b6r5zytdphq3nsv6wpfqc2s866pr7",{"reviewCount":8},{"description":233,"installMethods":234,"name":235,"sourceUrl":236,"tags":237},"Create professional invoices with proper formatting for freelancers and small businesses. Supports multiple currencies and tax calculations.",{},"Invoice Generator Skill","https://github.com/claude-office-skills/skills/tree/HEAD/invoice-generator",[238,21,18,239,20,240],"invoice","business","document-generation",{"githubOwner":192,"githubRepo":193,"locale":27,"slug":242,"type":195},"invoice-generator",{"extract":244,"llm":245},{"commitSha":200,"license":201},{"promptVersionExtension":173,"promptVersionScoring":174,"score":218,"targetMarket":179,"tier":180},{"repoId":204},{"anyEnrichmentAt":224,"extractAt":225,"githubAt":224,"llmAt":190,"updatedAt":190},{"_creationTime":249,"_id":250,"community":251,"display":252,"identity":263,"providers":265,"relations":269,"workflow":272},1778053930836.122,"k175vp3tncdx1hdv7qye0rsgz58660yk",{"reviewCount":8},{"description":253,"installMethods":254,"name":255,"sourceUrl":256,"tags":257},"Clerk Billing for subscription management - render Clerk's PricingTable and in-app checkout drawer, configure subscription plans, seat-limit plans for B2B, feature entitlements with has(), and billing webhooks. Use for SaaS monetization, plan gating, checkout flows, trials, invoicing, and subscription lifecycle management.",{},"Clerk Billing","https://github.com/clerk/skills/tree/HEAD/skills/features/clerk-billing",[18,17,258,259,260,261,262,16],"saas","nextjs","clerk","react","authentication",{"githubOwner":260,"githubRepo":193,"locale":27,"slug":264,"type":195},"clerk-billing",{"extract":266,"llm":268},{"commitSha":267,"license":201},"c1f6afc82a165988421166e68872cb41b892c0b0",{"promptVersionExtension":173,"promptVersionScoring":174,"score":176,"targetMarket":179,"tier":180},{"parentExtensionId":270,"repoId":271},"k172frdvq0x6yj945vg2ce7z9s867rrz","kd77f99t2sa8rvy3sj7yn73zp1864abx",{"anyEnrichmentAt":273,"extractAt":274,"githubAt":273,"llmAt":275,"updatedAt":275},1778053933098,1778053930836,1778054020038,{"_creationTime":277,"_id":278,"community":279,"display":280,"identity":289,"providers":293,"relations":297,"workflow":299},1778054781976.5928,"k1779jg9bachbejc4hfmyejtjx867tzc",{"reviewCount":8},{"description":281,"installMethods":282,"name":283,"sourceUrl":284,"tags":285},"AI Native Camp Day 2 Context Sync 스킬 만들기. 여러 외부 도구에서 컨텍스트를 수집하여 하나의 sync 문서로 만드는 나만의 스킬을 직접 구축한다. \"2일차\", \"Day 2\", \"context sync\", \"컨텍스트 싱크\", \"sync 스킬\", \"스킬 만들기\", \"정보 수집 스킬\" 요청에 사용.",{},"Day 2: 나만의 Context Sync 스킬 만들기","https://github.com/ai-native-camp/camp-1/tree/HEAD/.agents/skills/day2-create-context-sync-skill",[22,20,286,287,288],"skill-building","productivity","data-sync",{"githubOwner":290,"githubRepo":291,"locale":27,"slug":292,"type":195},"ai-native-camp","camp-1","day2-create-context-sync-skill",{"extract":294,"llm":296},{"commitSha":295,"license":69},"9ffaf358dc8c88567d8f0450966b5518071da4f0",{"promptVersionExtension":173,"promptVersionScoring":174,"score":218,"targetMarket":179,"tier":180},{"repoId":298},"kd72seepns71xx9ksxrb02bs1n8645k6",{"anyEnrichmentAt":300,"extractAt":301,"githubAt":300,"llmAt":302,"updatedAt":302},1778054782298,1778054781976,1778054817045,{"_creationTime":304,"_id":305,"community":306,"display":307,"identity":318,"providers":320,"relations":323,"workflow":324},1778053148350.4817,"k1799ke3mvvmb9chq1vt0k97k5867cfv",{"reviewCount":8},{"description":308,"installMethods":309,"name":310,"sourceUrl":311,"tags":312},"Build and manage webhook-based integrations for real-time event processing and API connections",{},"Webhook Automation","https://github.com/claude-office-skills/skills/tree/HEAD/webhook-automation",[313,314,315,22,316,317,20],"webhook","api","integration","events","engineering",{"githubOwner":192,"githubRepo":193,"locale":27,"slug":319,"type":195},"webhook-automation",{"extract":321,"llm":322},{"commitSha":200,"license":201},{"promptVersionExtension":173,"promptVersionScoring":174,"score":218,"targetMarket":179,"tier":180},{"repoId":204},{"anyEnrichmentAt":224,"extractAt":225,"githubAt":224,"llmAt":190,"updatedAt":190},{"_creationTime":326,"_id":327,"community":328,"display":329,"identity":341,"providers":343,"relations":346,"workflow":347},1778053148350.4539,"k179tsfdj29k96rtptbbar2tvn866b71",{"reviewCount":8},{"description":330,"installMethods":331,"name":332,"sourceUrl":333,"tags":334},"Intelligent lead assignment and routing - AI-powered scoring, territory mapping, round-robin distribution, and workload balancing",{},"Lead Routing","https://github.com/claude-office-skills/skills/tree/HEAD/lead-routing",[335,336,337,338,339,22,20,340],"sales","crm","lead-management","routing","assignment","ai-powered",{"githubOwner":192,"githubRepo":193,"locale":27,"slug":342,"type":195},"lead-routing",{"extract":344,"llm":345},{"commitSha":200,"license":201},{"promptVersionExtension":173,"promptVersionScoring":174,"score":218,"targetMarket":179,"tier":180},{"repoId":204},{"anyEnrichmentAt":224,"extractAt":225,"githubAt":224,"llmAt":190,"updatedAt":190},{"_creationTime":349,"_id":350,"community":351,"display":352,"identity":361,"providers":363,"relations":367,"workflow":368},1778053148350.472,"k173y3pwnb1drb2gbyz8f6z35h867n6c",{"reviewCount":8},{"description":353,"installMethods":354,"name":355,"sourceUrl":356,"tags":357},"Google Sheets automation workflows - data sync, task management, reporting dashboards, and multi-platform integrations",{},"Google Sheets Automation","https://github.com/claude-office-skills/skills/tree/HEAD/sheets-automation",[358,22,288,23,359,287,360],"google-sheets","n8n","workflow",{"githubOwner":192,"githubRepo":193,"locale":27,"slug":362,"type":195},"sheets-automation",{"extract":364,"llm":365},{"commitSha":200,"license":201},{"promptVersionExtension":173,"promptVersionScoring":174,"score":366,"targetMarket":179,"tier":180},96,{"repoId":204},{"anyEnrichmentAt":224,"extractAt":225,"githubAt":224,"llmAt":190,"updatedAt":190}]