Agent skills for creating and maintaining DAppNode packages.
create-dappnode-package: Create, develop, validate, upload, install, and debug a DAppNode package with a fast local Docker loop and DAppNode MCP validation.
Install the skill for Codex:
npx skills add dappnode/dappnode-agent-skills --skill create-dappnode-package -a codexInstall it globally for Codex:
npx skills add dappnode/dappnode-agent-skills --skill create-dappnode-package -a codex -gList available skills without installing:
npx skills add dappnode/dappnode-agent-skills --listThe singular npx skill CLI is a separate CodeBuddy-oriented installer. Use
SKILL_BASE_URL with this repository:
SKILL_BASE_URL=https://github.com/dappnode/dappnode-agent-skills/tree/main npx skill skills/create-dappnode-packageskills/
└── create-dappnode-package/
├── SKILL.md
├── agents/openai.yaml
├── assets/templates/
└── references/
GPL-3.0