AN
anugotta/open_claw-skill
OpenClaw skill collections
OpenClaw Skills Workspace
This repository contains multiple publish-ready skills across writing style, payments, shopping intelligence, and ordering workflows.
Skills overview
Writing-style skills
-
harvey-specter-writing-style/- Rewrites text in a confident, concise, negotiation-first style inspired by Harvey Specter.
- Includes anti-AI-writing guardrails for more human-sounding output.
-
don-corleone-writing-style/- Rewrites text in a calm, formal, patriarchal dealmaker style inspired by Don Corleone.
- Includes safety guardrails (no copied quotes, no violent instructions).
-
persona-fun-styles/- Unified multi-persona style pack with on/off commands and intensity controls.
- Includes inspired presets (Gandhi/Harvey/Corleone/Ronaldo/Messi/Bond/Batman/Snoop/Jim Carrey/Tommy Vercetti/Scarface) and automatic neutral fallback for serious tasks.
UPI skills pack
-
upi-payment-integration/- Engineering implementation playbook for collect/intent/QR/mandate flows.
- Webhook reliability, idempotency, reconciliation, and failure handling.
-
upi-payment-ux-ops/- User-facing copy and support operations playbook.
- Pending/failure/refund/dispute messaging, support macros, and SLA/escalation patterns.
-
upi-go-live-checklist/- Program orchestration from zero setup to go-live decision.
- Provider matrix, launch gates, memory template, and incident rollback runbook.
Payment operations skills
-
payment-incident-responder/- Incident response playbook for payment outages and state mismatches.
- Includes severity model, comms templates, and postmortem structure.
-
catalog-sku-matcher-india/- India-focused catalog matching skill for cross-store SKU normalization.
- Includes variant guardrails, confidence scoring, and review-queue patterns.
Growth and operations skills
-
receipt-expense-reconciler/- Parses receipts/invoices, categorizes spend, detects anomalies, and prepares tax-ready summaries.
-
social-repurpose-engine/- Converts long-form content into LinkedIn/X/newsletter/email variants with channel-specific structure.
-
website-change-watcher/- Monitors tracked pages, detects meaningful diffs, and summarizes business impact/actions.
-
customer-support-autopilot/- Classifies support tickets, drafts safe responses, and recommends SLA-aware escalation paths.
-
app-review-intelligence/- Clusters app review feedback, finds pain-point trends, and maps insights to product backlog priorities.
Commerce intelligence skill
india-price-tracker/- India-focused multi-store price comparison and monitoring toolkit.
- Includes effective-price modeling, arbitrage alerts, bulk monitoring, and history trends.
- Store coverage includes Amazon India, Flipkart, Reliance Digital, Croma, Vijay Sales, Tata CLiQ, JioMart, Myntra, AJIO, Nykaa, and Snapdeal.
Ordering workflow skill
india-food-ordering/- Unified Swiggy + Zomato ordering workflow (with optional additional vendor routing).
- Strict safety flow: cart preview, address validation, explicit confirmation before order.
Recommended usage flows
UPI launches
- Start with
upi-go-live-checklist/setup.md. - Implement technical flow with
upi-payment-integration. - Prepare customer/support flows with
upi-payment-ux-ops. - Close launch gates in
upi-go-live-checklist/go-live-gates.md.
Writing transformations
- Use
harvey-specter-writing-stylefor sharp assertive tone. - Use
don-corleone-writing-stylefor formal calm authority tone. - Use
persona-fun-stylesfor switchable multi-persona creative styling with explicit activate/deactivate flow.
Commerce automation
- Use
india-price-trackerfor market tracking and pricing opportunities. - Use
india-food-orderingfor vendor-comparison ordering workflows with confirmation safeguards. - Use
catalog-sku-matcher-indiato improve listing-match accuracy before cross-store comparisons.
Payment reliability operations
- Use
payment-incident-responderduring incidents for triage, containment, comms, and recovery. - Use
upi-go-live-checklistandupi-payment-integrationto prevent repeat payment failures.
Ops and growth workflows
- Use
receipt-expense-reconcilerfor monthly/quarterly finance hygiene and anomaly checks. - Use
website-change-watcherto track competitor pricing/docs/policy shifts. - Use
customer-support-autopilotfor faster, policy-safe response drafting and escalation. - Use
app-review-intelligenceto convert user feedback into prioritized roadmap inputs. - Use
social-repurpose-engineto repurpose product updates into multi-channel content packs.
Publishing notes
- Publish each skill folder separately (one skill per slug/version).
- First release should use
1.0.0. - Recommended initial tags:
latest,stable,v1. - For any post-publish edits, bump patch version (
1.0.1,1.0.2, ...).