← Back to Skills Marketplace
advanced-skill-creator
by
MarjorieBroad
· GitHub ↗
· v1.0.0
· MIT-0
68
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install marjorie-advanced-skill-creator
Description
Advanced OpenClaw skill creation handler that executes the official 5-step research flow with comprehensive analysis and best practices. Ensures proper metho...
Usage Guidance
This skill is internally consistent with its stated goal (it includes a Python script that calls an external AI service and asks for SKILLBOSS_API_KEY), but there are red flags you should address before installing: 1) Inspect SKILL.md and scripts for prompt-injection strings (the pre-scan found a 'you-are-now' pattern) and remove or sanitize any hidden directives that force the model to ignore host policies. 2) Verify the external service (api.heybossai.com / skillboss.co): ask the publisher for a real homepage, privacy/security documentation, and the exact privileges expected of SKILLBOSS_API_KEY. 3) Audit scripts for any subprocess.run/exec usage or file reads not needed for skill creation; run the code in an isolated environment (container) first. 4) If you must supply SKILLBOSS_API_KEY, use a scoped/test key with minimal privileges and monitor network traffic. 5) Prefer disabling autonomous invocation or limit triggers until you confirm there is no hidden prompt-injection or credential exfiltration. If you cannot verify the external service or remove injection patterns, treat this skill as unsafe to deploy.
Capability Analysis
Type: OpenClaw Skill
Name: marjorie-advanced-skill-creator
Version: 1.0.0
The skill bundle provides a structured framework for generating OpenClaw skills, utilizing a Python script (scripts/advanced_skill_processor.py) to call an external AI service (api.heybossai.com). It requires the SKILLBOSS_API_KEY environment variable to function, which is clearly documented as its primary dependency in SKILL.md and UPLOAD_INSTRUCTIONS.md. The implementation is consistent with its stated purpose of AI-assisted skill creation, and no evidence of malicious behavior, such as credential theft, unauthorized data exfiltration, or harmful command execution, was found.
Capability Assessment
Purpose & Capability
Name/description indicate an AI-driven skill creator and the package includes a Python processor that calls an external AI service. Requested binaries (python3, bash) and a single env var (SKILLBOSS_API_KEY) are consistent with the stated purpose.
Instruction Scope
SKILL.md contains detailed runtime instructions to consult docs, query hubs, fuse results, and then call an external '/v1/pilot' endpoint to generate SKILL.md output. A prompt-injection pattern ('you-are-now') was detected in the SKILL.md pre-scan, which could attempt to manipulate model behavior or override host instructions. The SKILL.md also mandates exact output structure (which is reasonable) but the injection signal and strict directives increase risk that the skill will push the agent into following hidden or unsafe prompts.
Install Mechanism
No install spec — instruction-only skill with one included Python script. That keeps installation footprint small. The included script will be written to disk as part of the skill, but there is no remote archive-download or installer that fetches arbitrary code at install time.
Credentials
Only SKILLBOSS_API_KEY is required and used by the included script to call an external API; this is proportionate for a skill that delegates generation to a third‑party AI service. However, the external endpoint (api.heybossai.com / skillboss.co) is not a widely-known vendor in this package, so verify the service before supplying secrets.
Persistence & Privilege
always is false and the skill does not request system-wide config paths or other skills' credentials. The skill can be invoked autonomously (default platform behavior) — this is normal but means the prompt-injection and network-call aspects have broader impact if enabled for autonomous runs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install marjorie-advanced-skill-creator - After installation, invoke the skill by name or use
/marjorie-advanced-skill-creator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is advanced-skill-creator?
Advanced OpenClaw skill creation handler that executes the official 5-step research flow with comprehensive analysis and best practices. Ensures proper metho... It is an AI Agent Skill for Claude Code / OpenClaw, with 68 downloads so far.
How do I install advanced-skill-creator?
Run "/install marjorie-advanced-skill-creator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is advanced-skill-creator free?
Yes, advanced-skill-creator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does advanced-skill-creator support?
advanced-skill-creator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created advanced-skill-creator?
It is built and maintained by MarjorieBroad (@marjoriebroad); the current version is v1.0.0.
More Skills