Social Bio Optimizer

v1.0.0

Social media bio optimizer for all platforms. Write a high-converting bio for Instagram, LinkedIn, TikTok, X/Twitter, or Threads that attracts followers, com...

0· 80·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the behavior: SKILL.md describes generating multiple bio variations and platform-specific formats, and the included analyze.sh constructs a bio-generation prompt and calls a local OpenClaw agent to produce text. No unrelated environment variables, binaries, or config paths are required.
Instruction Scope
Instructions and the shell script stay within the bio-generation task. The script invokes the local OpenClaw CLI (openclaw agent) to run the model — this is coherent for producing text, but it means the skill delegates generation to the local agent process. The script does not read files, system config, or extra env vars, nor does it transmit data to unknown external endpoints beyond invoking the agent.
Install Mechanism
No install spec (instruction-only plus a helper script). Nothing is downloaded or written to disk by the skill itself beyond the provided files; risk from the install mechanism is low.
Credentials
The skill declares no required credentials or env vars. The only runtime dependency is that the host has an OpenClaw agent CLI and python3 available; invoking the local agent may use whatever credentials/config the host agent already has, but the skill itself does not request or require extra secrets.
Persistence & Privilege
always is false and the skill does not request permanent system presence or modify other skills or global configs. It simply calls the local agent at runtime, which is expected for an instruction-only text-generation skill.
Assessment
This skill appears to do only what it says: generate multiple, platform-optimized bios. Before installing or running it, ensure you trust the local OpenClaw agent/CLI that the script invokes (it will execute model calls using whatever agent configuration and credentials exist on the host). Do not include secrets or sensitive account details in the bio prompt. If you want extra assurance, review the repository homepage and run the analyze.sh script in a controlled environment; confirm you have python3 and the openclaw CLI available and understand that the script will call the local agent to generate outputs.

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

latestvk9748fnwgprbfmtne035er23td83e11n

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments