Reddit Write
v1.0.0Drafts posts and comments in Luka's voice based on research and subreddit rules for manual review and posting.
⭐ 0· 412·0 current·0 all-time
by@lknezic
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description (draft posts/comments for Luka) match the instructions: the SKILL.md explains how to pick opportunities, draft, self-validate, save drafts, and update task tracking. No unrelated binaries, env vars, or external services are requested.
Instruction Scope
The runtime instructions explicitly tell the agent to read and write workspace files (shared/research/trends-[today].md, shared/memory/lessons.md, ref-voice.md, SOUL.md, shared/pending/, active-tasks.md). That is coherent for a drafting skill, but you should verify those paths exist and are meant to be read/modified by this agent. Additionally, ref-voice.md includes guidance to write “so accurately in Luka's voice that posts cannot be flagged as AI-written” — an ethical/policy concern (attempting to evade AI-detection), though not a direct technical security mismatch.
Install Mechanism
Instruction-only skill with no install spec and no code files. This minimizes installation risk; nothing is fetched or written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are declared as required. The skill does reference internal file paths (see instruction_scope) but does not request extra secrets or external API access.
Persistence & Privilege
always is false (not forced into every agent run). The skill asks the agent to save drafts into shared/pending/ and update active-tasks.md, which is appropriate for a drafting workflow and does not modify other skills or request persistent elevated privileges.
Assessment
This skill appears to do what it says (drafting posts for manual review) and doesn't request credentials or installs, but before enabling it: 1) Confirm the referenced workspace files and folders (shared/research, shared/memory, shared/pending, active-tasks.md, SOUL.md) exist and are appropriate for the agent to read and write. 2) Make sure drafts are saved to a private/internal location (not a public repo or externally accessible path). 3) Enforce the manual review/posting requirement in your operational process (the skill instructs never to auto-post). 4) Note the voice guidance that encourages producing text intended to evade AI-detection — consider whether that violates platform or community policies and whether you want the agent to follow that instruction. 5) If you need stronger assurances, ask the skill author to (a) enumerate exactly which files it will read/write and (b) remove or soften the instruction about making outputs undetectable as AI-generated.Like a lobster shell, security has layers — review code before you run it.
latestvk97adedeb39dadfzh9d80prg5h81h2t6
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
