Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

blog-writer

v1.0.0

This skill should be used when writing blog posts, articles, or long-form content in the writer's distinctive writing style. It produces authentic, opinionat...

0· 80·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for tobeyrebecca/toby-blog-writer.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "blog-writer" (tobeyrebecca/toby-blog-writer) from ClawHub.
Skill page: https://clawhub.ai/tobeyrebecca/toby-blog-writer
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install toby-blog-writer

ClawHub CLI

Package manager switcher

npx clawhub@latest install toby-blog-writer
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The skill's purpose is to draft and publish blog posts to Notion and to maintain a local examples library. Requiring Notion publication is coherent with the purpose. However, the skill declares no required credentials or environment variables even though SKILL.md explicitly requires automatic Notion API calls and a specific database ID and project URL. That mismatch is unexpected and unexplained.
!
Instruction Scope
The SKILL.md instructs the agent to: (1) read the style guide and example files from the repository, (2) always publish drafts to a Notion database (marked CRITICAL), and (3) save finalized posts into references/blog-examples/ and prune oldest items when requested. The hard requirement to publish even drafts to Notion is a scope expansion that could expose user content to an external service without clear opt-in. The instructions also direct writing and deletion of local files (saving finalized posts, and the included manage_examples.py supports removing files if executed).
Install Mechanism
No install spec is provided and this is primarily an instruction-only skill with a small utility script (manage_examples.py). Nothing is downloaded or written by an installer step. This is lower risk from an installation perspective.
!
Credentials
SKILL.md expects Notion API usage (database ID and project link provided), but the skill metadata shows no required env vars, primary credential, or config paths. If the skill intends to use a platform-managed Notion connector, that should be explicitly documented; otherwise the absence of declared Notion credentials is a proportionality mismatch and hides how authentication will occur. Also, the skill will write posts into the local repository (references/blog-examples/) and may remove files if the pruning operation is run — these behaviors require filesystem access which is not reflected in the declared requirements.
Persistence & Privilege
always:false (good). The skill does request persistent side effects: writing finalized posts into the skill's references folder and mandatory publishing to a Notion database. The included manage_examples.py can delete files when run with the prune/--execute flags, which is potentially destructive if invoked without consent. Autonomous invocation is allowed by default — combined with the mandatory Notion publication step, that increases the blast radius if the agent is ever triggered without clear user confirmation.
What to consider before installing
Before installing or enabling this skill, verify the following: (1) How will the agent authenticate to Notion? Ask the author/maintainer whether the skill uses a platform-managed Notion connector or expects you to provide a NOTION_TOKEN; the SKILL.md should explicitly declare required credentials. (2) The skill enforces automatic publication of drafts to a Notion database (marked CRITICAL). Decide whether you are comfortable with drafts being uploaded automatically; if not, request that publication be optional or gated by explicit user confirmation. (3) The skill writes finalized posts into references/blog-examples/ in the skill folder and includes a utility (manage_examples.py) that can delete old files when executed with --execute. Ensure you control repository backups and review any file-deletion operations before allowing them. (4) If you enable autonomous invocation for your agent, be aware that this skill could attempt to publish content externally; prefer requiring explicit user confirmation for publish actions. (5) If you still want to use it, ask the publisher to update SKILL.md and registry metadata to declare required environment variables (e.g., NOTION_TOKEN or a named connector), explain authentication flow, and change the workflow so publishing to Notion requires explicit user approval for each post (especially drafts).

Like a lobster shell, security has layers — review code before you run it.

aivk970ey66ae67wy4pceeec47wx185a5h2latestvk970ey66ae67wy4pceeec47wx185a5h2
80downloads
0stars
1versions
Updated 6d ago
v1.0.0
MIT-0

Blog Writer

Overview

This skill enables writing blog posts and articles that authentically capture the writer's distinctive voice and style. It draws on examples of the writer's published work to produce content that is direct, opinionated, conversational, and grounded in practical experience. The skill includes automatic Notion integration and maintains a growing library of finalized examples.

When to Use This Skill

Trigger this skill when:

  • The user requests blog post or article writing in "my style" or "like my other posts"
  • Drafting thought leadership content on AI, productivity, marketing, or technology
  • Creating articles that need the writer's authentic voice and perspective
  • The user provides research materials, links, or notes to incorporate into writing

Core Responsibilities

  1. Follow the writer's Writing Style: Match voice, word choice, structure, and length of example posts in references/blog-examples/
  2. Incorporate Research: Review and integrate any information, research material, or links provided by the user
  3. Follow User Instructions: Adhere closely to the user's specific requests for topic, angle, and emphasis
  4. Produce Authentic Writing: Create content that reads as genuinely the writer's voice, not generic AI-generated content

Workflow

Phase 1: Gather Information

Request from the user:

  • Topic or subject matter
  • Any specific angle or thesis to explore
  • Research materials, links, or notes (if available)
  • Target length preference (default: 800-1500 words)

Review all provided materials thoroughly before beginning to write.

Phase 2: Draft the Content

Reference the style guide at references/style-guide.md and examples in references/blog-examples/ for calibration.

When writing:

  1. Start with a strong opening statement establishing the thesis
  2. Use personal voice and first-person perspective where natural
  3. Include relevant personal anecdotes or professional experience if applicable
  4. Structure with clear subheadings (###) every 2-3 paragraphs
  5. Keep paragraphs short (2-4 sentences)
  6. Weave in research materials naturally, not as block quotes
  7. End with reflection, call-to-action, or forward-looking statement

Phase 3: Review and Iterate

Present the draft and gather feedback. Iterate until the user confirms satisfaction.

Phase 4: Publish to Notion (REQUIRED)

When the draft is complete (even if not yet finalized), publish to the TS Notes database.

Notion Publication Details:

  • Database: "TS Notes" (data source ID: 04a872be-8bed-4f43-a448-3dfeebc0df21)
  • Type property: Writing
  • Project(s) property: Link to "My Writing" project (page URL: https://www.notion.so/2a5b4629bb3780189199f3c496980c0c)
  • Note property: The title of the blog post
  • Content: The full blog post content in Notion-flavored Markdown

Example Notion API call properties:

{
  "Note": "Blog Post Title Here",
  "Type": "Writing",
  "Project(s)": "[\"https://www.notion.so/2a5b4629bb3780189199f3c496980c0c\"]"
}

CRITICAL: The outcome is considered a failure if the content is not added to Notion. Always publish to Notion as part of the workflow, even for drafts.

Phase 5: Finalize to Examples Library (Post-Outcome)

When the user confirms the draft is final:

  1. Save the finalized post to references/blog-examples/ with filename format:

    YYYY-MM-DD-slug-title.md
    

    Example: 2025-11-25-why-ai-art-is-useless.md

  2. Check the examples library count:

    • If exceeding 20 examples, ask user permission to remove the 5 oldest
    • Sort by filename date prefix to identify oldest files

The post-outcome is considered successful when the final draft is saved to the skill folder.

Success Criteria

OutcomeSuccessFailure
PrimaryUser receives requested content AND it is added to TS Notes with Type=Writing and Project=My WritingContent delivered but NOT added to Notion
Post-outcomeFinal draft saved to references/blog-examples/Final draft not saved when user confirms it's final

the writer's Writing Style Profile

Voice & Tone

  • Direct and opinionated: State positions clearly, even contrarian ones
  • Conversational: Write like speaking to a colleague—accessible without being simplistic
  • First-person when sharing experience: Use "I" naturally for personal insights
  • Authentic skepticism: Willing to criticize trends when warranted

Structure Patterns

  • Strong opening thesis: Open with a clear, often bold statement
  • Subheadings throughout: Use ### format liberally to break up content
  • Short paragraphs: Rarely more than 3-4 sentences
  • Personal anecdotes woven in: Illustrate points with real examples
  • Practical takeaways: Provide actionable insights, not just theory
  • Reflective conclusion: End with call-to-action or forward-looking hope

Length & Format

  • Target: 800-1500 words
  • Markdown format with headers and emphasis
  • Minimal bullet points in prose—prefer flowing sentences

Vocabulary Markers

  • Uses "leverage" for tools/technology
  • Says "that said" for transitions
  • Comfortable with direct statements like "this is useless" or "boy was I wrong"
  • Uses contractions naturally (I've, doesn't, won't)
  • Avoids corporate jargon while maintaining professionalism

Thematic Elements

  • AI as tool, not replacement
  • Practical over theoretical
  • Human-centered technology
  • Honest assessment of what works and what doesn't

Resources

references/style-guide.md

Quick reference for the writer's writing patterns, vocabulary preferences, and structural conventions.

references/blog-examples/

Contains example blog posts demonstrating the writer's writing style. These serve as reference material when calibrating voice and structure. New finalized posts expand this library over time.

Notion API Reference

To create a page in TS Notes:

Database data source ID: 04a872be-8bed-4f43-a448-3dfeebc0df21

Properties:
- "Note": (title) - The blog post title
- "Type": "Writing"
- "Project(s)": ["https://www.notion.so/2a5b4629bb3780189199f3c496980c0c"]

Content: Full blog post in Notion-flavored Markdown

The "My Writing" project page ID is: 2a5b4629-bb37-8018-9199-f3c496980c0c

Comments

Loading comments...