Standalone Creator SKILL MCP service
Reason this release was yanked:
Renamed to creator-skill-v2
Project description
skill-service
Standalone Creator SKILL service — MCP + REST API + independent billing.
Quick start
cd apps/skill-service
python -m venv .venv
.venv/Scripts/python -m pip install -U pip
.venv/Scripts/pip install -e .
cp .env.example .env # edit database / modash keys
.venv/Scripts/python scripts/init_db.py
.venv/Scripts/python scripts/seed_dev_account.py --email dev@demo.com --password "12345678" --credits 5000
.venv/Scripts/python main.py
Health: GET http://127.0.0.1:8080/health
MCP: http://127.0.0.1:8080/mcp (Bearer sk_live_...)
Production
- Release (Stripe only): docs/PRODUCTION_RELEASE.md
- Prod deploy script:
python scripts/deploy_prod_server.py(usesprod.yaml+.env_prod) - Deploy: docs/DEPLOY_CHECKLIST.md
- Local dev:
docker compose -f docker-compose.dev.yml up -d --buildorscripts/dev_up.ps1 -Build - Payments: docs/PAYMENT_CALLBACKS.md
- Payment E2E (Plan A/C): docs/PAYMENT_E2E_TEST.md
- Subscription E2E: docs/SUBSCRIPTION_E2E_TEST.md
- OpenClaw + ClawHub E2E: docs/OPENCLAW_E2E_TEST.md
- Stripe 测试环境配置: docs/STRIPE_TEST_ENV_SETUP.md
- MCP Registry: output/registry/
- Coze HTTP SOP:
deinai_backend/output/coze/PATH-A-SOP.md
Stdio bridge (Cursor / Claude Desktop)
export SKILL_TOKEN="sk_live_..."
skill-service-match
# or: uvx --from skill-service skill-service-match
Optional: SKILL_MCP_URL (default https://skill.deinai.ai/mcp).
Status
- Independent account / session (
sk_sess_) / API token (sk_live_) - Wallet, recharge, consumption ledger
- Portal (
/portal/): login, recharge, mock checkout, token management - Payment checkout:
POST /recharge/ordersreturnspayParams(mock / wechat / alipay) - MCP tools:
ping,get_location_ids,searchInfluencers - REST:
GET /api/v1/account/status,POST /api/v1/search/influencers - Admin: credit packages, consume rules, audit logs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skill_service-0.2.0.tar.gz.
File metadata
- Download URL: skill_service-0.2.0.tar.gz
- Upload date:
- Size: 99.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc44516a1497b64620124c30f75669a9ada8adea2a92bd9c1158bd01c791684c
|
|
| MD5 |
a06feb6504d9b985ce1ffb622bd638ec
|
|
| BLAKE2b-256 |
995e2e337e179659024d86228a9d14ee28c1b05971ad6f5ed4bc8c30ca3bf28b
|
File details
Details for the file skill_service-0.2.0-py3-none-any.whl.
File metadata
- Download URL: skill_service-0.2.0-py3-none-any.whl
- Upload date:
- Size: 86.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42114b73de41058b65e9795e51a84b0e3f40345b8b3db5d7e1f1b5894baf8a4f
|
|
| MD5 |
7636696466cca4b55e3e763dde27432f
|
|
| BLAKE2b-256 |
8d3dd66eaac31f9ca09734c8b325f306f2cb671fc1807e75ee9a0251584a5e29
|