← Back to Skills Marketplace
mar-content-draft-generator
by
MarjorieBroad
· GitHub ↗
· v1.0.0
· MIT-0
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mar-content-draft-generator
Description
Generates new content drafts based on reference content analysis. Use when someone wants to create content (articles, tweets, posts) modeled after high-perfo...
Usage Guidance
Before installing or invoking this skill, consider the following:
- The skill will fetch user-provided URLs over the network (using the agent's web_fetch tool) and save copies of fetched content and generated drafts to the agent's filesystem — avoid providing private or sensitive URLs (intranets, documents behind auth, private messages).
- Twitter/X links are transformed to and fetched via the third-party proxy api.fxtwitter.com. If you care about confidentiality or logging, review that service's privacy/terms or avoid giving X/Twitter links; instead paste content directly.
- The skill does not request API keys or env vars, but persistent files may contain sensitive material. After use, inspect and delete stored files if needed.
- If you operate in a regulated environment, ask how the agent's web_fetch routes requests (corporate proxy/logging) and whether external proxies are allowed.
- If you want to reduce exposure: run the skill only on non-sensitive public content, disable autonomous invocation, or modify the workflow to require the user to paste content instead of URL fetches.
If you want, I can suggest precise changes to the SKILL.md to make external requests and storage explicit, or draft an alternative flow that avoids using the FxTwitter proxy.
Capability Assessment
Purpose & Capability
Name/description (content-draft generation) aligns with the files and stepwise instructions: deconstruct references, synthesize anatomy, gather context, create a meta-prompt, and produce drafts. The only notable extra capability is special handling for Twitter/X URLs via a third-party proxy (api.fxtwitter.com), which is explainable (Twitter content requires special handling) but not documented in the top-level metadata.
Instruction Scope
Runtime instructions require fetching user-provided URLs using the web_fetch tool and saving full breakdowns and generated drafts to the agent filesystem. The SKILL.md specifically instructs transforming Twitter/X links to api.fxtwitter.com — a third-party endpoint. The skill does not disclose that user-supplied URLs will be sent to an external proxy (and potentially logged) nor does it warn that fetched content and user responses will be persisted. No instructions ask for system files or unrelated environment variables, which is good, but the network/third-party proxy and persistent storage are scope risks that aren't surfaced to the user.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is low-risk from an install perspective — nothing will be downloaded or executed beyond the agent's normal runtime behaviors.
Credentials
The skill declares no required environment variables, credentials, or config paths. It does not request unrelated secrets or credentials. This is proportionate to the stated purpose.
Persistence & Privilege
always:false and user-invocable:true (normal). However, the workflow explicitly saves fetched reference content, intermediate guides, context questions, meta-prompts, and final drafts to on-disk paths. That persistent storage of user-supplied references (and derivative content) is reasonable for a draft generator but should be highlighted to users because it increases data retention and exposure risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mar-content-draft-generator - After installation, invoke the skill by name or use
/mar-content-draft-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Content Draft Generator v1.0.2
- Added detailed step-by-step workflow for generating content drafts modeled on reference examples.
- Supports up to 5 reference URLs (with special Twitter/X handling via FxTwitter API), including error management and user prompts.
- Breaks down reference content, synthesizes structural/psychological patterns, and generates context-gathering questions.
- Orchestrates a two-phase draft generation process: interactive interview, then 3 varied content drafts per run.
- Consistently saves all outputs in structured folders with timestamp-based filenames; preserves run history.
Metadata
Frequently Asked Questions
What is mar-content-draft-generator?
Generates new content drafts based on reference content analysis. Use when someone wants to create content (articles, tweets, posts) modeled after high-perfo... It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.
How do I install mar-content-draft-generator?
Run "/install mar-content-draft-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is mar-content-draft-generator free?
Yes, mar-content-draft-generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does mar-content-draft-generator support?
mar-content-draft-generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created mar-content-draft-generator?
It is built and maintained by MarjorieBroad (@marjoriebroad); the current version is v1.0.0.
More Skills