설치
npx -y @deepseek-ai/dsh plugin --profile web add github:teckyuen/dsh-autocount-cloud이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
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 Cloudautocount_submit_command- submit a command to the connector queueautocount_get_command- read command status/result by command IDautocount_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. 오후 3:09
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.