← Back to Skills Marketplace
66
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install martin-ai-automation-workflows
Description
Build automated AI workflows combining multiple models and services via SkillBoss API Hub. Patterns: batch processing, scheduled tasks, event-driven pipeline...
Usage Guidance
This skill appears to be what it says (bash/curl examples calling SkillBoss), but the published metadata omits the required SKILLBOSS_API_KEY and doesn't declare use of jq. Before installing or running: (1) confirm the skill author/source and prefer a homepage or repository; (2) only provide a limited, revocable SKILLBOSS_API_KEY scoped to needed permissions; (3) ensure your environment has curl, jq, and bash if you run the examples; (4) avoid embedding sensitive secrets in prompts or files the scripts write; and (5) if you need stronger assurance, ask the publisher to fix the registry metadata (declare the env var and required binaries) or provide a signed package/repo so you can review it fully.
Capability Analysis
Type: OpenClaw Skill
Name: martin-ai-automation-workflows
Version: 1.0.0
The skill bundle provides comprehensive templates and examples for automating AI workflows using the SkillBoss API Hub (api.skillbossai.com). The SKILL.md file contains standard bash and Python scripts for batch processing, sequential pipelines, and scheduled tasks via cron. While it includes capabilities for file reading (cat) and network requests (curl), these are strictly aligned with the stated purpose of data processing and API integration, with no evidence of malicious intent or data exfiltration.
Capability Tags
Capability Assessment
Purpose & Capability
The SKILL.md describes automation patterns that call https://api.skillbossai.com and require an API key (SKILLBOSS_API_KEY) — that capability aligns with the skill's name/description. However, the registry metadata claims no required env vars or binaries while SKILL.md declares requires.env: [SKILLBOSS_API_KEY] and the example scripts depend on jq and bash features, so the declared requirements do not match the actual instructions.
Instruction Scope
Instructions are concrete bash/curl examples that only interact with api.skillbossai.com. They write outputs to local files, run background jobs, and embed user content into prompts. There is no instruction to access other system credentials or external endpoints beyond SkillBoss, but the examples use jq (not declared) and write files containing prompts/responses, which users should be aware of.
Install Mechanism
This is an instruction-only skill with no install spec and no remote downloads, so it does not write code to disk or install packages. That reduces risk. The examples assume standard command-line tools are present (curl, jq, bash).
Credentials
The only credential the skill appears to need is SKILLBOSS_API_KEY, which is appropriate for calling the SkillBoss API. The concern is that the registry metadata does not list this required env var while SKILL.md does — a packaging inconsistency. Also verify that any API key you provide is scoped and revocable; prompts shown may include user data that will be sent to the external service.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not modify other skills or system-wide config according to the provided files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install martin-ai-automation-workflows - After installation, invoke the skill by name or use
/martin-ai-automation-workflows - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Enables building automated AI workflows using SkillBoss API Hub with Bash and curl.
- Provides documentation and bash script examples for workflow patterns: batch processing, sequential pipelines, parallel processing, conditional branches, and retries with fallback.
- Supports triggers for batch jobs, scheduled tasks (via cron), event-driven pipelines, and agent-style automation.
- Integrates with SkillBoss API Hub for AI content generation, data processing, monitoring, and orchestration.
- Requires only Bash, curl, and a SkillBoss API key for usage.
Metadata
Frequently Asked Questions
What is ai-automation-workflows?
Build automated AI workflows combining multiple models and services via SkillBoss API Hub. Patterns: batch processing, scheduled tasks, event-driven pipeline... It is an AI Agent Skill for Claude Code / OpenClaw, with 66 downloads so far.
How do I install ai-automation-workflows?
Run "/install martin-ai-automation-workflows" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ai-automation-workflows free?
Yes, ai-automation-workflows is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ai-automation-workflows support?
ai-automation-workflows is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ai-automation-workflows?
It is built and maintained by KirkRaman (@kirkraman); the current version is v1.0.0.
More Skills