payful-query

Query Payful account information including balance, transactions, and account details. Use when the user needs to check their Payful account status, view balance, or retrieve account information. Requires PAYFUL_TOKEN and PAYFUL_USER_ID environment variables to be set.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "payful-query" with this command: npx skills add hugogu/query-payful-account

Payful Query Skill

This skill queries Payful account information via the Payful API.

Security notice: PAYFUL_TOKEN and PAYFUL_USER_ID are sensitive browser session cookies extracted from global.payful.com. They grant full access to your Payful account. Only set these values in a trusted environment and never share them.

Prerequisites

Set the following environment variables:

  • PAYFUL_TOKEN - Authentication token (from BF-INTERNATIONAL-MEMBER-TOKEN cookie)
  • PAYFUL_USER_ID - User ID (from AGL_USER_ID cookie)

Usage

Query Account Balance

python scripts/query_balance.py

Query with Custom API URL

If using a different Payful environment:

python scripts/query_balance.py --api-url https://other.payful.com

API Reference

The skill uses the following Payful API endpoints:

Get Account Balance

  • URL: https://global.payful.com/api/user/account/queryUserAccBalByHomePage
  • Method: GET
  • Headers:
    • Accept: application/json, text/plain, */*
    • Accept-Language: zh-CN
    • request-system-name: member-exchange-client
    • Cookie: Contains authentication tokens

Response Format

{
  "code": "0000",
  "data": {
    "totalBalance": "1234.56",
    "currency": "USD",
    "availableBalance": "1200.00",
    "frozenBalance": "34.56"
  },
  "message": "success"
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

WeChat Official Accounts Article Engagement Metrics API

Call GET /api/weixin/get-article-feedback/v1 for WeChat Official Accounts Article Engagement Metrics through JustOneAPI with articleUrl.

Registry SourceRecently Updated
General

03 Logistics Alert

对菜鸟物流订单进行异常监控、预警分级和赔偿标准匹配。 基于淘宝/天猫物流时效规则(2024最新版)、菜鸟专线赔付标准 和行业物流SLA基准数据,帮助内控人员快速识别异常订单、 预判风险并给出处置建议和赔偿预算。 v1.7 新增:AE-03细分规则(退件/异地/乱序)、AE-10联动供应商评分规则、赔偿封顶规则明确...

Registry SourceRecently Updated
General

Xiaohongshu (RedNote) User Published Notes API

Call 2 get-user-note-list versions for Xiaohongshu (RedNote) User Published Notes through JustOneAPI with userId.

Registry SourceRecently Updated
General

01 Complaint Classification

基于 GB/T 42499-2023 国家标准和阿里巴巴平台规则, 对用户投诉进行智能分类、优先级评定、责任方判断和派发建议。 适用于菜鸟物流、菜鸟驿站、淘宝闪购三条业务线。 v1.7 新增:统一引用 GLOSSARY.md、INSUFFICIENCY-HANDLING.md、RULE-UPDATE-SOP.md。

Registry SourceRecently Updated