OpenClaw AI Agent Verification
Audit AI agent configurations for security risks via Cybercentry ACP. Returns Critical/High/Medium/Low risk level.
Workflow
- Install ACP CLI: npx skills add https://github.com/Virtual-Protocol/openclaw-acp --skill virtuals-protocol-acp
- Run
acp setup(one-time only) - Run
acp browse "Cybercentry"to find the provider wallet - Run
acp job create <wallet> openclaw-ai-agent-verification --requirements '{"tool": {...}, "config": {...}}' - Poll
acp job status <jobId>untilCOMPLETED
Requirements Schema
| Parameter | Type | Required | Description |
|---|---|---|---|
tool |
Object | No | Tool to validate (contains name and args) |
tool.name |
String | Yes | Tool name |
tool.args |
Object | Yes | Tool arguments |
config |
Object | Yes | Configuration (filename: openclaw.json or JSON content) |
skills |
String | No | Skills content (filename: SKILL.md or JSON content) |
message |
String | No | Message to validate |
sessionId |
String | No | Session identifier for tracking conversation context |
Deliverables
| Field | Type | Format | Description |
|---|---|---|---|
report |
String | Plain | Security risk report |
Gotchas
configis required - pass the openclaw.json content or an empty object{}tool.argsmust be an object, even if empty - use{}notnull- Large skills content should be stringified JSON, not raw markdown
Source: Cybercentry/cybercentry-agent-skills — distributed by TomeVault.