# Send ERPClaw-Setup to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "erpclaw-setup",
    "name": "ERPClaw-Setup",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/setup",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/setup",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/erpclaw-setup",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=setup",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "agents.md",
      "automation.md",
      "channels.md",
      "gateway.md",
      "memory.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "erpclaw-setup",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T19:36:16.036Z",
      "expiresAt": "2026-05-09T19:36:16.036Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=setup",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=setup",
        "contentDisposition": "attachment; filename=\"setup-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "erpclaw-setup"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/erpclaw-setup"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/erpclaw-setup",
    "downloadUrl": "https://openagent3.xyz/downloads/erpclaw-setup",
    "agentUrl": "https://openagent3.xyz/skills/erpclaw-setup/agent",
    "manifestUrl": "https://openagent3.xyz/skills/erpclaw-setup/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/erpclaw-setup/agent.md"
  }
}
```
## Documentation

### Quick Reference

TaskLoadMessaging channels (Telegram, WhatsApp, Discord, etc.)channels.mdAgent settings, models, workspacesagents.mdSecurity, auth, DM policies, allowlistssecurity.mdTools: exec, browser, web, mediatools.mdCron, hooks, heartbeats, automationautomation.mdRecommendations by use caserecommendations.mdMemory search, embeddings, QMDmemory.mdGateway: port, TLS, Tailscale, remotegateway.md

### First Setup Checklist

Before any config, run:

openclaw onboard --install-daemon  # Full wizard
openclaw doctor                    # Check issues

Minimum viable config:

At least one channel connected (Telegram recommended for testing)
 Model configured (Anthropic Claude or OpenAI)
 Workspace path set (agents.defaults.workspace)
 Owner allowlist configured (your user ID in channels.*.allowFrom)

### Config Locations

FilePurpose~/.openclaw/openclaw.jsonMain config~/.openclaw/.envEnvironment variables~/.openclaw/workspace/Default workspace~/.openclaw/sessions/Session storage

Hot reload: Most settings apply instantly. Gateway settings (port, TLS) require restart.

### Common Mistakes to Avoid

Open DM policy without allowlist → Anyone can message your bot
No auth token on remote gateway → Exposed to internet
Model without fallbacks → Single point of failure
Heartbeat without delivery target → Lost proactive messages
exec.security: "full" in groups → Dangerous command access

### When You're Done

openclaw doctor       # Verify config
openclaw status       # Check runtime
openclaw health       # Gateway health
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T19:36:16.036Z
- Expires at: 2026-05-09T19:36:16.036Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/erpclaw-setup)
- [Send to Agent page](https://openagent3.xyz/skills/erpclaw-setup/agent)
- [JSON manifest](https://openagent3.xyz/skills/erpclaw-setup/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/erpclaw-setup/agent.md)
- [Download page](https://openagent3.xyz/downloads/erpclaw-setup)