SKILLEMALL.ai

BF social-media-poster

Cross-platform social media posting for X (Twitter), Telegram, and Discord. Post content simultaneously to multiple platforms, format messages for each platform's requirements, and manage multi-channel social media presence. Use when sharing updates, announcements, or content across Twitter, Telegram channels/groups, and Discord servers.

ClawHub Agent Skills author: terrycarter1985 v1.0.0 MIT-0 2 files body ≈ 1 368 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 31/100 · Will not run — References files that are not bundled: $LINK

ReferenceDiscordTelegramMarketingInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
85/100
safety, quality, tests
Safety 60%
90
Quality 40%
78
Run on models
none yet
Process rating
F
31/100
Will not run
References files that are not bundled: $LINK
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten

How to improve

  1. The text references files that are not there: add them or drop the references.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 10

✓ No critical or high findings

Medium and low: 10
  • low Exfiltration exfil-webhook-url SKILL.md:52
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    curl -s -X POST "https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/sendMessage" \
    placeholder
  • low Exfiltration net-credential-use SKILL.md:52
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST "https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/sendMessage" \
    vendor-host
  • low Exfiltration exfil-webhook-url SKILL.md:93
    Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)
    curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendMessage" \
    vendor-hostquoted
  • low Exfiltration net-credential-use SKILL.md:93
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendMessage" \
    vendor-host
  • low Exfiltration exfil-webhook-url SKILL.md:99
    Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)
    curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendPhoto" \
    vendor-hostquoted
  • low Exfiltration net-credential-use SKILL.md:99
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendPhoto" \
    vendor-host
  • low Exfiltration exfil-webhook-url SKILL.md:177
    Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)
    curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendPhoto" \
    vendor-hostquoted
  • low Exfiltration net-credential-use SKILL.md:177
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendPhoto" \
    vendor-host
  • low Exfiltration exfil-webhook-url SKILL.md:200
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...
    placeholder
  • low Exfiltration read-dotenv SKILL.md:205
    Reads a .env file
    source .env

Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: $LINK

Process rating: all ten parameters 31/100

Will not run. References files that are not bundled: $LINK
  • 0Tools and files. 1 referenced file(s) missing: $LINK
  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 3 mutating operations with no state check
  • 40Consistency. Frontmatter name (social-media-poster) differs from the folder (cross-platform-social-poster)
  • 55Failures and branches. 1 branches
  • 85Steps. 33 steps, 1 vague phrases
  • 100Execution cost. Instruction body is 1368 tokens

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +3Description length 339: enough signal without eating the budget
  • +4Structure: 21 headings
  • +3Step-by-step instructions: 33 items
  • +4Has examples (10 code blocks)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 78.

External checks

ClawHub: clean
This is a straightforward social-posting guide, with expected risks around public posting and protecting bot tokens, API keys, and webhook URLs.
LLM: benign (high) · VirusTotal: · 29 May 2026