Skip to main content

AI e-commerce skills for Qianchuan advertising operations, compatible with Codex/OpenClaw/Cursor

Project description

ai-ecom-skills

AI e-commerce skills for Qianchuan (巨量千川) advertising operations.

Compatible with Codex, OpenClaw, and Cursor.

Installation

pip install ai-ecom-skills

Quick Start

# Install skill to all platforms (Codex/OpenClaw/Cursor)
ai-ecom-skills install --target all

# Set backend API URL
export BACKEND_API_BASE_URL=http://localhost:8080

# Restart your agent (Codex/OpenClaw/Cursor)

CLI Commands

Command Description
ai-ecom-skills install --target all Install to all platforms
ai-ecom-skills install --target codex Install to Codex only
ai-ecom-skills install --target openclaw Install to OpenClaw only
ai-ecom-skills uninstall --target all Uninstall from all platforms
ai-ecom-skills list Show installation status
ai-ecom-skills info Show skill information

Features

Analysis Skills

  • ReviewSummarySkill - Summarize execution results (before/after comparison)
  • RiskGuardrailSkill - Check risk policies (kill_switch, budget limits)
  • ActionProposalDraftSkill - Generate optimization proposals

Fetch Skills

  • FetchPlanCoreContextSkill - Fetch plan basic info
  • FetchPlanMetricsSkill - Fetch daily metrics (ROI/cost/GMV)
  • FetchPlanHourlyMetricsSkill - Fetch hourly metrics

Execute Skills

  • ExecuteAdjustBudgetSkill - Adjust plan budget
  • ExecuteAdjustBidSkill - Adjust plan bid
  • ExecutePausePlanSkill - Pause an ad plan

Python Usage

from ai_ecom_skills.skills.review_summary import ReviewSummarySkill
from ai_ecom_skills.schemas.agent import AgentTaskRequest

skill = ReviewSummarySkill()
request = AgentTaskRequest(
    targetId="plan-001",
    context={
        "metrics_before": {"roi": 2.5, "cost": 100.0},
        "metrics_after": {"roi": 3.8, "cost": 120.0},
        "execution_label": "提高预算 20%",
    },
)
suggestion = skill.run(request)
print(suggestion.summary)

Requirements

  • Python >= 3.11
  • Backend API service running (for Fetch/Execute skills)

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai_ecom_skills-0.1.0.tar.gz (36.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ai_ecom_skills-0.1.0-py3-none-any.whl (62.2 kB view details)

Uploaded Python 3

File details

Details for the file ai_ecom_skills-0.1.0.tar.gz.

File metadata

  • Download URL: ai_ecom_skills-0.1.0.tar.gz
  • Upload date:
  • Size: 36.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for ai_ecom_skills-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a6bc048e65f034ef3fa36b6fa9a0904d3f308db3b204a1f213b1233b60254338
MD5 0411bdef19e9a35115ac66ce63903bd9
BLAKE2b-256 fb90916f9cb3808db8a1e5e0f44c33ba445d223c84fde9c051108ae127cd4f3b

See more details on using hashes here.

File details

Details for the file ai_ecom_skills-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: ai_ecom_skills-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 62.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for ai_ecom_skills-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5e7e3d3ad380636ceaab879cab73450656a829c73638d03c9387452a41dedafe
MD5 268c5677ca4d4737b56574253ec8ee04
BLAKE2b-256 8804c6a88189f195f5a0f8f49394885dc14ec46a1921bef584882cad9a921dd8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page