Standalone Creator SKILL MCP service
Project description
creator-skill-v2
Standalone Creator SKILL service (SKILL-02) — MCP + REST API + independent billing. Source repo: apps/skill-service.
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_..."
creator-skill-v2-match
# or: uvx --from creator-skill-v2 creator-skill-v2-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 creator_skill_v2-0.2.1.tar.gz.
File metadata
- Download URL: creator_skill_v2-0.2.1.tar.gz
- Upload date:
- Size: 99.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1dd3963fc4dfe1f606ec79182f16df6359ad928ceda45a327674873e8f0186d6
|
|
| MD5 |
e878d251363ed7a3f281b0fc2b8bb3bf
|
|
| BLAKE2b-256 |
57689250ed6623cba69bfc311c4651d040b28c50de48c920d2824bbdcc24c6c6
|
File details
Details for the file creator_skill_v2-0.2.1-py3-none-any.whl.
File metadata
- Download URL: creator_skill_v2-0.2.1-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 |
e4fa255dfa9d2dc2d85d68120ca2f95ba88ebee637a69c363dbb9ef813ca0c74
|
|
| MD5 |
5a594a38fc31924b1a6f6f798c4a4b78
|
|
| BLAKE2b-256 |
2661471409ea7ea38a07fb3eaa43c01258524b40da096143e30bc1e6c70333eb
|