dsh-autocount-cloud
其他 活跃维护

dsh-autocount-cloud

teckyuen/dsh-autocount-cloud

自动化生成适配AutoCount Cloud的连接器配置指令,内置参数校验与模板匹配逻辑,无需手动编写繁琐对接代码,开箱即用简化本地数据与云服务的集成流程

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
7 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:teckyuen/dsh-autocount-cloud
git clone https://github.com/teckyuen/dsh-autocount-cloud.git
git clone git@github.com:teckyuen/dsh-autocount-cloud.git
README.md main

dsh-autocount-cloud

DeepSeek Harness plugin for calling AutoCount Cloud connector commands.

It gives DSH four tools:

  • autocount_command_schema - read one command schema from AutoCount Cloud
  • autocount_submit_command - submit a command to the connector queue
  • autocount_get_command - read command status/result by command ID
  • autocount_run_command - submit and poll until done, failed, or timeout

Install

dsh plugin --profile web add github:teckyuen/dsh-autocount-cloud

For local development:

dsh plugin --profile web add link:/path/to/dsh-autocount-cloud

Configuration

Set environment variables before starting DeepSeek Harness:

AUTOCOUNT_CLOUD_URL=https://api.autocount.cloud
AUTOCOUNT_API_KEY=ak_xxx
AUTOCOUNT_CONNECTOR_ID=your-connector-id
AUTOCOUNT_COMPANY_ID=your-company-id

Do not commit API keys to GitHub.

Example Use

Ask DeepSeek:

Use autocount_run_command to read 10 debtors.

Tool arguments:

{
  "type": "read-debtors",
  "payload": {
    "limit": 10
  }
}

To inspect a payload before writing:

{
  "commandType": "create-cash-sale"
}

Safety

This plugin only calls AutoCount Cloud API endpoints. It does not contain AutoCount credentials, customer data, or direct SQL access.

For write commands, the AutoCount connector and AutoCount SDK still decide what can be saved.

License

MIT

Maintainer

Mac Soft Sdn Bhd - ricky@macsoft.my