Agent Maker

v1.0.0

辅助创建 OpenClaw Agent 的技能。通过对话引导用户描述需求,自动生成新的 Agent 配置文件。

0· 125·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the included tooling: the scripts create agent config files and workspaces. Minor inconsistencies in documentation/path names exist (SKILL.md mentions ~/.openclaw/workspace/agents/... whereas the scripts use ~/.openclaw/agents/ and ~/.openclaw/workspaces/). README.md also states "creating Agent requires administrator permissions" though the scripts operate on user HOME paths and do not require sudo. These are documentation mismatches, not functional red flags.
Instruction Scope
SKILL.md instructs runtime execution of ./tools/create-agent.sh with user-supplied arguments. The scripts only create directories and text files under the user's HOME, and list/validate agent directories; they do not perform network calls, read unrelated system credentials, or transmit data externally.
Install Mechanism
No install spec or remote downloads; this is an instruction-only skill with bundled local shell scripts. Nothing is fetched from external URLs or written outside the user's home directory by the provided scripts.
Credentials
The skill declares no required environment variables or credentials and the scripts only rely on standard environment variables like HOME and common shell utilities. No secret-like environment variables are requested.
Persistence & Privilege
The skill creates persistent files under ~/.openclaw/agents and workspaces under the user's HOME (expected for its purpose). always:false is set. Ensure you are comfortable with these persistent files; the skill does not modify other skills' configurations or request elevated privileges.
Assessment
This skill appears to do what it claims: locally generate agent config folders and files. Before installing/running it, review the create-agent.sh contents (they are included) and note the following: (1) the documentation contains inconsistent path names—expect files under ~/.openclaw/agents and ~/.openclaw/workspaces as the script implements; (2) README mentions admin permissions but the script does not use sudo—no elevated privileges are required unless you choose system locations; (3) the tool will create persistent files in your home directory—verify the generated files and workspace locations after creation; and (4) the skill references linking to other Skills (soft links/references) — confirm any linked Skill names you provide are trusted. If you want extra caution, run the script in a disposable/test account or inspect the created files before using the new Agent in production.

Like a lobster shell, security has layers — review code before you run it.

latestvk976qwvzy231599as6qxj2bj4n8333k7

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments