agentsclimarketplace

Ai automation workflows

Skill Sheshiyer/skill-clusters/skills/ai-automation-workflows

Use when you need to orchestrate an approved AI workflow, scheduled automation, or execution backend without bypassing the packet and approval path. This local mirror aligns OpenClaw with inference-sh agent-skills ai-automation-workflows.From its SKILL.md

Install
npx -y skills add Sheshiyer/skill-clusters --skill ai-automation-workflows

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.4 KB, 245 tokens by cl100k_base, as published. Nobody here has run it

AI Automation Workflows

Use this skill when the main problem is workflow choreography, not authorship.

Primary Owner

  • sadhana-orchestrator

OpenClaw Bindings

  • Execute approved inference tasks:
python3 ~/.openclaw/scripts/inference_flow_run.py --packet /abs/path/to/packet.json --dry-run
  • Hand actionable findings to Paperclip:
python3 ~/.openclaw/scripts/handoff-to-paperclip.py --packet /abs/path/to/packet.json
  • Preflight the distribution lane:
python3 ~/.openclaw/scripts/test-distribution-flow.py

Workflow

  1. Confirm that the upstream packet, approval state, and required assets exist.
  2. Confirm whether the run is dry-run or live.
  3. Route execution through the existing adapters.
  4. Capture receipts and surface failures.
  5. Never skip the approval boundary just because automation is available.

Guardrails

  • This skill does not create permission to publish.
  • Cron-owned automation must remain downstream of CLIP and the packet gate.
  • Prefer existing adapters over raw provider calls.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,367. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.