dsh-web-search-ddg
aooyoo
Zero-token DuckDuckGo search provider for the DeepSeek Harness (DSH) web seam — local headless browser, no API key, no m…
PROJECT TOPICS
PROJECT README
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 timeoutdsh plugin --profile web add github:teckyuen/dsh-autocount-cloud
For local development:
dsh plugin --profile web add link:/path/to/dsh-autocount-cloud
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.
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"
}
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.
MIT
Mac Soft Sdn Bhd - ricky@macsoft.my
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。