dingdawg-test-agent
v1.0.2
Published
Validate and test your DingDawg marketplace agent before publishing. Checks manifest, MCP tools, governance policies.
Maintainers
Readme
dingdawg-test-agent
Validate your AI agent before publishing to the DingDawg Governed Agent Marketplace.
Usage
# Run from your agent directory
npx dingdawg-test-agent
# Or specify a path
npx dingdawg-test-agent ./my-agentWhat it checks
| Check | Description | |-------|-------------| | Manifest | manifest.json or package.json exists | | Required fields | name, description, category, framework | | Category | Valid marketplace category | | Framework | Supported framework (MCP, OpenClaw, NemoClaw, LangChain, CrewAI, custom) | | Governance | Governance policies declared | | MCP tools | At least one tool defined | | README | README.md exists | | Entry point | main or bin field points to valid file |
Creating an agent
npx create-dingdawg-agentPublishing
After all tests pass:
npx dingdawg-publish-agentGet an API key
Sign up at dingdawg.com/developers to get your marketplace API key.
Support
- Email: [email protected]
- Docs: dingdawg.com/marketplace
