← Back to Skills Marketplace
Monet Works — Content QA Remediation
by
RunByDaVinci
· GitHub ↗
· v0.1.0
· MIT-0
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install monet-works-content-qa-dv
Description
QA remediation auto-fix pipeline for Monet Works content. Detects and repairs common content issues: banned phrases, missing disclaimers, missing CTAs, and e...
Usage Guidance
This package implements a plausible content QA fixer, but before you run it on real drafts: 1) Confirm which executable to run (the repo ships scripts/remediate.sh and scripts/auto-remediate.py; SKILL.md's 'content-qa' name is inconsistent). 2) Inspect auto-remediate.py for any network/HTTP calls or explicit calls to an LLM SDK (openai/anthropic); if it calls an external API, decide where API keys will come from and avoid running it with privileged credentials. 3) Because the docs reference 'references/' but templates are in data/, ensure the script will find the correct template files in your environment or update the paths. 4) If you expect the skill to call another internal skill (ogilvy-humanizer), get clarity on that integration and required permissions. 5) Run the script on non-sensitive test content in an isolated environment first and review the change-report JSON before trusting automated modifications. If the author can confirm (a) whether the script makes network/LLM calls and (b) the exact env vars needed, that would raise confidence and may resolve the current concerns.
Capability Analysis
Type: OpenClaw Skill
Name: monet-works-content-qa-dv
Version: 0.1.0
The Monet Works Content QA Pipeline is a legitimate tool designed for automated text remediation, such as replacing banned phrases and appending legal disclaimers. The core logic in 'scripts/auto-remediate.py' uses standard Python libraries for regex-based text processing and JSON handling, with no evidence of malicious execution, data exfiltration, or unauthorized network activity. While the README.md mentions LLM dependencies (OpenAI/Anthropic), the provided code relies on static data files in the 'data/' directory, and no suspicious instructions were found in the 'SKILL.md' prompt surface.
Capability Assessment
Purpose & Capability
The declared purpose (banned phrases, disclaimers, CTAs, length trimming) matches the included data and scripts: the data/ JSON files and auto-remediate.py implement those features. However the SKILL.md repeatedly references a 'content-qa' CLI and configuration paths under 'references/' that are not present in the package (the repo uses scripts/auto-remediate.py, scripts/remediate.sh and data/). This mismatch between documentation and actual files could cause surprises and indicates sloppy packaging/documentation.
Instruction Scope
The runtime instructions describe piping content through a 'content-qa' CLI and mention integration with an external 'ogilvy-humanizer' skill and 'AI model' summarization. The included scripts operate on local files and templates and appear to implement most fixes locally, but README and SKILL.md state that an LLM (openai/anthropic) is required for some substitutions — the scripts in the manifest do not declare how API keys should be provided or whether network calls are made. The SKILL.md also references config paths ('references/') that don't exist in the package, increasing the risk of runtime errors or unexpected behavior.
Install Mechanism
There is no install spec and this is effectively an instruction+script bundle. No remote downloads or installers are present in the manifest, which lowers supply-chain risk. The code is local and executable via the provided shell wrapper.
Credentials
The README and SKILL.md state the tool needs an LLM library (openai or anthropic) for phrase substitution and summary generation, which in practice requires API credentials (e.g., OPENAI_API_KEY or ANTHROPIC_API_KEY). The skill declares no required environment variables or primary credential. This is an omission: a tool that can call an external LLM should declare credential requirements. Also the integration with another skill ('ogilvy-humanizer') is mentioned but not specified (no declared interface or auth), leaving unclear what permissions/context an agent would need.
Persistence & Privilege
The skill does not request always: true, does not require system-wide configuration changes, and is a user-invocable script. It does write only to output paths supplied by the caller (stdout/stderr or user-specified files). There is no evidence it modifies other skills or system agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install monet-works-content-qa-dv - After installation, invoke the skill by name or use
/monet-works-content-qa-dv - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is Monet Works — Content QA Remediation?
QA remediation auto-fix pipeline for Monet Works content. Detects and repairs common content issues: banned phrases, missing disclaimers, missing CTAs, and e... It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install Monet Works — Content QA Remediation?
Run "/install monet-works-content-qa-dv" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Monet Works — Content QA Remediation free?
Yes, Monet Works — Content QA Remediation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Monet Works — Content QA Remediation support?
Monet Works — Content QA Remediation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Monet Works — Content QA Remediation?
It is built and maintained by RunByDaVinci (@clawdiri-ai); the current version is v0.1.0.
More Skills