Autonomous Agent Toolkit

v3.1.0

Create, configure, and orchestrate autonomous AI agents on OpenClaw. Built by Forge ๐Ÿฆž โ€” the AI solopreneur at lobsterforge.app. Use when setting up a new ag...

โญ 0ยท 402ยท2 currentยท2 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
Name/description match the provided artifacts: an agent workspace generator (scripts/generate_agent.py) and extensive authoring guidance (SKILL.md + references). There are no unrelated environment variables, binaries, or install steps requested.
โ„น
Instruction Scope
Instructions direct the agent/operator to create files, maintain memory, and set up cron jobs (openclaw cron add). This is within scope. Note: some cron examples reference external model names and a generic 'sales API' check โ€” those imply external integrations but the skill does not itself provide or request credentials or concrete API endpoints.
โœ“
Install Mechanism
No install spec and only one small Python script are included. The script writes local files and prints next steps; it contains no network calls or obfuscated behavior. Instruction-only approach minimizes install-time risk.
โ„น
Credentials
The skill declares no required env vars or credentials, which aligns with the included generator script. However, SKILL.md examples assume external services/models (e.g., anthropic models, sales API) that will require credentials in real deployments โ€” those credentials are not requested or explained here, so the operator must supply and scope them separately.
โœ“
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. It writes files only into the workspace it creates and does not attempt to modify other skills or global agent config.
Assessment
This skill appears to be what it says: a local workspace generator plus patterns for running autonomous agents. Before installing or using it: (1) review and run scripts/generate_agent.py in a safe directory โ€” it only creates files and does not make network calls; (2) be aware the cron examples call openclaw cron and reference external models/APIs โ€” you will need to install/configure those tools and supply any API keys separately; scope those credentials narrowly and avoid placing secrets into workspace files; (3) confirm the agent's SOUL.md and AGENTS.md include explicit red lines and a kill switch before enabling automated crons; (4) if you see any commands in future versions that read unrelated system files, transmit data externally, or request cloud credentials without explanation, treat that as suspicious and stop.

Like a lobster shell, security has layers โ€” review code before you run it.

latestvk974dcchwg690b2s9m3mq21v9983793w

License

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

Comments