Cb Returns Management System

v1.0.0

Cost-effective international returns and reverse logistics

0· 77·0 current·0 all-time
byhaidong@harrylabsj

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for harrylabsj/cb-returns-management-system.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Cb Returns Management System" (harrylabsj/cb-returns-management-system) from ClawHub.
Skill page: https://clawhub.ai/harrylabsj/cb-returns-management-system
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install cb-returns-management-system

ClawHub CLI

Package manager switcher

npx clawhub@latest install cb-returns-management-system
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (international returns/reverse logistics) align with the contained files and behavior. The skill asks for no credentials, no binaries, and no platform integration, which is proportionate for a descriptive planning tool.
Instruction Scope
SKILL.md limits the runtime to descriptive guidance with 'No code execution, API calls, network requests'. The repository contains a small handler.py that will execute locally when invoked (standard for instruction-only skills implemented in-code). The handler does not perform network I/O, read arbitrary files, or access environment variables—so runtime behavior stays within the documented safety boundaries. Note the minor wording ambiguity: SKILL.md's 'No Code Execution' is intended as a safety boundary (no external calls or transactions), but the skill does include runnable local code (handler.py) which is normal and not malicious.
Install Mechanism
No install spec and no external packages or downloads. The implementation uses only the standard Python library. This is low-risk and proportionate for the stated purpose.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The code does not attempt to access secrets or external services. Credential requirements are minimal and appropriate.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges or modify other skills. Autonomous invocation by the agent is allowed by platform default but the skill's scope and lack of external access keep the risk low.
Assessment
This skill appears coherent and low-risk: it's a local, descriptive returns-planning assistant implemented in simple Python with unit tests and no external dependencies or credentials. Before installing, you may want to (1) skim handler.py to confirm it matches your expectations (it only parses input and emits JSON), (2) run the included tests locally if you plan to execute it in your environment, and (3) remember it provides guidance only—not live rates, legal advice, or booking capabilities—so validate regulatory or cost data with official sources before acting. Autonomous agent invocation is the platform default; combined with this skill's lack of external access, that is low risk. If you need integrations (carrier APIs, pricing, or automated refunds), require additional, explicit skills with appropriate credentials and reviews.

Like a lobster shell, security has layers — review code before you run it.

latestvk97da89nk6ejg4ktbyy18wqmds85b9ev
77downloads
0stars
1versions
Updated 5d ago
v1.0.0
MIT-0

International Returns Management System

Overview

International Returns Management System (Cost-effective international returns and reverse logistics). This skill provides a structured framework for planning and managing cross-border returns processes. It covers reverse logistics optimization, cost analysis, customer experience management, and regulatory compliance for international returns.

The framework helps businesses balance customer satisfaction with operational efficiency in international returns management, considering regional differences in consumer protection laws and logistics infrastructure.

Trigger Keywords

  • "international returns management"
  • "cross-border reverse logistics"
  • "returns cost optimization"
  • "global returns policy"
  • "international customer returns"
  • "reverse logistics framework"

Workflow

  1. Input Analysis: Parse user input to extract target markets, product types, and business parameters
  2. Returns Framework: Generate returns management framework with cost analysis
  3. Logistics Planning: Develop reverse logistics strategy for target markets
  4. Customer Experience: Design customer-friendly returns process
  5. Output Delivery: Return comprehensive JSON with analysis and recommendations

Output Modules

Returns Cost Analysis

  • Return rate estimation by market and product category
  • Shipping and handling cost breakdown
  • Restocking and refurbishment cost analysis
  • Disposal and liquidation cost considerations
  • Cost optimization strategies

Reverse Logistics Framework

  • Return shipping carrier selection and routing
  • Customs and duty considerations for returns
  • Warehouse and inspection hub placement
  • Inventory management for returned goods
  • Return consolidation strategies

Customer Experience Optimization

  • Return policy design for international markets
  • Customer communication and tracking
  • Refund processing and timeline management
  • Exchange and store credit alternatives
  • Customer satisfaction measurement

Regulatory Compliance

  • Consumer protection laws by market
  • Return window requirements by jurisdiction
  • Labeling and documentation requirements
  • Environmental regulations for returns processing
  • Data privacy considerations

Safety & Limitations

Safety Boundaries

  • No Professional Advice: Provides informational frameworks only. Does not replace logistics or legal professionals.
  • No Real-Time Data: Based on general frameworks, not current carrier rates or regulations.
  • No Transactions: No booking, shipping label generation, or refund processing.
  • No Code Execution: Pure descriptive implementation. No shell commands or network requests.
  • Descriptive Only: Provides planning frameworks and guidance only.

Limitations

  • Shipping costs and carrier options vary by region and change frequently
  • Customs regulations for returns differ significantly by country
  • Product-specific factors may alter return handling requirements
  • Consumer protection laws are subject to change
  • Infrastructure quality varies by market

Example Prompts

Level 1: Basic Inquiry

"How to manage international returns for my e-commerce business?"

Level 2: Specific Scenario

"Returns management for fashion products in EU markets"

Level 3: Complex Planning

"Multi-market returns optimization for electronics in US, EU, and Asia"

Level 4: Detailed Case

"US-based fashion retailer managing returns from France, Germany, and UK with <10% return rate target"

Acceptance Criteria

Functional Requirements

  • Returns valid JSON structure from handle() function
  • Includes input_analysis field with parsed input information
  • Contains proper disclaimer with safety boundaries
  • Provides returns-specific cost analysis and logistics framework
  • Differentiated from other cross-border e-commerce skills

Quality Requirements

  • Clear and structured output
  • Comprehensive framework coverage
  • Actionable implementation guidance
  • Proper safety boundaries enforced
  • Input differentiation verified through tests

Integration

Complementary Skills

  • Works with cb-shipping-optimizer for outbound logistics integration
  • Integrates with cb-customer-service-localizer for returns communication
  • Supports cb-compliance-framework for regulatory considerations

Input/Output Flow

  • Accepts natural language input via handle() function
  • Returns structured JSON for system integration
  • Can be chained with related skills for multi-faceted analysis

Version History

v1.0.0 (2026-04-22)

  • Initial release
  • Returns cost analysis framework
  • Reverse logistics planning
  • Customer experience optimization
  • Regulatory compliance considerations
  • Input parsing and parameter extraction
  • JSON output with input_analysis and disclaimer
  • Safety boundaries and limitations documentation
  • Test coverage with 5 tests per skill

Technical Details

Handler Interface

Dependencies

  • None (pure Python standard library only)

File Structure

  • handler.py: Main handler implementation
  • tests/test_handler.py: Unit tests (5 tests)
  • SKILL.md: This documentation file
  • skill.json: Skill metadata and configuration
  • ACCEPTANCE.md: Acceptance criteria documentation
  • .claw/identity.json: Identity and authorship information

Test Coverage

  • JSON output validation test
  • Disclaimer presence and content test
  • Input differentiation test
  • Returns-specific functionality test
  • Differentiation evidence test

Comments

Loading comments...