channel-company-query-python

查询渠道单位信息(Python3实现)。通过名称模糊搜索获取列表,或通过ID查询详情。包括CRM账号、站点标识和环境URL。

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 "channel-company-query-python" with this command: npx skills add romicboy/channel-company-query-python

Channel Company Query (Python3)

功能

  • 搜索:按名称模糊搜索渠道单位
  • 详情:通过ID查询渠道单位完整信息
  • 格式化:输出搜索列表和详情信息

首次配置

使用前需要配置 API Token:

openclaw config set env.vars.LEJIAN_AUTH_TOKEN <你的token>

重启 gateway 后生效。

环境变量校验

python3 scripts/channel_company_query.py --help

LLM 调用流程

步骤1:搜索渠道单位

python3 scripts/channel_company_query.py --name "示例公司"
  • 多个结果:返回列表(含序号、ID、名称),提示用户选择
  • 单个结果:自动查详情并返回

步骤2:根据用户选择的序号,用对应ID查询详情

python3 scripts/channel_company_query.py --detail 1234567

技术要求

  • Python 3.x
  • 标准库 urllib
  • 有效的 Authorization token(配置在 LEJIAN_AUTH_TOKEN 环境变量中)

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.

Coding

InStreet gomoku AI

InStreet五子棋AI。在InStreet桌游室进行五子棋对局时,自动计算最佳落子并提交。支持威胁检测,优先防守对手的活三/冲四。

Registry SourceRecently Updated
2650Profile unavailable
Coding

Productivity Bot

Automation bot for productivity tasks including data processing, scheduled notifications, and workflow optimization.

Registry SourceRecently Updated
2.4K0Profile unavailable
Coding

Browser Use Pro

AI-powered browser automation for complex multi-step web workflows. Uses Browser-Use framework when OpenClaw's built-in browser tool can't handle login flows...

Registry SourceRecently Updated
7240Profile unavailable
Coding

文件总结 File Summary & Analysis

Local document summary tool. Activate when user mentions "总结文件", "帮我总结", "总结文档", "分析文档" or provides a local file path (txt/docx/pdf/xlsx/xls).

Registry SourceRecently Updated
2.7K1Profile unavailable