Real Skill packageSource verifiedClawHub registry

digital-employee-builder

Build a runnable Agent digital employee from a business codebase or business-function description. Input a business system/module (source code, API docs, or functional spec); output a complete digital-employee workspace — AGENTS.md (operating rules), SOUL.md (persona), IDENTITY.md, USER.md, TOOLS.md, HEARTBEAT.md, an MCP server wrapping business capabilities, per-workflow Skills — plus steps to onboard, run, and verify it in OpenClaw (default) or other harness frameworks (Claude Code, Cursor, custom). Triggers: di…

Identity and source

Publisher attributionjaggerxzjregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 63% rule confidence
Package forminstruction with code18 recorded files
Canonical sourceClawHub registryclawhub:jaggerxzj:digital-employee-builder
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/27/2026.claude/skills/digital-employee-builder

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/27/2026.agents/skills/digital-employee-builder

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/27/2026skills/digital-employee-builder

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @jaggerxzj/digital-employee-builder
clawhub inspect @jaggerxzj/digital-employee-builder --version 0.1.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
7 / 18 inspected as text
Checked
8/27/2026, 9:45:13 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/27/2026, 9:09:53 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:1b8460120b1c0711260177a93ac1b23966e933d9f5b6fb3b120d3e7ca1a21ba7
Show up to 18 recorded paths
  • assets/mcp-server-python/server.py.tmpl
  • assets/mcp-server-ts/server.ts.tmpl
  • assets/skill-template/scripts/workflow.py.tmpl
  • assets/skill-template/SKILL.md.tmpl
  • assets/workspace/AGENTS.md.tmpl
  • assets/workspace/business-api-proposals.md.tmpl
  • assets/workspace/HEARTBEAT.md.tmpl
  • assets/workspace/IDENTITY.md.tmpl
  • assets/workspace/SOUL.md.tmpl
  • assets/workspace/TOOLS.md.tmpl
  • assets/workspace/USER.md.tmpl
  • references/business-api-proposals.md
  • references/harness-adapters.md
  • references/mcp-integration.md
  • references/openclaw-workspace.md
  • references/script-encapsulation.md
  • skill-card.md
  • SKILL.md

Source changelog

- Initial release of Digital Employee Builder skill. - Converts business systems/modules into runnable agent workspaces with identity, rules, tools, personas, and verification steps. - Implements a gated workflow: analysis, proposal sign-off, role modeling, planning, and artifact creation are all confirmed interactively before workspace build. - Core principles enforced: self-contained runtime (no source or network dependency by default), deterministic multi-step logic ported as executable scripts, and a strict contract-first approach for any business-side changes. - Supports deployment into OpenClaw harness (default), or alternative frameworks as specified. - Includes detailed protocols for user interaction, capability extraction, proposal management, and onboarding guidance.