Re Blog Meta
v1.0.9Generate SEO-optimized title, SEO title, SEO description, SEO slug, and social tips for a blog post. Use when the user provides a blog name or slug to look u...
⭐ 0· 75·0 current·0 all-time
byDishant Sharma@dishant0406
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (generate SEO metadata) matches the runtime instructions: read a blog file from ~/blogs/, research current trends in a browser, generate five meta fields, and save JSON to ~/blog-meta/. No unrelated env vars, binaries, or installs are requested.
Instruction Scope
Instructions explicitly direct reading a local blog file and using the platform-managed Chrome to research Google, Google Trends, Reddit, and X. That is consistent with the quality requirement to research current trends. Be aware the skill reads local files in ~/blogs/ and performs web searches (search queries may expose search terms to those services). The SKILL.md does not instruct posting content to external services, but the research step could leak keywords or short excerpts via search queries if implemented carelessly.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install model. Nothing is downloaded or written to disk by an installer step beyond the JSON the skill itself is supposed to create.
Credentials
No environment variables or credentials are requested. The only resources needed are filesystem access to ~/blogs/ and write access to ~/blog-meta/, plus access to a managed browser for research — these are proportionate to generating SEO metadata.
Persistence & Privilege
The skill is not force-included (always: false) and does not request persistent system privileges or modifications to other skills. It operates per-run on user invocation, which is appropriate for its purpose.
Assessment
This skill appears coherent and consistent with its goal, but before installing consider: 1) It will read files from ~/blogs/ and save JSON to ~/blog-meta/ — ensure those paths and file access are acceptable and that the blog files don't contain sensitive data you don't want exposed. 2) The skill requires web research using a managed Chrome; search queries (and any copied excerpts) will be visible to the searched services — avoid feeding full sensitive text into search fields. 3) Because it's instruction-only, behavior depends on the platform's browser integration; confirm that the platform won't submit entire blog contents to third-party forms or services. 4) If you want stronger guarantees, run the skill in an environment containing only the blog files you allow it to access or review a test run with a non-sensitive file first.Like a lobster shell, security has layers — review code before you run it.
latestvk971hy4b68ane2ctdh19n2zxzd84paqw
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
