teckyuen / dsh-autocount-cloud

已收录

DeepSeek Harness tools for AutoCount Cloud connector commands.

main工具 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:teckyuen/dsh-autocount-cloud

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 763859b同步于 2026年8月18日

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

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

示例已检测

仓库信息

开发语言
TypeScript
许可证
MIT
最后更新
2026年8月16日 15:09

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。